Parser stage configuration specifications
text/plain
or text/x-log
), as well as files that have media types that you specify under Media Types for this Parser Stage.Field | Description |
---|---|
Pattern Type | glob . Use bash shell wildcards. Examples include z.txt , *.md , and /a/*/b/f.txt . regex . Use Java regular expressions (PCRE; Perl-compatible regular expressions). Examples include z.txt$ , .*\.txt$ , and ^/a/[^\/]*/b/f.txt$ . |
File Name or Pattern | Name of the file or a pattern for the file name. The parser parses matching files. |
REDISLOG
.\t
for the tab character. When entering configuration values in the API, use escaped characters, such as \\t
for the tab character.