UpdateTailFilter
Update the compound filter criteria for an existing filtered live-tail session
PUT
/api/v1/logs/tail/filtered-sessions/{sessionId}/filterOperation ID
UpdateTailFilterSince
1.0.0Execution Mode
SynchronousAuth Context
Auth RequiredAuth Context
Send these values as request headers when calling this API.
AuthorizationstringRequiredBearer Token
X-Tenant-IDstringX-Tenant-ID
Request Inputs
application/jsonPath 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
