-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[Auditbeat] System module dashboards #10511
[Auditbeat] System module dashboards #10511
Conversation
Pinging @elastic/secops |
I forgot to mention this dashboard depends on the |
script/build_docs.sh
Outdated
@@ -29,7 +30,12 @@ do | |||
mkdir -p "$dest_dir" | |||
params="--chunk=1" | |||
if [ "$PREVIEW" = "1" ]; then | |||
params="--chunk=1 -open chunk=1 -open" | |||
params+=" -open chunk=1 -open" |
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 the double -open
needed here? I would say not, but not sure.
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.
Seems to work without it as well. And the chunk=1
also seems superfluous since right above it already sets --chunk=1
. It works without both of them for me, so I'm removing both.
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 like the dashboard :)
Updated PR description to reflect there are now 7 dashboards after all. |
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.
LGTM
ed5e418
to
6068113
Compare
Seven dashboards for the Auditbeat System module - one for each dataset, and an overall overview dashboards. (cherry picked from commit 38d5f43)
7 dashboards for the System module - one for each dataset, and an overall overview dashboards.
1/7 System Overview Dashboard
2/7 Host Dashboard
3/7 Login Dashboard
4/7 User Dashboard
5/7 Process Dashboard
6/7 Socket Dashboard
7/7 Package Dashboard
Depends on #10500 for
{entity}.entity_id
fields.Supersedes #10160 (Host Dashboard).