We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
splunk_authentication
Am not seeing any documentation or default type to set this (or I couldn't find it)
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"
The text was updated successfully, but these errors were encountered:
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.', }
Sorry, something went wrong.
No branches or pull requests
Affected Puppet, Ruby, OS and module versions/distributions
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
The text was updated successfully, but these errors were encountered: