static ParseKeyValue.Builder |
ParseKeyValue.builder() |
|
ParseKeyValue.Builder |
ParseKeyValue.Builder.destination(String destination) |
The destination field to put the extracted key-value pairs into
|
ParseKeyValue.Builder |
ParseKeyValue.Builder.fieldDelimiter(String fieldDelimiter) |
The field delimiter string that is used between key-value pairs in the original log events.
|
ParseKeyValue.Builder |
ParseKeyValue.Builder.keyPrefix(String keyPrefix) |
If you want to add a prefix to all transformed keys, specify it here.
|
ParseKeyValue.Builder |
ParseKeyValue.Builder.keyValueDelimiter(String keyValueDelimiter) |
The delimiter string to use between the key and value in each pair in the transformed log event.
|
ParseKeyValue.Builder |
ParseKeyValue.Builder.nonMatchValue(String nonMatchValue) |
A value to insert into the value field in the result, when a key-value pair is not successfully split.
|
ParseKeyValue.Builder |
ParseKeyValue.Builder.overwriteIfExists(Boolean overwriteIfExists) |
Specifies whether to overwrite the value if the destination key already exists.
|
ParseKeyValue.Builder |
ParseKeyValue.Builder.source(String source) |
Path to the field in the log event that will be parsed.
|
ParseKeyValue.Builder |
ParseKeyValue.toBuilder() |
|