Monitoring & Collection/Logging
PUTLoggingSince 1.0SynchronousAuth Required
UpdateTailFilter
Update the compound filter criteria for an existing filtered live-tail session
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
sessionIdStringRequiredUnique identifier of the filtered session to update
Body Fields
filterObjectRequiredFilter for this resource
includeKeywordsListInclude keywords
Example: item1,item2
excludeKeywordsListExclude keywords
Example: item1,item2
regexStringRegular expression pattern to match against log message content
Example: error.*timeout
logLevelMinStringMinimum log level to include; entries below this level are excluded
Example: warn
serviceFilterStringService name filter to restrict matching to a specific service
Example: payment-service
Responses
Endpoint
PUT/api/v1/logs/tail/filtered-sessions/{sessionId}/filter
/api/v1/logs/tail/filtered-sessions/{sessionId}/filter
Request Example
curl -X PUT '{host}/api/v1/logs/tail/filtered-sessions/{sessionId}/filter' -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json' -d '{"filter":{"includeKeywords":"item1,item2","excludeKeywords":"item1,item2","regex":"error.*timeout","logLevelMin":"warn","serviceFilter":"payment-service"}}'
Response Example
200{}Change History
This API has no change history records yet.
