v51

latestOpenAPI 3.0.2raw.githubusercontent.com2026-08-01245104440.0 KB
Log Parsers

Update log parser configuration

Replace the configuration document for the given server-side log parser. The body must contain a content field holding a well-formed XML document with a <parser> root element (an empty string clears the parser). Saving the configuration reinitializes the live parser immediately.

put/v1/log-parsers/{parser-type}

Request body

contentstring required

Parser configuration as an XML document, or an empty string to clear it.

Response

Log parser configuration updated successfully