- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How can I transfer workflow action in my current splunk machine to a new splunk machine
Hi , in my current splunk I have builded a lot of work flow action, when I want to upload all my workflow action into my new seccond splunk. How I do that thank you a lot
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Hi
I hope that you have created a separate app for those. If not then it's time to create it!
After that you can just copy and install this app into the new host.
If/when you have CLI access to this host (on development you always have) the easiest way to pack that app is on cli
splunk package app <your app>
Then splunk told where it put that package. You need just copy that package and then install it into your another nodes.
r. Ismo
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In your first Splunk instance, there should be one or more workflow_actions.conf files containing the configurations of your workflows. You should copy them to your second Splunk machine.
Ref: https://docs.splunk.com/Documentation/Splunk/9.1.2/Admin/Workflow_actionsconf
