-
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
Center more functionality around RunnerFactory #16715
Merged
Merged
Commits on Mar 10, 2020
-
Center more functionality around RunnerFactory
Remove CheckableRunnerFactory and require RunnerFactory to implement CheckConfig. CheckableRunnerFactory more and more superseded RunnerFactory. As we want more config validation support in the future as well I combined the two into RunnerFactory Remove autodiscover.Adapter. The adapter did inherit from CheckableRunnerFactory, giving us some inheritance chain between RunnerFactory, CheckableRunnerFactory, and Adapter for autodiscovery. By removig the Adapter and CheckableRunnerFactory we have one common type (RunnerFactory) to integrate with config file reloading, static input/module setup, and autodiscovery. Add selectors for autodiscovery event selection that are used as additional parameters when creating a new Autodiscover instance. This gives us some more composability, yet I wonder if we can even remove those, as every instance of NewAutodiscover did look for events with a 'config' field of type []*common.Config.
urso committedMar 10, 2020 Configuration menu - View commit details
-
Copy full SHA for 626a4df - Browse repository at this point
Copy the full SHA 626a4dfView commit details -
urso committed
Mar 10, 2020 Configuration menu - View commit details
-
Copy full SHA for 4259281 - Browse repository at this point
Copy the full SHA 4259281View commit details -
urso committed
Mar 10, 2020 Configuration menu - View commit details
-
Copy full SHA for d69ad6c - Browse repository at this point
Copy the full SHA d69ad6cView commit details -
urso committed
Mar 10, 2020 Configuration menu - View commit details
-
Copy full SHA for d2d13af - Browse repository at this point
Copy the full SHA d2d13afView commit details -
Add godoc to cfgfile/factories.go
urso committedMar 10, 2020 Configuration menu - View commit details
-
Copy full SHA for 639b367 - Browse repository at this point
Copy the full SHA 639b367View commit details -
wrap error to show where it comes from in reloader
urso committedMar 10, 2020 Configuration menu - View commit details
-
Copy full SHA for 90577b0 - Browse repository at this point
Copy the full SHA 90577b0View commit details -
- wrap errors to give some context which operation failed - do not leak inputloader background process if configuration fails
urso committedMar 10, 2020 Configuration menu - View commit details
-
Copy full SHA for ec8cbc6 - Browse repository at this point
Copy the full SHA ec8cbc6View commit details -
urso committed
Mar 10, 2020 Configuration menu - View commit details
-
Copy full SHA for 2ea301f - Browse repository at this point
Copy the full SHA 2ea301fView commit details -
RunnerFactory.Create uses beat.PipelineConnector only
urso committedMar 10, 2020 Configuration menu - View commit details
-
Copy full SHA for 33c182a - Browse repository at this point
Copy the full SHA 33c182aView commit details -
urso committed
Mar 10, 2020 Configuration menu - View commit details
-
Copy full SHA for 71ee8ca - Browse repository at this point
Copy the full SHA 71ee8caView commit details -
Implement CheckConfig for filebeat inputs/fileset factories
urso committedMar 10, 2020 Configuration menu - View commit details
-
Copy full SHA for daf9964 - Browse repository at this point
Copy the full SHA daf9964View commit details -
urso committed
Mar 10, 2020 Configuration menu - View commit details
-
Copy full SHA for 5987016 - Browse repository at this point
Copy the full SHA 5987016View commit details -
urso committed
Mar 10, 2020 Configuration menu - View commit details
-
Copy full SHA for 83a4471 - Browse repository at this point
Copy the full SHA 83a4471View commit details -
urso committed
Mar 10, 2020 Configuration menu - View commit details
-
Copy full SHA for ba9f277 - Browse repository at this point
Copy the full SHA ba9f277View 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.