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

Injection of global processors broke the correct ordering of processors #34093

Closed
blakerouse opened this issue Dec 22, 2022 · 2 comments · Fixed by #34066
Closed

Injection of global processors broke the correct ordering of processors #34093

blakerouse opened this issue Dec 22, 2022 · 2 comments · Fixed by #34066
Assignees
Labels
blocker bug Team:Elastic-Agent-Control-Plane Label for the Agent Control Plane team Team:Elastic-Agent-Data-Plane Label for the Agent Data Plane team v8.6.0

Comments

@blakerouse
Copy link
Contributor

The following change in 6c13c67 broke the expected ordering of processors for the Elastic Agent filestream monitoring. Which completely broke the Elastic Agents ability to ship logs elastic/elastic-agent#1975.

The order of processors is important and the following should be enforced:

  1. stream processors
  2. agentInfo processors
  3. global processors
  4. stream specific processors
@botelastic botelastic bot added the needs_team Indicates that the issue/PR needs a Team:* label label Dec 22, 2022
@blakerouse blakerouse self-assigned this Dec 22, 2022
@blakerouse blakerouse added bug blocker Team:Elastic-Agent-Control-Plane Label for the Agent Control Plane team Team:Elastic-Agent-Data-Plane Label for the Agent Data Plane team v8.6.0 labels Dec 22, 2022
@elasticmachine
Copy link
Collaborator

Pinging @elastic/elastic-agent-control-plane (Team:Elastic-Agent-Control-Plane)

@elasticmachine
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocker bug Team:Elastic-Agent-Control-Plane Label for the Agent Control Plane team Team:Elastic-Agent-Data-Plane Label for the Agent Data Plane team v8.6.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants