I have the above query. i want to filter the results in Time Lion by Field_ID = Exits (I can do this on on Kibana Visualizations by adding a simple filter on the graph. But how do i write this into the query for Time Lion
You can use the q parameter in your .es() call to supply Lucene Query syntax. For example: .es(index=logstash-Cat-res_17*, q='responseCode:200').label('Count')
Just a tip, there's a "Help" button in the top right side of Timelion that shows documentation for each Timelion function and it's arguments. You can look in there for more info on each function.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.