elastic / elasticsearch-rs

Official Elasticsearch Rust Client
https://www.elastic.co/guide/en/elasticsearch/client/rust-api/current/index.html
Apache License 2.0
695 stars 70 forks source link

[ENHANCEMENT] Versioning/Tracking of Kibana dashboards and searches #230

Open MBelkhechine opened 8 months ago

MBelkhechine commented 8 months ago

Is your feature request related to a problem? Please describe. Changes to Kibana Dashboards and searches can not be tracked, nor restored.

Describe the solution you'd like Feature which helps to track changes made by users to Kibana dashboards and searches and the ability to restore older/specific version. Preferably the solution would involve an integration/connection with a versioning tool such as GitHub.

Describe alternatives you've considered Manual download of the saved objects from Kibana.

Additional context Versioning over time is useful for audits and project progress, especially in collaborations.