Kibana management is there for tweaking the behavior of Kibana and to change the configuration at runtime. Using management, we can create the index pattern and configure it as well. By default, Kibana Management comes with a few options that can be extended after installing X-Pack, which adds many other capabilities to Kibana management.
So, there are different things that we can perform using Kibana management, such as index patterns to access the Elasticsearch index in Kibana, saved object to access already created dashboards, visualizations, or searches. It also gives us the feature to import or export these saved objects. We can also delete any saved object from the Kibana management screen.
If we have installed X-Pack, an additional feature of reporting would be added to Kibana management. Using this feature, we can download...