Hello,
Splunk offers the option of saving changes made in an app via Splunk Web directly to the default directory. By default, Splunk saves all changes made via the Splunk Web interface in the local directory.
Is there a possibility that the changes are saved directly to the default directory?
Some more information about the background of the question:
For my Splunk instances, the config management is done using Gitlab.
All config files in the apps are pushed to the corresponding Splunk instances in the default directory.
When I clone an app to my Dev-Splunk instance and make changes, these are saved in the corresponding local directory. Before I can push the changes to my Prod-Splunk instance via Gitlab, I have to manually copy the changes from local/config files to the default/config files.
This step is quite tedious as soon as it is not just a single config file.
Have any of you already had the same problem and can give me a tip as to whether this is technically possible in Splunk?
best regards
Lukas
Hi @MrLR_02
Splunk does not support saving configuration changes directly to the default directory via Splunk Web; all UI changes are always written to the local directory.
If you want to pull these back in to Git then you have a number of options:
These are just a few ideas and there are others out there, but from my experience have worked well for me in the past.
🌟 Did this answer help you? If so, please consider:
Your feedback encourages the volunteers in this community to continue contributing
Hi @MrLR_02
Splunk does not support saving configuration changes directly to the default directory via Splunk Web; all UI changes are always written to the local directory.
If you want to pull these back in to Git then you have a number of options:
These are just a few ideas and there are others out there, but from my experience have worked well for me in the past.
🌟 Did this answer help you? If so, please consider:
Your feedback encourages the volunteers in this community to continue contributing
Thanks for you Feedback. I think the ksconf App might be the right Solution for my UseCase.