Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Oracle 19c Logs to Wazuh Server #889

Open
SameenAslam opened this issue Dec 25, 2024 · 0 comments
Open

Oracle 19c Logs to Wazuh Server #889

SameenAslam opened this issue Dec 25, 2024 · 0 comments

Comments

@SameenAslam
Copy link

SameenAslam commented Dec 25, 2024

Hello everyone,

Hope you;re doing good.

I am unable to fetch proper Oracle 19c database logs to Wazuh server. The logs that are fetched from database is hosted on AIX server with JDBC protocol. The custom decoders and rules are also set and tested. The main queries that are executed by my DB team are still not shown on Wazuh. I have set the Wazuh agent ossec.conf on AIX as follows;

syslog /var/ossec/logs/active_responses.log

While I have set the following configuration on agent.conf in endpoint groups of wazuh through browser.
<agent_config>

<log_format>multi-line-regex</log_format>
/path/to/database/logs/*.xml
<multiline_regex replace="wspace">^Traceback</multiline_regex>

</agent_config>

Following are the some of the repetitive logs I am receving rather than the actual queries that are executed.
<Sql_Text>select value from v$sesstat where sid = :sid order by statistic# </Sql_Text>

<Sql_Text>select col.*, com.Comments from sys.all_tab_columns col, sys.all_col_comments com where col.owner = :owner and col.table_name = :table_name and com.Owner (+) = :Owner and com.Table_Name (+) = :table_name and com.Column_Name (+) = col.Column_Name order by col.column_id </Sql_Text>

<Sql_Text>ALTER DATABASE MOUNT</Sql_Text>

please help me out in this case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant