Skip to content
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

filestream should not run inputs with duplicated IDs #41938

Open
AndersonQ opened this issue Dec 6, 2024 · 1 comment · May be fixed by #41954
Open

filestream should not run inputs with duplicated IDs #41938

AndersonQ opened this issue Dec 6, 2024 · 1 comment · May be fixed by #41954
Assignees
Labels
Team:Elastic-Agent-Data-Plane Label for the Agent Data Plane team

Comments

@AndersonQ
Copy link
Member

When filestream receives a new input configuration it should detect if there is already an input running for the same ID, if there is it should not create the new input and return an error. An empty ID is considered a valid ID as long as there is just one input with an empty ID.

Currently filestream already logs a warning, but proceeds with the input creation. It should instead not create the new input and log an error.

@AndersonQ AndersonQ self-assigned this Dec 6, 2024
@botelastic botelastic bot added the needs_team Indicates that the issue/PR needs a Team:* label label Dec 6, 2024
@jlind23 jlind23 assigned belimawr and unassigned AndersonQ Dec 9, 2024
@jlind23 jlind23 added the Team:Elastic-Agent-Data-Plane Label for the Agent Data Plane team label Dec 16, 2024
@elasticmachine
Copy link
Collaborator

Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane)

@botelastic botelastic bot removed the needs_team Indicates that the issue/PR needs a Team:* label label Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team:Elastic-Agent-Data-Plane Label for the Agent Data Plane team
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants