Skip to content

Commit

Permalink
update settings for decode_csv_fields (#15249) (#15551)
Browse files Browse the repository at this point in the history
Co-authored-by: DeDe Morton <dede.morton@elastic.co>

Co-authored-by: Sophia Xu <sophia.xu@elastic.co>
  • Loading branch information
dedemorton and sophiaxu8 committed Jan 15, 2020
1 parent df2480a commit 26f4ac9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ processors:
- decode_csv_fields:
fields:
message: decoded.csv
separator: ,
separator: ","
ignore_missing: false
overwrite_keys: true
trim_leading_whitespace: false
trim_leading_space: false
fail_on_error: true
-----------------------------------------------------

Expand Down

0 comments on commit 26f4ac9

Please sign in to comment.