-
Notifications
You must be signed in to change notification settings - Fork 474
[integrations][Cloudflare Logpush] - Added local SQS queues per data stream, that will override the global queue if provided. #6053
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
Merged
Conversation
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
…e global queue if provided.
Pinging @elastic/security-external-integrations (Team:Security-External Integrations) |
🌐 Coverage report
|
kcreddy
reviewed
May 4, 2023
packages/cloudflare_logpush/data_stream/http_request/manifest.yml
Outdated
Show resolved
Hide resolved
@kcreddy I've made the suggested changes. |
kcreddy
approved these changes
May 12, 2023
Package cloudflare_logpush - 1.3.0 containing this change is available at https://epr.elastic.co/search?package=cloudflare_logpush |
chemamartinez
added a commit
to chemamartinez/integrations
that referenced
this pull request
May 19, 2023
P1llus
pushed a commit
that referenced
this pull request
Jun 20, 2023
* 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
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.
Type of change
What does this PR do?
This PR adds support for optional local SQS queue urls in each data stream. These queue urls will override the global queue if provided. This will improve scalability for users as previously they would often at times be limited/bottlenecked by one queue.
Checklist
changelog.yml
file.Related issues