-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add option to embed json fields metadata inside the log payload #46
base: main
Are you sure you want to change the base?
Add option to embed json fields metadata inside the log payload #46
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
We need to explicitly call out in the release notes that enabling this feature may be a breaking change if people have existing searches/dashboards set up based on json fields.
Pushed some changes while waiting for some customer feedback on the log format when
essentially ignoring the Otherwise when |
|
@@ -0,0 +1,24 @@ | |||
include "application" | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what is the different between this file and the test-fields-in-payload-payloadText
file?
Probably the other one is missing payloadWrapperKey
?
Adding a boolean option
moveFieldsIntoPayload
to inject specified fields into the log JSON payload to allow for dynamic auto JSON parsing in Sumo. Enabling this option would also prevent fields from being sent in the HTTP request to Sumo.