RSA Integration with EBS to collect Apache Logs
Hello Folks,
We have a requirement from our IT Security team to configuration RSA (Remote Security Agent) with EBS Application to collect Apache logs.
We did this configuration at DB level by modifying the following parameter in spfile. We could now fetch the messages in OS level syslog and from their we route it to RSA Server.
audit_trail= OS
audit_sys_operations = TRUE
audit_syslog_level = LOCAL3.INFO
Similarly, we need to fetch EBS Apache logs to route to RSA Server, this is a requirement from IT Security for centralized log collection repository.
Any suggestions, ideas shall be greatly appreciated.