You can implement a long running integration as a SIEM connector using Syslog.
Procedure
-
Generate and save an access token. For more information, see Creating an Access Token.
-
Configure the Rsyslog server.
-
Open the rsyslog.conf file (default location is /etc/rsyslog.conf) and append the following argument:
:msg, contains, "Alert" @@<RSYSLOG-SERVER-IP-ADDRESS>:<VALID-AVAILABLE-PORT>
For example:
:msg, contains, "Alert" @@127.0.0.1:10515
-
Save the rsyslog.conf file.
-
Create a Commvault Security IQ instance at XSOAR as follows. For more information, see Commvault Security IQ.
-
Specify Commvault API Token.
-
Specify Commvault Webservice URL.
-
Enable Long Running Instance.
-
In Port Mapping, enter the port number used in Step 3, above.
-
Select Forwarding Rule as Syslog.
-
-
Restart Rsyslog server services.
-
Configure the Syslog server. For more information, see Configuring a Syslog Server.
-
Add an SIEM connector for the Syslog server. For more information, see Adding an SIEM Connector for a Syslog Server.