-- Altangerel Ganbold
you also need to enable syslog output on your ossec server :
#/var/ossec/bin/ossec-control enable client-syslog
#/var/ossec/bin/ossec-control restart
as found here : http://www.ossec.net/main/splunk-ossec-integration
Cheers,
Wim
--
Wim Remes
Security Afficionado
Altangerel,
Do you have a certain port number that the syslog server uses to receive the alert logs from ossec? If so you may want to add <port>****</port>. The **** would equal the port number like 514.
Thanks
Altangerel,
Do you have a certain port number that the syslog server uses to receive the alert logs from ossec? If so you may want to add <port>****</port>. The **** would equal the port number like 514.
Thanks
-- Altangerel Ganbold
Do you mean specifically the /var/ossec/logs/alert.log?
does your syslogd run on the same server as OSSEC ?
Cheers,
W
--
Wim Remes
Security Afficionado
external agent --ossec--> external manager --syslog--> central manager
<--ossec-- internal agent
External agents send alerts to external manager (10.0.0.2) via ossec
protocol and external manager retransmits these alerts via syslog to
central manager (10.0.0.1).
Agents in internal network send alerts directly to central manager via
ossec protocol.
In occes.conf of external manager I have:
<syslog_output>
<server>10.0.0.1</server>
<port>1515</port>
</syslog_output>
In occes.conf of central manager is:
<remote>
<connection>syslog</connection>
<port>1515</port>
<allowed-ips>10.0.0.2/32</allowed-ips>
</remote>
Cheers,
Jakub