I try to store the metricbeat-* index pattern. It can see the fields after I filled that pattern and can choose the @timestamp field. After 1 second of loading, I can click on set as default (with the star). However It is not stored.
When I refresh or go to another page it keeps asking for it.
Is there a way to save it via Dev Tools? Or does someone know the fix?
After I fill in the form I can see the index pattern with that Query; However Kibana just does not see it.
Hope someone knows the solution to this. Looks like, no index-pattern is seen by the FrontEnd.
Hi Peter, thanks for posting your question. Could you clarify something for me? Are you saying that when you save the index pattern, it doesn't show up in your list of index patterns of Management > Index Patterns? Or are you saying that it shows up, but setting it as the "Default index" has no effect?
In either case, could you show me a screenshot of what you see under Management > Index Patterns?
It is a gif. Please let me know if you want to know more.
The index is not shown / stored in the FrontEnd. However it is created in the .kibana index as shown in the video.
Thanks, Peter. This is very strange. I'm assuming you're on Kibana 6.0.0-rc2? I tried to reproduce this but couldn't do so. I just pinged a couple other Kibana engineers to help us out with this. In the meantime, could you tell me if you see any errors in your ES logs?
Yeah, I am using Kibana 6.0.0.rc2 all clean install nothing more.
I see no errors in the logs, only in the Google Chrome bundle.js that no index pattern is found.
Let me know if I can help out with access to the Kibana instance.
It is behind IP block but let me know the IP so you can open it.
With the first it gives me the response with the new entry. The result was also in the video.
When I open the url it shows the created index (also with the default star).
I finally managed to get it to work.
I removed the whole .kibana index. Then recreated the index and now it is working with creating the index.
I now try to reverse engineer the steps to remake this error.
Base system Ubuntu 16.04, installatie with apt-get.
=> Install ElasticSearch
=> Install Kibana
=> Start / enable ElasticSearch
=> Start / enable Kibana
=> Install Metricbeat
=> Run the ./metricbeat setup --template
=> Run the ./metricbeat setup --dashboards
Now I cant add the template anymore. Removing the .kibana resolved it.
Did you try deleting and recreating your .kibana index? You might want to try ensuring your data is backed up (by using the export feature for saved objects).
I'm still digging into the root cause and will update when I know more.
Just to make there isn't something in the browser's cache from the previous version of Kibana, could you try opening Kibana in a private or incognito browser window or tab. And then try to create an index pattern and see if it is set as the default (if you didn't already have a default index pattern).
Yes, both are RC 6.0.0.rc2. But removing the index with: DELETE .kibana worked for me, it was a clean install so it was fine.
Was clean install of ubuntu and Elastic and metric beat and Kibana. With incognito browser.
Will look into v6.0.0. Maybe it is resolved by default with the same steps.
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.