Log Sources

Update a log source

Update a log source: pause or resume ingestion across its log streams, and/or set or clear its ongoing auto-provisioning filter. Log sources cannot be renamed — their generated names are immutable.

patch/log-sources/{logSourceId}

Path parameters

logSourceIdstring uuid required

Log source ID to update.

Request body

enabledboolean

Pause (false) or resume (true) ingestion for all of the log source's log streams. Reversible; never deletes anything.

Response

OK

Changes

Changed in 1 of the 4 revisions of this API.2

    • added the new optional request property

      new-optional-request-property

    • added the required property / to the response with the status

      response-required-property-added