[Cloudflare Logpush, Akamai] - Fixed bugs related to the gcs input - #6164
Conversation
|
Pinging @elastic/security-external-integrations (Team:Security-External Integrations) |
🌐 Coverage report
|
bhapas
left a comment
There was a problem hiding this comment.
Can we add poll to system test config just to make sure this isn't fiddled with again
|
@bhapas there are no system tests for the gcs or aws streams in akami or cloudflare, only tests using httpjson and http endpoint. The main reason is aws and gcs system tests will require implementing an emulator that can handle the respective SDK calls. Implementing this would be a separate task of it's own. |
|
Package akamai - 2.8.1 containing this change is available at https://epr.elastic.co/search?package=akamai |
|
Package cloudflare_logpush - 1.2.1 containing this change is available at https://epr.elastic.co/search?package=cloudflare_logpush |
* Add gateway_dns data stream for Cloudflare Logpush * Add gateway_http data stream for Cloudflare Logpush * Add gateway_network data stream for Cloudflare Logpush * Add network_session data stream for Cloudflare Logpush * Update new data streams with latest changes from #6164 and #6053 * Add casb_findings data stream for Cloudflare Logpush * Add access_request data stream for Cloudflare Logpush * Rename CASB sample log * Add device_posture data stream for Cloudflare Logpush * Update new data streams with latest changes from #6199 * Add requested changes for data streams * Fix typo in network analytics pipeline * Fix missing field in Device Posture pipeline * Add dashboards for ZT events * Fix the use of event.outcome and event.type * Update Cloudflare Logpush dashboards * Update pipeline and system tests * Update Cloudflare Logpush screenshots * Add screenshots to manifest * Update preference in timestamp formats * Increase Kibana version to 8.7.0 * Update some filters in cloudflare logpush dashboards
…lastic#6164) * fixed akamai and cf logpush gcs bugs * updated changelog * updated changelogs
* Add gateway_dns data stream for Cloudflare Logpush * Add gateway_http data stream for Cloudflare Logpush * Add gateway_network data stream for Cloudflare Logpush * Add network_session data stream for Cloudflare Logpush * Update new data streams with latest changes from elastic#6164 and elastic#6053 * Add casb_findings data stream for Cloudflare Logpush * Add access_request data stream for Cloudflare Logpush * Rename CASB sample log * Add device_posture data stream for Cloudflare Logpush * Update new data streams with latest changes from elastic#6199 * Add requested changes for data streams * Fix typo in network analytics pipeline * Fix missing field in Device Posture pipeline * Add dashboards for ZT events * Fix the use of event.outcome and event.type * Update Cloudflare Logpush dashboards * Update pipeline and system tests * Update Cloudflare Logpush screenshots * Add screenshots to manifest * Update preference in timestamp formats * Increase Kibana version to 8.7.0 * Update some filters in cloudflare logpush dashboards
Type of change
Please label this PR with one of the following labels, depending on the scope of your change:
What does this PR do?
This fixes a minor variable naming bug for the akamai & cloudflare logpush packages, that caused the input to stop after a
single pass.
Checklist
changelog.ymlfile.Related issues