ibm.qradar.log_source_management – Manage Log Sources in QRadar¶
Note
This plugin is part of the ibm.qradar collection (version 1.0.3).
To install it use: ansible-galaxy collection install ibm.qradar
.
To use it in a playbook, specify: ibm.qradar.log_source_management
.
New in version 1.0.0: of ibm.qradar
Parameters¶
Examples¶
- name: Add a snort log source to IBM QRadar
ibm.qradar.log_source_management:
name: "Snort logs"
type_name: "Snort Open Source IDS"
state: present
description: "Snort IDS remote logs from rsyslog"
identifier: "192.168.1.101"
Authors¶
Ansible Security Automation Team (@maxamillion) <https://github.com/ansible-security>