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 via some kibana.yml or logstash.conf (or any other non-gui way)? Right now I still have to create the index pattern myindex-*
and set timestamp via the gui. I'd like to have that ready to go out of the box.
I had previously asked this same question in the logstash discussion, but was directed to ask it here. Your help is much appreciated.
Thanks,
Jas