Skip to content
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

Closed
afiune opened this issue Aug 19, 2020 · 0 comments · Fixed by #196
Closed

feat: add event flags --severity and --days #195

afiune opened this issue Aug 19, 2020 · 0 comments · Fixed by #196
Assignees
Labels
cli Something related to the Lacework CLI feat New feature or request

Comments

@afiune
Copy link
Contributor

afiune commented Aug 19, 2020

Use cases

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

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
@afiune afiune added feat New feature or request cli Something related to the Lacework CLI labels Aug 19, 2020
@afiune afiune self-assigned this Aug 24, 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
Labels
cli Something related to the Lacework CLI feat New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant