ansible-role-for-splunk
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)
This change allows Splunk to read kernel log and use dmesg even with dmesg_restrict active. Therefore no need to activate for all non-root users
Fixes https://github.com/splunk/ansible-role-for-splunk/pull/207 Used incorrect variable name which caused "undefined variable" error. This corrects the variable name solving the issue.
As environments grow the default timeout is too short causing the handler to incorrectly fail. Setting initial default timeout to 300. In our environment of ~5000 clients this has yet...
- Add Amazon2023.yml core configs - Create 'linux_package_prereqs' for package installation prior to Splunk install, as some features like syslog/logrotate/cron have been removed from Amazon's latest distro.
8.1< slave/master 8.1 >= peer/manager
The task `Configure systems as search peers to be monitored except indexers` is defined thus:- ```yaml # Add all hosts to the DMC except indexer cluster hosts as per the...
# Summary Fixes an issue where the DMC is not automatically configured in Distributed mode because of the lack of the `local` directory referenced for the file `{{ splunk_home }}/etc/apps/splunk_monitoring_console/local/splunk_monitoring_console_assets.conf`...
Changed the way we ensure correct permissions at `install_apps` tasks. We don't need to change the permissions of the complete app directory, after every single app. To changing this to...
Changed the `configure_dmc.yml` task to use a var for the list of servers that are not indexers to make it more flexible. Fixed `include_task` to be `include_tasks`.
Hi! When installing a **univeral forwarder** in version `9.1.1` (at least) on a fresh system via the `ansible-role-for-splunk` we get the following error message after a successful login with the...