-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Description
#23 not working?
This still doesn't work for me. I have literal tabs in my file, but only the first field is being captured
My line is:
199999 MAI 2013-09-02 16:31:28.988976 1 1
and logstash 7.1.1 pulls in like:
199999\tMAI\t2013-09-02 16:31:28.988976\t1\t1
csv {
autogenerate_column_names => false
skip_header => true
separator => " "
# separator => "\t"
columns => ["NUM","val","date/time","elapsed","elapsed 2"]
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels