-
Notifications
You must be signed in to change notification settings - Fork 461
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
[Cloudflare Logpush] update documentation for s3 and sqs #5687
[Cloudflare Logpush] update documentation for s3 and sqs #5687
Conversation
💚 CLA has been signed |
💔 Build Failed
Expand to view the summary
Build stats
Steps errorsExpand to view the steps failures
|
@nathangiuliani Please sign the CLA so that we can take a look at this. |
I have. |
@nathangiuliani Please check that the email address that is associated with the signing is the only git author email address in all commits that are in the PR. If they do not match, please also sign with the newly used email addresses. |
9b462be
to
367d9eb
Compare
Fixed :) |
/test |
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.
Note that the changes in the docs/README.md file should be made in _dev/build/docs/README.md. Then please run elastic-package build
to render the changes into the docs/README.md file.
@@ -1,4 +1,9 @@ | |||
# newer versions go on top | |||
- version: "0.6.1" |
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.
- version: "0.6.1" | |
- version: "0.7.0" |
(bump minor for enhancements — also please make the corresponding change in the manifest file)
@@ -11,7 +11,7 @@ The Cloudflare Logpush integration can be used in three different modes to colle | |||
|
|||
For example, you could use the data from this integration to know which websites have the highest traffic, which areas have the highest network traffic, or observe mitigation statistics. | |||
|
|||
## Data streams | |||
## Logpush Data Sets |
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.
Please revert this. The current state is conventional wording.
- The default values of the "Bucket Prefix" for each Logpush data set are listed below. However, the user can set the parameter "Bucket Prefix" for each Logpush data set according to their requirements. | ||
|
||
| Logpush Data Set Name | Bucket Prefix | |
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.
Why are these changes needed?
1. Create an SQS queue | ||
- To setup an SQS queue, follow "Step 1: Create an Amazon SQS queue" mentioned in the [Documentation](https://docs.aws.amazon.com/AmazonS3/latest/userguide/ways-to-add-notification-config-to-bucket.html). | ||
- While creating an SQS Queue, please provide the same bucket ARN that has been generated after creating an AWS S3 Bucket. | ||
2. Setup event notification from the S3 bucket. Follow this [Link](https://docs.aws.amazon.com/AmazonS3/latest/userguide/enable-event-notifications.html). Use the following settings: |
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.
2. Setup event notification from the S3 bucket. Follow this [Link](https://docs.aws.amazon.com/AmazonS3/latest/userguide/enable-event-notifications.html). Use the following settings: | |
2. Setup event notification from the S3 bucket according to the documentation [here](https://docs.aws.amazon.com/AmazonS3/latest/userguide/enable-event-notifications.html). Use the following settings: |
Hi! We just realized that we haven't looked into this PR in a while. We're sorry! We're labeling this issue as |
Hi! This PR has been stale for a while and we're going to close it as part of our cleanup procedure. We appreciate your contribution and would like to apologize if we have not been able to review it, due to the current heavy load of the team. Feel free to re-open this PR if you think it should stay open and is worth rebasing. Thank you for your contribution! |
What does this PR do?
Update the documentation for configuring the Cloudflare Logpush integration, specifically with SQS.
Checklist
changelog.yml
file.Author's Checklist
n/a
How to test this PR locally
n/a
Related issues
Screenshots
n/a