diff --git a/README.md b/README.md index 8dc7ccb..51df9ab 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ It does extensive enrichment of logs, metrics and object information to enable c ``` ALL {instance.compartment.id='OCI Management Agent Compartment OCID'} ``` + - **Note**: _When working with multiple compartments you need to change the ALL to ANY because the dynamic group will evaluate if a instance matches all the conditions of both compartments. - **Note**: _This dynamic group is not required for non OKE or when you choose to use Config file based AuthZ for monitoring the logs._ * Create a user and user group using which the logs to be published to OCI Logging Analytics. Refer [Managing Users](https://docs.oracle.com/en-us/iaas/Content/Identity/Tasks/managingusers.htm) and [Managing User Groups](https://docs.oracle.com/en-us/iaas/Content/Identity/Tasks/managinggroups.htm) for details. - **Note**: _This is not required for OKE when you choose to use the default (Instance princiapal) AuthZ mechanism._