You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am looking for an option to modify the record by appending, subtracting or replacing operations.
Case 1: When parsing input data like {"message": "First line#012Second line"} the value can’t be modified to {"message": "First line\nSecond line"} to allow multiline display in LogExplorer. Case 2: When parsing input data like {"message":"hello world!"} the value can’t be modified to {"message":"yay, hello world!"}
I am looking for an option to modify the record by appending, subtracting or replacing operations.
Case 1
: When parsing input data like{"message": "First line#012Second line"}
the value can’t be modified to{"message": "First line\nSecond line"}
to allow multiline display in LogExplorer.Case 2
: When parsing input data like{"message":"hello world!"}
the value can’t be modified to{"message":"yay, hello world!"}
Similar capabilities are achievable with fluentd record_transformer filter.
Existing logging-processor-modify-fields allows to replace value only if their are equal.
The text was updated successfully, but these errors were encountered: