- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
NanSplk01
Communicator
08-24-2022
04:27 AM
I have created a number of apps and push them out using the command line. In the serverclass.conf I want to add a restart of the forwarders. This is what I have so far:
[default]
restartSplunkd = true
issueReload = true
[serverClass:duke_test_app:app:duke_test_app]
restartSplunkWeb = 0
restartSplunkd = 1
stateOnClient = enabled
[serverClass:duke_test_app]
whitelist.0 =xxxxxx
Will this work?
1 Solution
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
NanSplk01
Communicator
08-24-2022
07:24 AM
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

richgalloway

SplunkTrust
08-24-2022
05:28 AM
That looks like it will work. The app stanza doesn't need restartSplunkd since it's already set globally.
---
If this reply helps you, Karma would be appreciated.
If this reply helps you, Karma would be appreciated.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
NanSplk01
Communicator
08-24-2022
07:24 AM
Great, I appreciate it.
