-
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
Beats event processing and default fields #10801
Merged
Merged
Commits on Mar 8, 2019
-
Separate event processing from pipeline
This changes moves the generation of the event processing into it's distinct package, such that the actual publisher pipeline will not define any processors anymore. A new instance of a publisher pipeline must not add fields on it's own. This change converts the event processing pipline into the 'Supporter' pattern, which is already used for Index Management. As different beats ask for slightly different behavior in the event processing (e.g. normalize, default builtins and so on), the `processing.Supporter` can be used for customizations.
urso committedMar 8, 2019 Configuration menu - View commit details
-
Copy full SHA for 5ba5d36 - Browse repository at this point
Copy the full SHA 5ba5d36View commit details -
urso committed
Mar 8, 2019 Configuration menu - View commit details
-
Copy full SHA for 4c80ef3 - Browse repository at this point
Copy the full SHA 4c80ef3View commit details -
urso committed
Mar 8, 2019 Configuration menu - View commit details
-
Copy full SHA for ccfeeac - Browse repository at this point
Copy the full SHA ccfeeacView commit details -
urso committed
Mar 8, 2019 Configuration menu - View commit details
-
Copy full SHA for 0c3f293 - Browse repository at this point
Copy the full SHA 0c3f293View commit details -
urso committed
Mar 8, 2019 Configuration menu - View commit details
-
Copy full SHA for 95dd496 - Browse repository at this point
Copy the full SHA 95dd496View commit details -
Fix debug printer to respect the logging selector
urso committedMar 8, 2019 Configuration menu - View commit details
-
Copy full SHA for d58a611 - Browse repository at this point
Copy the full SHA d58a611View commit details -
urso committed
Mar 8, 2019 Configuration menu - View commit details
-
Copy full SHA for 02e216a - Browse repository at this point
Copy the full SHA 02e216aView commit details -
urso committed
Mar 8, 2019 Configuration menu - View commit details
-
Copy full SHA for c6ecd82 - Browse repository at this point
Copy the full SHA c6ecd82View commit details -
urso committed
Mar 8, 2019 Configuration menu - View commit details
-
Copy full SHA for 53202ac - Browse repository at this point
Copy the full SHA 53202acView commit details -
turn processing.Supporter into interface
urso committedMar 8, 2019 Configuration menu - View commit details
-
Copy full SHA for 73895c8 - Browse repository at this point
Copy the full SHA 73895c8View commit details -
urso committed
Mar 8, 2019 Configuration menu - View commit details
-
Copy full SHA for 7400c52 - Browse repository at this point
Copy the full SHA 7400c52View commit details -
urso committed
Mar 8, 2019 Configuration menu - View commit details
-
Copy full SHA for 73a6f0a - Browse repository at this point
Copy the full SHA 73a6f0aView commit details -
urso committed
Mar 8, 2019 Configuration menu - View commit details
-
Copy full SHA for d5ea8b6 - Browse repository at this point
Copy the full SHA d5ea8b6View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.