splunk.es.correlation_search_info (3.0.0) — module

Manage Splunk Enterprise Security Correlation Searches

| "added in version" 1.0.0 of splunk.es"

Authors: Ansible Security Automation Team (@maxamillion) <https://github.com/ansible-security>

Install collection

Install with ansible-galaxy collection install splunk.es:==3.0.0


Add to requirements.yml

  collections:
    - name: splunk.es
      version: 3.0.0

Description

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

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Example usage of splunk.es.correlation_search_info
  splunk.es.correlation_search_info:
    name: "Name of correlation search"
  register: scorrelation_search_info
  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: debug display information gathered
  debug:
    var: scorrelation_search_info

Inputs

    
name:
    description:
    - Name of coorelation search
    required: false
    type: str