Hmm, the way kibana stores it's settings is via a .kibana index on your ES Cluster, if you take a look at those documents, perhaps it'll be clear to you then what you need to change.
I'm still a Kibana newbie but here's a trick I figured out;
Go into Kibana (I'm on latest version) and go to Settings tab.
You probably already have a logstash default index pattern, but click [+ Add New] in the top left corner.
Uncheck "Index contains time-based events"
type in ".kibana"
Click [Create]. You should see 5 fields.
Go to Discover tab
Top left corner switch from logstash-* pattern to your .kibana pattern
I get 4 hits. One of those hits in my case had title: "logstash-*"
click the arrow next to that one, and then click JSON link. I think that's the data you would have to write to the kibana index to create the logstash index programatically
Hi @LeeDr, @Khalah_Jones_Golden, thanks for your concise guide. Is it just me or have the [+ Add New] in the top left changed as i can't seem to find it in my Kibana installation in order to configure an index pattern. How else apart from setting it up in Kibana can I get an index pattern set up? Thanks in advance.
There's not really an "Add" or "New" button for creating a new index pattern. You just type the pattern in the "Index name or pattern" field on the Settings > Indices tab. And depending if your "Index contains time-based events" enter the "Time-field name" and click "Create".
thanks for the response @LeeDr, it still beats me. I must be doing something wrong.
I follow the instructions but the "Create" button or link shows up not.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.