-
Notifications
You must be signed in to change notification settings - Fork 25
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
feat: add event flags --severity and --days #195
Comments
afiune
added
feat
New feature or request
cli
Something related to the Lacework CLI
labels
Aug 19, 2020
afiune
added a commit
that referenced
this issue
Aug 24, 2020
Show me all the events from the past day: ``` $ lacework events list --days 1 ``` Show me all the events from the past three days: ``` $ lacework events list --days 3 ``` Closes #195 Signed-off-by: Salim Afiune Maya <[email protected]>
afiune
added a commit
that referenced
this issue
Aug 24, 2020
Show me all the events from the past day: ``` $ lacework events list --days 1 ``` Show me all the events from the past three days: ``` $ lacework events list --days 3 ``` Closes #195 Signed-off-by: Salim Afiune Maya <[email protected]>
afiune
added a commit
that referenced
this issue
Aug 24, 2020
Show me all the events from the last 7 days that has severity high and above (Critical & High) ``` $ lacework events list --severity high ``` Show me all the events from the last day that has severity medium and above (Critical, High and Medium) ``` $ lacework events list --severity medium --days 1 ``` Closes #195 Signed-off-by: Salim Afiune Maya <[email protected]>
afiune
added a commit
that referenced
this issue
Aug 24, 2020
Show me all the events from the last 7 days that has severity high and above (Critical & High) ``` $ lacework events list --severity high ``` Show me all the events from the last day that has severity medium and above (Critical, High and Medium) ``` $ lacework events list --severity medium --days 1 ``` Closes #195 Signed-off-by: Salim Afiune Maya <[email protected]>
afiune
added a commit
that referenced
this issue
Aug 24, 2020
Show me all the events from the last 7 days that has severity high and above (Critical & High) ``` $ lacework events list --severity high ``` Show me all the events from the last day that has severity medium and above (Critical, High and Medium) ``` $ lacework events list --severity medium --days 1 ``` Closes #195 Signed-off-by: Salim Afiune Maya <[email protected]>
afiune
added a commit
that referenced
this issue
Aug 24, 2020
Show me all the events from the last 7 days that has severity high and above (Critical & High) ``` $ lacework events list --severity high ``` Show me all the events from the last day that has severity medium and above (Critical, High and Medium) ``` $ lacework events list --severity medium --days 1 ``` Closes #195 Signed-off-by: Salim Afiune Maya <[email protected]>
afiune
added a commit
that referenced
this issue
Aug 25, 2020
Show me all the events from the past day: ``` $ lacework events list --days 1 ``` Show me all the events from the past three days: ``` $ lacework events list --days 3 ``` Closes #195 Signed-off-by: Salim Afiune Maya <[email protected]>
afiune
added a commit
that referenced
this issue
Aug 25, 2020
Show me all the events from the last 7 days that has severity high and above (Critical & High) ``` $ lacework events list --severity high ``` Show me all the events from the last day that has severity medium and above (Critical, High and Medium) ``` $ lacework events list --severity medium --days 1 ``` Closes #195 Signed-off-by: Salim Afiune Maya <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use cases
Show me all the events from the past day:
Show me all the events from the past three days:
Show me all the events from the last 7 days that has severity high and above (Critical & High)
Show me all the events from the last day that has severity medium and above (Critical, High and Medium)
The text was updated successfully, but these errors were encountered: