-
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
x-pack/filebeat/input/httpjson: add metrics for number of events and pages published #42442
Conversation
Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Can you please add the two new metrics to the asciidoc file for httpjson.
This pull request is now in conflicts. Could you fix it? 🙏
|
? Here: 1eae9ce#diff-531162d76f10990e57691d2298a46f2aa2a4e576a8ec0d17dd1a37c35303983fR1625-R1626 |
0aa3fc5
to
2842029
Compare
This pull request is now in conflicts. Could you fix it? 🙏
|
I even know how I missed that. 🫤 |
…pages published This is intended to match the events and batches published by the CEL input, but there is no concept of batches in HTTPJSON, the nearest being paging.
…pages published (#42442) This is intended to match the events and batches published by the CEL input, but there is no concept of batches in HTTPJSON, the nearest being paging. (cherry picked from commit 71900c4) # Conflicts: # x-pack/filebeat/docs/inputs/input-httpjson.asciidoc # x-pack/filebeat/input/httpjson/input.go # x-pack/filebeat/input/httpjson/metrics.go # x-pack/filebeat/input/httpjson/request.go # x-pack/filebeat/input/httpjson/request_test.go
…or number of events and pages published (#42588) * x-pack/filebeat/input/httpjson: add metrics for number of events and pages published (#42442) This is intended to match the events and batches published by the CEL input, but there is no concept of batches in HTTPJSON, the nearest being paging. (cherry picked from commit 71900c4) * remove irrelevant changelog entries --------- Co-authored-by: Dan Kortschak <dan.kortschak@elastic.co>
Proposed commit message
This is intended to match the events and batches published by the CEL input, but there is no concept of batches in HTTPJSON, the nearest being paging.
Checklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Disruptive User Impact
Author's Checklist
How to test this PR locally
Related issues
Use cases
Screenshots
Logs