Kibana Notes: Difference between revisions

From Federal Burro of Information
Jump to navigationJump to search
No edit summary
No edit summary
Line 13: Line 13:


set : timelion:es.timefield to "time" ( not @time ).
set : timelion:es.timefield to "time" ( not @time ).
== Stacked Graph on values ==
FIXME


== Dump settings ==
== Dump settings ==

Revision as of 15:14, 12 September 2019

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 ).

Stacked Graph on values

FIXME

Dump settings

curl -X GET -s http://${HOST}:9200/.kibana/_settings | python3 -m json.tool

Also See