Skip to content

Commit f11e77d

Browse files
committed
Adding example to configure syslog server to redirect logs to a port
1 parent 93e060d commit f11e77d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/integrations/databases/opentelemetry/oracle-opentelemetry.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,10 @@ If logging is not enabled, you can configure it by following the steps below.
9090
9191
The location of these logs will be required when you set up the app through the app catalog.
9292
93-
- **For Oracle version 21c and above**. Based on [Unified audit policy](https://docs.oracle.com/en/database/oracle/oracle-database/23/sqlrf/AUDIT-Unified-Auditing.html) configuered, audit logs exported will direclty be ingested to sumo using syslog or windows event log. For linux environment instead of redirecting audit logs to a file we need to directly redirect it to local port. In the next step, otel collector can be configured to listen to this port to send log to sumo.
93+
- **For Oracle version 21c and above**. Based on [Unified audit policy](https://docs.oracle.com/en/database/oracle/oracle-database/23/sqlrf/AUDIT-Unified-Auditing.html) configuered, audit logs exported will direclty be ingested to sumo using syslog or windows event log.
94+
For linux environment instead of redirecting audit logs to a file we need to directly redirect it to local port. In the next step, otel collector can be configured to listen to this port to send log to sumo. This can be done using a below configuration in rsyslog.conf :
95+
```local7.info @@127.0.0.1:10514```
96+
This will redirect all the unified audit logs to localhost port 10514.
9497
9598
#### Performance metrics script setup
9699

0 commit comments

Comments
 (0)