Timelion syntax doesn't work Timelion syntax doesn't work elasticsearch elasticsearch

Timelion syntax doesn't work


I found solution.

timestamp field name is wrong.

You must use @timestmap as timestamp field.

Or, if you want to use custom field, Go to timelion.json file and change timelion configuration.

"es": {    "timefield": "timestamp",    "default_index": "sensor_log",    "allow_url_parameter": false }

like this.

timelion.json default value is

"es": {    "timefield": "@timestamp",    "default_index": "sensor_log",    "allow_url_parameter": false }

Self question, self answer :(

Anyway, I could help somebody through this answer. :)