ibm.qradar.log_source_management module – Manage Log Sources in QRadar
Note
This module is part of the ibm.qradar collection (version 1.0.3).
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 ibm.qradar
.
To use it in a playbook, specify: ibm.qradar.log_source_management
.
New in version 1.0.0: of ibm.qradar
Parameters
Parameter |
Comments |
---|---|
Description of log source |
|
Log Source Identifier (Typically IP Address or Hostname of log source) |
|
Name of Log Source |
|
Type of protocol by id, as defined in QRadar Log Source Types Documentation |
|
Add or remove a log source. Choices:
|
|
Type of resource by id, as defined in QRadar Log Source Types Documentation |
|
Type of resource by name |
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>