splunk.es.correlation_search_info – Manage Splunk Enterprise Security Correlation Searches¶
Note
This plugin is part of the splunk.es collection (version 1.0.2).
To install it use: ansible-galaxy collection install splunk.es
.
To use it in a playbook, specify: splunk.es.correlation_search_info
.
New in version 1.0.0: of splunk.es
Examples¶
- name: Example usage of splunk.es.correlation_search_info
splunk.es.correlation_search_info:
name: "Name of correlation search"
register: scorrelation_search_info
- name: debug display information gathered
debug:
var: scorrelation_search_info
Authors¶
Ansible Security Automation Team (@maxamillion) <https://github.com/ansible-security>