We have a logstash pipeline indexing some kibana audit logs to make statistics over defined spaces/dashboard on our Kibana, which was using .kibana indexes to retrieve dashboards title from dashboards id present in audit logs, to enrich processed documents
Since ELK8, its seems that dashboards are not anymore indexed as document in .kibana indices (using the old id syntax : "%{space_id}:%{object_type}:%{object_id})
Is it still one index containing an equivalence between dashboards id and dashboards title in ELK8?
Or are we forced, now, to use Kibana API to get data about currently defined saved objects?
Thank you for your quick reply !
This is exactly the response that I was looking for.
I know that the best practice is to use the Kibana API but I wanted to understand the nature of that change, and have a 2nd option if needed ! So thank you for the link to the relevant PR. It always better when you can understand the internals !
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.