Skip to content

Commit

Permalink
Update docs/pages/admin-guides/access-controls/access-monitoring.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Zac Bergquist <zac.bergquist@goteleport.com>
  • Loading branch information
djohns7 and zmb3 committed Aug 27, 2024
1 parent c2f3f34 commit 8ab1c9a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/pages/admin-guides/access-controls/access-monitoring.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -560,5 +560,6 @@ $ tctl audit query exec 'select event_time,identity_user from cert_create order
]
```

The query result is returned as a JSON array of arrays. The first array contains the column names, and the subsequent arrays contain the query results. By default, tctl audit query exec will search over the past 7 days.
You can specify an alternate timeframe with the --days=N flag.
The query result is returned as a JSON array of arrays. The first array contains the column names, and the subsequent arrays contain the query results.

By default, `tctl audit query exec` will search over the past 7 days. You can specify an alternate timeframe with the `--days=N` flag.

0 comments on commit 8ab1c9a

Please sign in to comment.