Tagging an Agent Configuration When Updating

Add metadata to an agent configuration when you update it.

    1. Open the navigation menu and click Observability & Management. Under Monitoring, click Agent Configurations.
    2. Under List Scope, select a compartment that you have permission to work in.
    3. Click the name of the agent configuration that you want.
    4. To add a tag, click Add tags, and enter the tag namespace, key, and value.
    5. To view existing tags, click the Tags tab and then click Defined tags or Free-form tags.
    6. To edit an existing tag, click the edit icon, update the value in the Edit tag dialog box, and then click Save.
    7. To remove a tag, click the edit icon and then click Remove tag.
  • Use the --defined-tags or --freeform-tags options when running the oci logging agent-configuration update command to tag an agent configuration when you update it:

    oci logging agent-configuration update [...] [--defined-tags | --freeform-tags] tags 
  • Run the UpdateUnifiedAgentConfiguration operation to tag an agent configuration when you update it. Include the definedTags and freeformTags attributes and their values.