Add UpdateStatus reporter to packetbeat runners#45732
Merged
fearful-symmetry merged 39 commits intoelastic:mainfrom Oct 7, 2025
Merged
Add UpdateStatus reporter to packetbeat runners#45732fearful-symmetry merged 39 commits intoelastic:mainfrom
UpdateStatus reporter to packetbeat runners#45732fearful-symmetry merged 39 commits intoelastic:mainfrom
Conversation
Contributor
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
Contributor
|
This pull request does not have a backport label.
To fixup this pull request, you need to add the backport labels for the needed
|
Contributor
|
Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane) |
Contributor
|
Pinging @elastic/sec-linux-platform (Team:Security-Linux Platform) |
VihasMakwana
reviewed
Sep 3, 2025
faec
approved these changes
Sep 15, 2025
Contributor
faec
left a comment
There was a problem hiding this comment.
One cleanup suggestion, but looks good
efd6
reviewed
Sep 24, 2025
Contributor
efd6
left a comment
There was a problem hiding this comment.
nil; the type does not need to be exported.
Co-authored-by: Dan Kortschak <dan.kortschak@elastic.co>
… packetbeat-status-reporter
… packetbeat-status-reporter
nfritts
approved these changes
Oct 2, 2025
andrzej-stencel
pushed a commit
to andrzej-stencel/beats
that referenced
this pull request
Dec 1, 2025
* add status reporter to packetbeat processor * add state reporters to sniffer * fix test for status updates * linter... * still tinkering with the linter * fix int check issue, cleanup * linter... * feedback * oops * imports * use noop reporter * Update libbeat/management/status/status.go Co-authored-by: Dan Kortschak <dan.kortschak@elastic.co> * fix status * change noop status * add fragment --------- Co-authored-by: Dan Kortschak <dan.kortschak@elastic.co>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Proposed commit message
Closes #44655
This adds a
StatusReporterto the packetbeat runner interface. Two things to note here:Create()andSetStatusReporter()as two separate steps, as it means we don't get aStatusReporterobject until after the initialization is complete. I added aCreateWithReporterinterface to get around this, so we can setConfiguringstate at the proper time. If there's a reason why we don't want this, please tell me.Tested in elastic-cloud 9.2.0.
Checklist
CHANGELOG.next.asciidocorCHANGELOG-developer.next.asciidoc.