ansible-role-for-splunk icon indicating copy to clipboard operation
ansible-role-for-splunk copied to clipboard

Splunk@Splunk's Ansible role for installing Splunk, upgrading Splunk, and installing apps/addons on Splunk deployments (VM/bare metal)

Results 62 ansible-role-for-splunk issues
Sort by recently updated
recently updated
newest added

# Summary Changes the log-level at the CLI level, then makes sure `log-local.cfg` exists, and adds or modifies the the log level in there. Requires the variables `splunk_component` and `splunk_component_log_level`...

enhancement

The current, and only, version released to Ansible Galazxy is 1.0.5, which is about 2 years old. Also the Role's page is missing content score which probably makes this role...

If I run a playbook with the install tasks on 3 instances where one is the Splunk server with the ``full`` installation and 2 of them are universal forwarders (``uf``),...

Following the "least privilege" model we should only be running things as root when absolutely necessary. Also migrate from crontab to cron.d to isolate jobs into separate files for more...

https://github.com/splunk/ansible-role-for-splunk/pull/168 inadvertently removed the ability for users to customize the `linux_packages` list. Due to [ansible variable precedence](https://docs.ansible.com/ansible/latest/playbook_guide/playbooks_variables.html#understanding-variable-precedence) and `include_vars` having such a high priority we need to use unique vars...

Hi, I'm using the provided playbooks to install some new indexers and it works well. Now I'd like to execute some more steps before and after the "Splunk" part (eg....

The Git apps install is nice, but it's SLOW. If you use this on a system that is even moderately loaded, you get huge performance hits. This PR is to...

enhancement

Hi, thanks for the effort you put in those ansibel roles. We are using an Identity Management System with centralized splunk user/group creation. Therefore, it would be great for us...

Issues with "Configure systems as search peers to be monitored except indexers" in configure_dmc.yml: 1. The task fails if 'splunk add search-server' command fails with error "A peer with uri...