IBM QRadar SOAR

IBM QRadar

Join this online topic group to communicate across Security product users and IBM experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.


#Security
#QRadar
#SecuringhybridcloudandAI
 View Only
  • 1.  Resilient Logging (App.log) to SIEM

    Posted 05/28/19 04:50 PM
    Hi,

    I have a question around the best way to send the logs from App.log to a SIEM (QRadar, Splunk etc) for logging and monitoring purposes

    In the app.config file there are the following fields:
    Log dir:/tmp/
    Logfile:/tmp/app.log

    My question is, does the Resilient_circuits service have the capability to inherently forward logs to a syslog collector on port 514 or should we setup Rsyslog to forward the log as per the link below:

    Meaning, can i do something like this:
    Log dir:/tmp/
    Logfile:192.168.1.123:514

    Configure rsyslog client for remote logging on CentOS
    Hostway Help Center remove preview
    Configure rsyslog client for remote logging on CentOS
    rsyslog is an open source utility widely used on Linux systems to forward or receive log messages via TCP/UDP protocols. rsyslog daemon can be configured in two scenarios. Configured as a log colle...
    View this on Hostway Help Center >


    Thanks
    Zaid





    ------------------------------
    Zaid Abrahams
    ------------------------------


  • 2.  RE: Resilient Logging (App.log) to SIEM

    Posted 06/04/19 05:54 PM
    Hi Zaid,

    Resilient-Circuits does not have log forward capabilities, unfortunately. So pursuing your own solution would be best.

    Regards,
    Mark

    ------------------------------
    Mark Scherfling
    ------------------------------



  • 3.  RE: Resilient Logging (App.log) to SIEM
    Best Answer

    Posted 06/07/19 10:09 AM
    Hey Mate.

    You have a good idea, but it doesnt support that OOTB. You'd have to get the logs into the system log /var/log/messages, or configure your syslog tool to read from the app.log file and forward them to your SIEM. I've done it - Try something like this https://stackoverflow.com/questions/35264438/how-to-forward-specific-log-file-to-a-remote-rsyslog-server

    ------------------------------
    Nathan Getty
    ------------------------------