v51

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

Get log parser configuration

Retrieve the configuration document for the given server-side log parser (syslog, Windows event log, or OpenTelemetry log). The configuration is an XML document returned verbatim in the content field; an empty string means no parser rules are configured.

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

Response

Log parser configuration retrieved successfully

type'syslog' | 'windows-event' | 'opentelemetry'

Log parser type

contentstring

Parser configuration as an XML document (empty string if no rules are configured)