Skip to contents

ES|QL can be prepared in the "Discover" page of the NTSPortal dashboard.

Usage

getTableByEsql(esql)

Arguments

esql

ES|QL string

Details

ES|QL does not work for nested fields, fields such as ms2, rtt will be ignored.

Examples

if (FALSE) { # \dontrun{
getTableByEsql("FROM ntsp25.1_dbas* | WHERE station == \"mosel_139\" | KEEP mz | LIMIT 10")
} # }