Add kinesis metricset#25989
Add kinesis metricset#25989kaiyan-sheng merged 7 commits intoelastic:masterfrom kaiyan-sheng:kinesis_metricset
Conversation
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
Trends 🧪💚 Flaky test reportTests succeeded. Expand to view the summary
Test stats 🧪
|
|
Pinging @elastic/integrations (Team:Integrations) |
sayden
left a comment
There was a problem hiding this comment.
It's a pity that we cannot manipulate field names but we are as good as we can be. Good work!
@sayden what do you mean? If wanted, it is possible to use processors to rename fields, as is actually done in other aws modules. We can decide to leave them as they are if we want to keep the original naming/structure, but we have the choice to manipulate fields and their names 🙂 We could also consider adding some way of mapping to the cloudwatch metricset as other metricsets have, but that is a different story. |
* master: (25 commits) fix: Force PLATFORMS environment variable when we build Elastic Agent dependencies on arm64 (elastic#26415) macos for metricbeat to run in the extended meta-stage (elastic#26573) Packaging: add arm7 platform in the main pipeline (elastic#26575) [Heartbeat] Skip flakey timer queue test (elastic#26592) Update to "read_pipeline" permission (elastic#26465) (elastic#26580) API keys do not reflect the need for read_pipeline (elastic#26466) (elastic#26582) Add Fleet agent.id to Agent monitoring data (elastic#26548) Add kinesis metricset (elastic#25989) Refactor of system/memory metricset (elastic#26334) Introduce httpcommon package in libbeat (add support for Proxy) (elastic#25219) [Filebeat] change multiline configuration in awss3 input to parsers (elastic#25873) docs: Hint for the error "Error extracting container id" (elastic#25824) [Docs] Fixed metricbeat redis exported field CPU descriptions (elastic#25846) (elastic#26496) Update urllib to 1.26.5. (elastic#26380) Update golang.org/x/crypto (elastic#26448) [Filebeat] Update Fortinet Ingest Pipeline (elastic#24816) Move parsers outside of filestream input so others can use them as well (elastic#26541) [Filebeat] Fix `threatintel.indicator.url.full` field not populating (elastic#26508) [Filebeat] Add network direction processor to Zeek and Suricata modules (elastic#24620) Logging code cleanup related to Nomad auto-discovery (elastic#26498) ...
What does this PR do?
This PR is to add a new metricset in
awsmodule to collect Amazon Kinesis metrics from CloudWatch.Why is it important?
Checklist
CHANGELOG.next.asciidocorCHANGELOG-developer.next.asciidoc.How to test this PR locally
awsmodule:./metricbeat module enable awsaws.ymlto:./metricbeat -eRelated issues
Screenshots
TBD