-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Modify kafka input to include parsing multiple messages #13965
Conversation
jenkins test this |
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.
Documentation nits, otherwise looks good, thanks!
@@ -127,6 +127,17 @@ Kafka fetch settings: | |||
*`max`*:: The maximum number of bytes to read per request. Defaults to 0 | |||
(no limit). | |||
|
|||
===== `expand_event_list_from_field` | |||
|
|||
If the fileset using this input expects to receive multiple messages bundled under a specific field then the config option `expand_event_list_from_field` value can be assigned the name of the json group object. |
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.
"the name of the json group object" -> "the name of the field" is I think clearer about what value should go in the config
"fielsets" -> "filesets" in the following line
If the fileset using this input expects to receive multiple messages bundled under a specific field then the config option ExpandEventListFromField value can be assigned the name of the json group object.
For example in the case of azure fielsets the events are found under the json object "records".
Initial draft PR #13776