splunk.es.correlation_search_info module – Manage Splunk Enterprise Security Correlation Searches

Note

This module is part of the splunk.es collection (version 2.1.2).

You might already have this collection installed if you are using the ansible package. It is not included in ansible-core. To check whether it is installed, run ansible-galaxy collection list.

To install it, use: ansible-galaxy collection install splunk.es.

To use it in a playbook, specify: splunk.es.correlation_search_info.

New in splunk.es 1.0.0

Synopsis

  • This module allows for the query of Splunk Enterprise Security Correlation Searches

Aliases: splunk_correlation_search_info

Parameters

Parameter

Comments

name

string

Name of coorelation search

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