Skip to content

Commit

Permalink
Do not require field_split_characters is not empty for key_value proc…
Browse files Browse the repository at this point in the history
…essor

Signed-off-by: Taylor Gray <[email protected]>
  • Loading branch information
graytaylor0 committed Mar 28, 2024
1 parent 8760945 commit 0f336e1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ public class KeyValueProcessorConfig {
private String fieldDelimiterRegex;

@JsonProperty("field_split_characters")
@NotEmpty
private String fieldSplitCharacters = DEFAULT_FIELD_SPLIT_CHARACTERS;

@JsonProperty("include_keys")
Expand Down

0 comments on commit 0f336e1

Please sign in to comment.