Skip to content

Commit

Permalink
update settings for decode_csv_fields (elastic#15249)
Browse files Browse the repository at this point in the history
Co-authored-by: DeDe Morton <dede.morton@elastic.co>
  • Loading branch information
sophiaxu8 and dedemorton committed Jan 14, 2020
1 parent dd553b3 commit 699c958
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 699c958

Please sign in to comment.