Kibana Notes

From Federal Burro of Information
Revision as of 16:44, 7 November 2018 by David (talk | contribs) (Created page with " == ES on AWS == Comes wth kibnana. send some app logs from app to firehose, then to es. as it lands in ES the time field is "time" rather than say @timetamp , or @time. t...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

ES on AWS

Comes wth kibnana.

send some app logs from app to firehose, then to es.

as it lands in ES the time field is "time" rather than say @timetamp , or @time.

this is important with you want to do timelion stuff.

You will need to change a config , Management - Advanced Settings:

set : timelion:es.timefield to "time" ( not @time ).