Skip to content

[DO NOT MERGE] feat: add Beat processor #8965

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

andrzej-stencel
Copy link
Contributor

Shows how Beat processor can be used in Elastic Agent.

I have replaced the Beats dependency in go.mod with:

go mod edit -replace=github.com/elastic/beats/v7=github.com/andrzej-stencel/beats/v7@add-beat-processor
go mod tidy

See https://github.com/andrzej-stencel/beats/tree/add-beat-processor.

Copy link
Contributor

mergify bot commented Jul 11, 2025

This pull request does not have a backport label. Could you fix it @andrzej-stencel? 🙏
To fixup this pull request, you need to add the backport labels for the needed
branches, such as:

  • backport-./d./d is the label that automatically backports to the 8./d branch. /d is the digit
  • backport-active-all is the label that automatically backports to all active branches.
  • backport-active-8 is the label that automatically backports to all active minor branches for the 8 major.
  • backport-active-9 is the label that automatically backports to all active minor branches for the 9 major.

Copy link
Contributor

mergify bot commented Jul 11, 2025

This pull request is now in conflicts. Could you fix it? 🙏
To fixup this pull request, you can check out it locally. See documentation: https://help.github.com/articles/checking-out-pull-requests-locally/

git fetch upstream
git checkout -b add-beat-processor upstream/add-beat-processor
git merge upstream/main
git push upstream add-beat-processor

Shows how Beat processor can be used in Elastic Agent.

I have replaced the Beats dependency in go.mod with:

```shell
go mod edit -replace=github.com/elastic/beats/v7=github.com/andrzej-stencel/beats/v7@add-beat-processor
go mod tidy
```

See https://github.com/andrzej-stencel/beats/tree/add-beat-processor.
@elasticmachine
Copy link
Collaborator

elasticmachine commented Jul 11, 2025

Copy link

Copy link
Contributor

mergify bot commented Jul 14, 2025

This pull request is now in conflicts. Could you fix it? 🙏
To fixup this pull request, you can check out it locally. See documentation: https://help.github.com/articles/checking-out-pull-requests-locally/

git fetch upstream
git checkout -b add-beat-processor upstream/add-beat-processor
git merge upstream/main
git push upstream add-beat-processor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants