logstash-filter-csv icon indicating copy to clipboard operation
logstash-filter-csv copied to clipboard

Allow multiple column patterns

Open markwalkom opened this issue 9 years ago • 0 comments

Just like we do in grok, it makes sense to allow this with this sort of use;

filter {
  csv {
    columns => { ["field1", "field2", "field3"], ["fieldA", "fieldB", "fieldC"] }
  }
}

Here is one example where it would help.

markwalkom avatar Jul 20 '16 01:07 markwalkom