ORACLE CLOUD

Logging actions

17 actions you can wire into a flow, alongside everything else in the Oracle Cloud integration.

Every Logging action

  • OCI Logging: Change Log Group CompartmentMove a log group into a different compartment: the log group keeps its OCID, only its compartment placement changes.
  • OCI Logging: Change Log Log GroupMove a log into a different log group: the log keeps its OCID, only its parent log group changes. Returns a work-request id.
  • OCI Logging: Create LogCreate a custom or service log inside a log group. Returns a work-request id: poll until the log is ACTIVE.
  • OCI Logging: Create Log GroupCreate a log group: the container that service and custom logs live in. Asynchronous: returns a work-request id and no body; poll the work request until it succeeds.
  • OCI Logging: Delete LogDelete a log from its log group by OCID: ingestion into it stops. Returns a work-request id tracking the removal.
  • OCI Logging: Delete Log GroupDelete a Logging log group by its OCID. Returns a work-request id: the removal happens asynchronously.
  • OCI Logging: Delete Unified Agent ConfigurationDelete a unified monitoring agent configuration by its OCID. Returns a work-request id you can track to completion.
  • OCI Logging: Get LogFetch a single log by its OCID: its display name, type, enabled flag, retention and lifecycle state.
  • OCI Logging: Get Log GroupFetch a single Logging log group by its OCID: its display name, compartment, lifecycle state and timestamps.
  • OCI Logging: Get Unified Agent ConfigurationFetch a single unified monitoring agent configuration by its OCID: its enabled flag, lifecycle state and details.
  • OCI Logging: List Log GroupsList the log groups in a compartment. Optionally filter by exact display name. Walks pagination up to a safe cap.
  • OCI Logging: List LogsList the log objects in a log group. Optionally filter by log type (custom or service) or exact display name. Walks pagination up to a safe cap.
  • OCI Logging: List ServicesList every OCI service that is integrated with public logging. Tenancy-wide, so no compartment is required.
  • OCI Logging: List Unified Agent ConfigurationsList the unified monitoring agent configurations in a compartment. Optionally filter by exact display name. Walks pagination up to a safe cap.
  • OCI Logging: Search LogsRun a Logging Query Language search over stored log content for a time window, returning the matching log entries and their count.
  • OCI Logging: Update LogPartially update a log: change only the display name, enabled flag or retention duration you supply; blank fields are left unchanged. Returns a work-request id, poll Get Log until the change lands.
  • OCI Logging: Update Log GroupPartially update a log group: change only the display name or description you supply; blank fields are left unchanged. Returns a work-request id to poll for completion.

Also in Oracle Cloud

Put Logging in a flow

These actions sit on the same canvas as every other integration, so a Logging step can follow a form, a schedule or a message without any glue code.