Refine your search:

Is it possible to push out updates to the system/local directory using the deployment server? I tried and ended up deleting the entire system directory on the client machine. Below are the configs I used.

deployment client

[deployment-client]
clientName = indexer01
serverEndpointPolicy = rejectAlways
targetRepositoryLocation = /opt/splunk/etc/

[target-broker:deploymentServer]
targetUri=192.168.32.80:8089

deployment server

path to deployment-app

/opt/splunk/etc/deployment-apps/system/local

asked 18 Jan '11, 21:56

carmackd's gravatar image

carmackd
28712
accept rate: 21%


One Answer:

You may be able to, but for reasons you've discovered I would advise against it. You can always create an app to push out various configurations. The app can be as minimal as a few conf files in a dir, ex: ./myapp/default/*.conf

But also from above, your targetRepositoryLocation is /opt/splunk/ect/ not /opt/splunk/etc/system/local

link

answered 19 Jan '11, 00:00

kevintelford's gravatar image

kevintelford
2208
accept rate: 30%

Post your answer
toggle preview

Follow this question

Log In to enable email subscriptions

RSS:

Answers

Answers + Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×120

Asked: 18 Jan '11, 21:56

Seen: 753 times

Last updated: 19 Jan '11, 00:00

Copyright © 2005-2012 Splunk, Inc. All rights reserved.