Timelion query building 7.x elasticsearch

Using timelion in elasticsearch 7.1 version, I would like to build a timeline grahp based in print just one field from my index, how can I filter a field?

As in the example, from my runscope index, filter the field 'dial_ms'

{
"runscope" : {
"aliases" : { },
"mappings" : {
"properties" : {
"@timestamp" : {
"type" : "date"
},
"dial_ms" : {
"type" : "float"
},
"dns_lookup_ms" : {
"type" : "float"
},

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.