Skip to content

Commit

Permalink
update settings for decode_csv_fields (#15249) (#15550)
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 authored Jan 14, 2020
1 parent c3a3604 commit bf8cb74
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ processors:
- decode_csv_fields:
fields:
message: decoded.csv
separator: ,
separator: ","
ignore_missing: false
overwrite_keys: true
trim_leading_space: false
Expand Down

0 comments on commit bf8cb74

Please sign in to comment.