Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -302,15 +302,15 @@ 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.


### 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.<br/><img src={useBaseUrl('img/send-data/oci-service-connector.png')} alt="OCI to Sumo" style={{border: '1px solid gray'}} width="1800" />
Expand Down