tsv
Last updated
Was this helpful?
Last updated
Was this helpful?
The tsv
parser plugin parses the TSV format.
See .
keys
type
default
version
array of string
required parameter
0.14.9
The array of names for fields on each line.
delimiter
type
default
version
string
\t
0.14.0
The delimiter (character or string) separating TSV values.
With this configuration:
This incoming event:
is parsed as:
If you set null_value_pattern '-'
in the configuration, user
field becomes nil
instead of "-"
.
If this article is incorrect or outdated, or omits critical information, please . is an open-source project under . All components are available under the Apache 2 License.