Guest User

Untitled

a guest
Jun 25th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. Deployment server
  2. Copy the application you want to deploy to the UF in $SPLUNK_HOME/etc/deployment_apps (lets call it foo)
  3.  
  4. Edit $SPLUNK_HOME/etc/system/local/serverclass.conf to have the following:
  5. [global]
  6.  
  7. [serverClass:mymadeupnamehere]
  8. whitelist.0 = servername
  9.  
  10. [serverClass:mymadeupnamehere:app:foo]
  11. stateOnClient = enabled
  12. restartSplunkd = true
  13.  
  14. Once that's done, run $SPLUNK_HOME/bin/splunk reload deploy-server
  15. Enter your admin password
  16.  
  17. When you install the UF, run this command when everything is done:
  18. $SPLUNK_HOME/bin/splunk set deploy-poll <splunk_server_name_here>:8089 -auth admin:changeme
  19.  
  20. Thats it!
Add Comment
Please, Sign In to add comment