Skip to content

Commit 468620e

Browse files
authored
Add asterisk (#4785)
1 parent 5706cb5 commit 468620e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/cse/administration/cse-audit-logging.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Use  `_index=sumologic_system_events` to limit results to events related to sys
3737

3838
You can use the `subsystem` field, which every event log contains, to limit the events returned to Cloud SIEM-related events:
3939

40-
`subsystem=cse`
40+
`subsystem=cse*`
4141

4242
For information about other fields you can use in Audit Index searches, see auto-generated documentation at the documentation URL for your deployment.
4343

@@ -122,7 +122,7 @@ To search the Audit Event Index or System Event Index for logs that describe Clo
122122
```sql
123123
_index=sumologic_system_events
124124
| json auto
125-
| where subsystem="cse"
125+
| where subsystem="cse*"
126126
```
127127
3. Choose the time range for your search.
128128
4. Click **Start** to run the search.

0 commit comments

Comments
 (0)