Hi,
I have the following in my logstash.conf file:
output {
elasticsearch {
hosts => "elasticsearch:9200"
index => "myIndex-%{+YYYY.MM.dd}"
}
}
How can I get myIndex to be the default index in kibana? Right now I still have to create the index pattern myIndex-* and set timestamp. I'd like to have that ready to go out of the box.
Apologies if this is more a kibana question or elasticsearch question, but I'll start here as these settings are in logstash.conf.
Thanks,
Jas