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

How to point splunk forwarder to a deploymentserver which listening on 8089? #248

Closed
Balajiswz opened this issue Jul 29, 2019 · 2 comments
Closed

Comments

@Balajiswz
Copy link

Affected Puppet, Ruby, OS and module versions/distributions

  • Puppet:
  • Ruby:
  • Distribution:
  • Module version:

How to reproduce (e.g Puppet code you use)

Not much example to use apart from
Default value: $splunk::params::version

purge_deploymentclient

What are you seeing

The documentation talks about purge_deploymentclient

What behaviour did you expect instead

To see how can we set the splunk universal forwarder to do the deploy-poll on 8089 port

Output log

Any additional information you'd like to impart

@Balajiswz Balajiswz changed the title How to point splunk forwarder to a deploymentserver to listen on 8089? How to point splunk forwarder to a deploymentserver which listening on 8089? Jul 29, 2019
@nick-markowski
Copy link
Contributor

Hey, @Balajiswz we can incorporate some additional documentation with the next release. I think what you're looking for is along the lines of:

splunkforwarder_deploymentclient { 'target_uri':
  section => 'target-broker:deploymentServer',
  setting => 'targetUri',
  value => <your.server.ip>:8089, #adjust as needed
}

@Balajiswz
Copy link
Author

Balajiswz commented Jul 30, 2019

Thanks @nick-markowski !! That is what I am looking for.

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