Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copying a config file from app A to app B on the same server? #7

Open
shartwell1 opened this issue Apr 19, 2024 · 4 comments
Open

Copying a config file from app A to app B on the same server? #7

shartwell1 opened this issue Apr 19, 2024 · 4 comments

Comments

@shartwell1
Copy link

Q. Is it possible to config copy an entire config file (e.g. savedsearches.conf) from one app to another on the same server?
Use case is get around Splunk Cloud uploads to the "default" folder (which can't be deleted) by doing something like this:

appA/default/savedsearches.conf --> appB/local/savedsearches.conf

Thanks in advance!

@Bre77
Copy link
Owner

Bre77 commented Apr 19, 2024

Yes that definitely should be possible using the copy page and selecting the same server in both columns. The app will always save the changes to local.

@shartwell1
Copy link
Author

shartwell1 commented Apr 20, 2024 via email

@Bre77
Copy link
Owner

Bre77 commented Apr 21, 2024

@shartwell1 Ah yes, unfortuantely you are correct, the copy page does maintain the app context when copying which does not meet your needs. The terrible way to achieve this would be to connect a Splunk Enterprise instance to the app, migrate the configuration there, rename the app using SSH or Config Explorer, and then migrate it back to the Cloud. You could also migrate it back to the same app after deleting it in cloud to get it out of default.

@shartwell1
Copy link
Author

shartwell1 commented Apr 21, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants