From 4c355f072975019e2af92f4fb9ca753a34520809 Mon Sep 17 00:00:00 2001 From: Cameron Eckles <128643830+cameroneckles@users.noreply.github.com> Date: Tue, 23 Jul 2024 11:46:41 -0400 Subject: [PATCH] Update collect-logs-oracle-cloud-infrastructure.md --- .../collect-logs-oracle-cloud-infrastructure.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/send-data/collect-from-other-data-sources/collect-logs-oracle-cloud-infrastructure.md b/docs/send-data/collect-from-other-data-sources/collect-logs-oracle-cloud-infrastructure.md index 3c71817d79..f4c8967e74 100644 --- a/docs/send-data/collect-from-other-data-sources/collect-logs-oracle-cloud-infrastructure.md +++ b/docs/send-data/collect-from-other-data-sources/collect-logs-oracle-cloud-infrastructure.md @@ -302,7 +302,7 @@ For information about the format of the logs generated by the Oracle Cloud Infra * **Key**. MAX_RECORDS_PER_POST. * **Default**. 1000. * **Purpose**. Maximum records to send for each POST. i.e, a batch size. - * **loremgging Level** + * **Logging Level** (optional) * **Key**. LOGGING_LEVEL. * **Default**. INFO. * **Purpose**. Controls function logging outputs. Choices: INFO, WARN, CRITICAL, ERROR, DEBUG. @@ -310,7 +310,7 @@ For information about the format of the logs generated by the Oracle Cloud Infra ### Create a Service Connector for reading logs from Logging and Triggering the OCI Function -1. In the Oracle Cloud Console, click the navigation menu, and select **Solution and Platform**. Go to the **Logging** menu and select **Service Connectors**. +1. In the Oracle Cloud Console, click the navigation menu, and select **Observability & Management**. Go to the **Logging** menu and select **Connectors**. 2. Click **Create Connector**, and from the Source drop-down list, select **Logging** and from the **Functions** drop-down list, select **Target**. 3. Under the **Configure source connection** section, select your **Compartment Name**, your **LogGroupForBucketActivity** for **Log Group**, and **logForBucketActivity** for **Logs**. 4. If you want to use audit logs, click **+Another log**, choose your compartment and add **_Audit** for Log Group.
OCI to Sumo