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.
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
Add a new section on how to collect CloudTrail events using Amazon Data Firehose #3823
Add a new section on how to collect CloudTrail events using Amazon Data Firehose #3823
Changes from all commits
ce4171c
3130ac8
7acaf12
1ed0a36
7d77ca0
5348e49
003e6d9
ab34d85
96d2e77
6bf3d5a
ac38bad
232380b
59814a8
3ad5a09
9e42906
214be01
71ac960
6c5837b
4bab643
d63848e
f39a6e1
983bb14
7195f16
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Is there a specific use case we could call out with each of these visualization/monitoring options?
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.
These are three different ways to visualize the same CloudTrail logs. But I'll defer to @zmoog to confirm.
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.
I considered one visualization to showcase a detailed view (Discover or Logs Explorer) and one high-level view (dashboard) of CloudTrail logs.
As a user, I often take this two-level approach of getting the feel of the dataset from a quantitative perspective (how many events, etc) and a qualitative perspective (inspecting some sample documents).
Three ways are probably too many.
@bmorelli25 @alaudazzi Is it better to offer one option only, or is there room for two?
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.
Promoting various visualization options is appropriate for tutorial-oriented content. We do the same in the Monitor VPC Flow Logs use case.