How to specify index and date / time field in Timelion? How to specify index and date / time field in Timelion? elasticsearch elasticsearch

How to specify index and date / time field in Timelion?


.es(index=your_index_name, timefield=@timestamp, metric=count, q=whatever_field:some_matching_text)

Under the es() function you have index and timefield.