Connect Git to ELK

Hi,
im trying to export all the saved object to insert all object inside a repository.
Someone know if is possible connect kibana and git in easier way?

Thanks in advance

Hi @Samuele_Lolli,

To confirm, are you wanting to take saved objects from your Git repo and import them into Kibana?

It's definitely something you can script easily using the Import Saved Objects API. For example if you're looking to import them as part of a CI workflow using GitHub actions you can call the API within your workflow.

Hope that helps!

Hi Carly!
yes you are right, but i want to export object from kibana to git!
Exporting/Importing Saved Object is the solution im implementing but i thought there was an alternative quicker.

Thank you!

There is no other supported option that would work with your usecase. Carly method will be the safest and most robust.

Hi Marius,
thank you for your response.
Im gonna implement a script to export saved object like Carly said

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.