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 we configure splunk authentication while setting up splunk forwarder for user, password and role #251

Open
Balajiswz opened this issue Jul 31, 2019 · 1 comment
Labels

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)

splunk_authentication

What are you seeing

Am not seeing any documentation or default type to set this (or I couldn't find it)

What behaviour did you expect instead

Documentation on setting up the splunk_authentication with user and role which I can do it manually with,

"splunk cmd splunkd rest --noauth POST /services/authentication/users "name=admin&password=xxxxxxx&roles=admin"

Output log

Any additional information you'd like to impart

@MattWeatherford
Copy link

Agreed - it would be nice to be able to do something like this:

class { '::splunk::forwarder':
package_ensure => 'latest',
seed_password => true,
admin_user => 'admin4splunk',
password_hash => '$hashashashihashB.',
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants