Skip to main content
Monitoring & Collection/Logging

UpdateTailFilter

Update the compound filter criteria for an existing filtered live-tail session

PUT/api/v1/logs/tail/filtered-sessions/{sessionId}/filter

Operation ID

UpdateTailFilter

Since

1.0.0

Execution Mode

Synchronous

Auth Context

Auth Required

Auth Context

Send these values as request headers when calling this API.

AuthorizationstringRequired

Bearer Token

X-Tenant-IDstring

X-Tenant-ID

Request Inputs

application/json

Path Parameters

  • sessionId
    StringRequired

    Unique identifier of the filtered session to update

Body Fields

  • filter
    ObjectRequired

    Filter for this resource

    • includeKeywords
      List

      Include keywords

      Example: item1,item2

    • excludeKeywords
      List

      Exclude keywords

      Example: item1,item2

    • regex
      String

      Regular expression pattern to match against log message content

      Example: error.*timeout

    • logLevelMin
      String

      Minimum log level to include; entries below this level are excluded

      Example: warn

    • serviceFilter
      String

      Service name filter to restrict matching to a specific service

      Example: payment-service

Responses

200 OK
200 OK

On success, this API returns an empty JSON object {}.