I'm using Chef to manage my ELK.
Something important for me is being able to import automatically dashboards and visualizations and I found a nice way to do this:
- Create "manually" the dashboard/visualization.
- Export it using: http://elasticsearch_IP:elasticsearch_port/.kibana/dashboard/dashboard_name/_source
- Import it using: http://elasticsearch_IP:elasticsearch_port/.kibana/visualization/visualization_name/
Everything went well with the previous version of Elasticsearch and Kibana. However, the situation has changed since I updated both.
Now, if I import (i.e., I create the Elasticsearch index for the dashboard or visualization) when there are no data on Elasticsearch, it works fine, but if I do that when Elasticsearch already stores information, Discover
tab doesn't work. It simply does nothing.
Other strange thing is Discover
tab is the only one that doesn't work, while Visualize
and Dashboard
tabs do work.
Does someone have an idea of why it is happening?