Adds performance saving recommendations to Cloudtrail docs#18887
Adds performance saving recommendations to Cloudtrail docs#18887jmikell821 wants to merge 4 commits intomainfrom
Conversation
✅ Vale Linting ResultsNo issues found on modified lines! The Vale linter checks documentation changes against the Elastic Docs style guide. To use Vale locally or report issues, refer to Elastic style guide for Vale. |
efd6
left a comment
There was a problem hiding this comment.
You will need to run elastic-package build to generate the package README.md. Also I think we probably want a changelog entry and manifest version bump so that the docs get rendered on the web page.
Suggest the following commit message:
aws: add performance saving recommendations to Cloudtrail docs
This comment has been minimized.
This comment has been minimized.
Thanks @efd6, I was waiting for our documentation edit helper to generate the commands which I would then run and push in a second commit, but I just did it manually in this commit here. |
TL;DRBuildkite failed before running test steps because the PR branch cannot be auto-merged with Remediation
Investigation detailsRoot CauseThis is a configuration/integration mergeability failure, not a runtime or unit-test failure. The Buildkite repository post-checkout hook creates a synthetic merge branch ( Evidence
Verification
Follow-up
What is this? | From workflow: PR Buildkite Detective Give us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not. |
|
Checking with @shmsr offline: |
I have created a PR to add support for special packages like aws, azure, etc. Reason why it did not work:
This is because special packages like aws, azure have 2 or more documentations. Here's the PR that potentially addresses it: #18894 |
💔 Build Failed
Failed CI StepsHistory
cc @jmikell821 |
|
@elastic/security-service-integrations - the build is continuously failing and I'm not sure why, could you advise? cc: @efd6. |
| - version: "6.15.0" | ||
| changes: | ||
| - description: Fix NextToken invalidation in Security Hub, GuardDuty, and Inspector by removing the upper time bound from paginated queries. | ||
| type: bugfix | ||
| link: https://github.com/elastic/integrations/pull/18830 | ||
| - description: Add S3 polling mode performance recommendations to CloudTrail docs | ||
| type: enhancement | ||
| link: https://github.com/elastic/integrations/pull/18887 |
There was a problem hiding this comment.
| - version: "6.15.0" | |
| changes: | |
| - description: Fix NextToken invalidation in Security Hub, GuardDuty, and Inspector by removing the upper time bound from paginated queries. | |
| type: bugfix | |
| link: https://github.com/elastic/integrations/pull/18830 | |
| - description: Add S3 polling mode performance recommendations to CloudTrail docs | |
| type: enhancement | |
| link: https://github.com/elastic/integrations/pull/18887 | |
| - version: "6.15.0" | |
| changes: | |
| - description: Add S3 polling mode performance recommendations to CloudTrail docs | |
| type: enhancement | |
| link: https://github.com/elastic/integrations/pull/18887 | |
| - version: "6.14.2" | |
| changes: | |
| - description: Fix NextToken invalidation in Security Hub, GuardDuty, and Inspector by removing the upper time bound from paginated queries. | |
| type: bugfix | |
| link: https://github.com/elastic/integrations/pull/18830 |
Proposed commit message
Adds info to the Cloudtrail integration docs to make it clear that pulling data from S3 Buckets without
ignore_olderandstart_timestampsettings can cause performance issues.Checklist
changelog.ymlfile.Related issues
Resolves elastic/docs-content#5687.