File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ Use `_index=sumologic_system_events` to limit results to events related to sys
3737
3838You 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
4242For 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 ```
1271273 . Choose the time range for your search.
1281284 . Click ** Start** to run the search.
You can’t perform that action at this time.
0 commit comments