I am trying to log to a Mysql Database using a nonstandard port. I
tried the following configuration adding <port> on a hunch.

  <database_output>
    <hostname>192.168.2.30</hostname>
    <port>3310</port>
    <username>ossec_u</username>
    <password>123xyz</password>
    <database>ossec_db</database>
    <type>mysql</type>
  </database_output>

I am able to restart OSSEC without any errors, but I do not see
traffic going to the database.

Have I used the right keywords or is it not possible to send to a
mysql database on any port other than 3306?

Thanks and regards

Ash

Reply via email to