Oracle Database Audit connector for Microsoft Sentinel

The Oracle DB Audit data connector provides the capability to ingest Oracle Database audit events into Microsoft Sentinel through the syslog. Refer to documentation for more information.

Connector attributes

Connector attribute Description
Log Analytics table(s) Syslog (OracleDatabaseAudit)
Data collection rules support Workspace transform DCR
Supported by Microsoft Corporation

Query samples

Top 10 Sources

OracleDatabaseAuditEvent

| summarize count() by SrcDvcHostname

| top 10 by count_

Vendor installation instructions

NOTE: This data connector depends on a parser based on a Kusto Function to work as expected which is deployed as part of the solution. To view the function code in Log Analytics, open Log Analytics/Microsoft Sentinel Logs blade, click Functions and search for the alias Oracle Database Audit and load the function code or click here. The function usually takes 10-15 minutes to activate after solution installation/update.

  1. Install and onboard the agent for Linux

Typically, you should install the agent on a different computer from the one on which the logs are generated.

Syslog logs are collected only from Linux agents.

  1. Configure the logs to be collected

Configure the facilities you want to collect and their severities.

  1. Under workspace advanced settings Configuration, select Data and then Syslog.

  2. Select Apply below configuration to my machines and select the facilities and severities.

  3. Click Save.

  4. Configure Oracle Database Audit events to be sent to Syslog

Follow these instructions to configure Oracle Database Audit events to be sent to Syslog. For more information please refer to documentation

Next steps

For more information, go to the related solution in the Azure Marketplace.