-
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
[Elastic Agent] Add support for dynamics inputs #19225
Comments
Pinging @elastic/ingest-management (Team:Ingest Management) |
I've created #19271 to discuss the changes in current autodiscover |
@ruflin @blakerouse One thing that I think our idea doesn't cover is a default case. Lets assume that an integration ships with 3 inputs.
The use case would be use the windows events, journald if it exist, otherwise fallback to file on disk? Do we need to support that kind of condition or we assume that everything is a single "unit" with only his own view on the world? The later really simplify any use case. |
I would skip this default use case for now. For these cases
|
@ruflin Yes this is what I thought, just wanted to make sure we were ok with possible limitations. Also, in some we could have noop inputs. (IE the file do not exist) |
Closing this, added the remaining items in the project board. |
In beats today we have a feature called Autodiscovery that allows you to generate inputs based on labels or other information coming from a provider like the k8s, docker stream. We want to add the same functionality in the Elastic Agent. We are calling that new feature Dynamic input.
As an example, we would create a dynamic input template like this. And the system would run through the data it has to define if a template should be used or not.
Use cases:
Tasks
Phase 1: Elastic Agent
Phase 2 (beyond 7.10)
The text was updated successfully, but these errors were encountered: