diff --git a/pkg/stanza/docs/types/timestamp.md b/pkg/stanza/docs/types/timestamp.md index 49eb82909b4d..e7a50eade1d8 100644 --- a/pkg/stanza/docs/types/timestamp.md +++ b/pkg/stanza/docs/types/timestamp.md @@ -17,7 +17,7 @@ If a timestamp block is specified, the parser operator will perform the timestam ```yaml - type: regex_parser - regexp: '^Time=(?P\d{4}-\d{2}-\d{2}), Host=(?P[^,]+)' + regex: '^Time=(?P\d{4}-\d{2}-\d{2}), Host=(?P[^,]+)' timestamp: parse_from: attributes.timestamp_field layout_type: strptime