Skip to content

Commit 2aca9c8

Browse files
JV0812jpipkin1
andauthored
Event extraction rules - Updates (#6133)
* Event Extraction Rules * delete duplicate files * added API docs * minor fix * added beta tag * Update docs/api/event-extraction-rules.md Co-authored-by: John Pipkin (Sumo Logic) <jpipkin@sumologic.com> * Update docs/manage/event-extraction-rules.md Co-authored-by: John Pipkin (Sumo Logic) <jpipkin@sumologic.com> * Update docs/manage/event-extraction-rules.md Co-authored-by: John Pipkin (Sumo Logic) <jpipkin@sumologic.com> * Update docs/manage/event-extraction-rules.md Co-authored-by: John Pipkin (Sumo Logic) <jpipkin@sumologic.com> * Update docs/manage/event-extraction-rules.md Co-authored-by: John Pipkin (Sumo Logic) <jpipkin@sumologic.com> * Update docs/manage/event-extraction-rules.md Co-authored-by: John Pipkin (Sumo Logic) <jpipkin@sumologic.com> * Update docs/manage/event-extraction-rules.md Co-authored-by: John Pipkin (Sumo Logic) <jpipkin@sumologic.com> * Update docs/manage/event-extraction-rules.md Co-authored-by: John Pipkin (Sumo Logic) <jpipkin@sumologic.com> * Update docs/manage/event-extraction-rules.md Co-authored-by: John Pipkin (Sumo Logic) <jpipkin@sumologic.com> * Update docs/manage/event-extraction-rules.md Co-authored-by: John Pipkin (Sumo Logic) <jpipkin@sumologic.com> * Update docs/manage/event-extraction-rules.md Co-authored-by: John Pipkin (Sumo Logic) <jpipkin@sumologic.com> * Update docs/manage/event-extraction-rules.md Co-authored-by: John Pipkin (Sumo Logic) <jpipkin@sumologic.com> * Update docs/manage/event-extraction-rules.md Co-authored-by: John Pipkin (Sumo Logic) <jpipkin@sumologic.com> * minor fix * added limitations * Update the note and operational considerations --------- Co-authored-by: John Pipkin (Sumo Logic) <jpipkin@sumologic.com>
1 parent 3743bfb commit 2aca9c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/manage/event-extraction-rules.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ For example, to search for system events:
5858
1. Click **Start** to run the search.
5959

6060
:::note
61-
Add the `_eventExtractionRuleID` field to view the event ID against each log message.
61+
You can identify the source of event using `eventExtractionRuleID` field in the **sumologic_userdata_events** index.
6262
:::
6363

6464
## Edit a rule
@@ -96,6 +96,6 @@ To delete the existing event extraction rule, follow the below steps:
9696
## Operational considerations
9797

9898
- To restrict user access to extracted events, you can deny access to the `sumologic_userdata_events` index for specific roles. Ensure that you have the **[Usage Management](/docs/manage/users-roles/roles/role-capabilities/#user-management)** capability enabled, as it is required to configure index-level access restrictions.
99-
- An Event Extraction Rule can generate a maximum of 1,000 events per hour. If this limit is exceeded, the rule may be automatically disabled. To re-enable the rule, review and refine the rule query to reduce the event volume.
99+
- An Event Extraction Rule can generate a maximum of 1,000 events per hour. If this limit is exceeded, the rule may be automatically disabled and a system event will be generated. You can view those by querying the `_index=sumologic_system_events` and `_sourcecategory=eventExtractionRule`. To re-enable the rule, review and refine the rule query to reduce the event volume.
100100
- Audit logs for all create, read, update, and delete (CRUD) actions performed on Event Extraction Rules are available in the `_index=sumologic_audit_events ` and `_sourcecategory=eventExtractionRule`.
101-
- System-generated events can be viewed by querying the `_index=sumologic_system_events` and `_sourcecategory=eventExtractionRule`, allowing you to identify errors and take appropriate corrective actions.
101+

0 commit comments

Comments
 (0)