Activity Log Event ScheduledSearch/Query
Event for a query that is part of a scheduled search
| Field Name | Type | Value | Availability | Description |
|---|---|---|---|---|
@id | Â | Â | Â | A unique identifier for the event. Can be used to refer to and re-find specific events. |
@ingesttimestamp | Â | Â | Â | The timestamp of when the event was ingested. The value is milliseconds-since-epoch. |
@rawstring | Â | Â | Â | The original text of the event. As it keeps the original data on ingestion, this field allows you to do free-text searching across all logs and to extract virtual fields in queries. |
@timestamp | Â | Â | Â | Timestamp in milliseconds since the epoch (1st Jan 1970, 00:00) of the ingested event, e.g. 2022-11-22 09:50:20.100 if the event has an identifiable timestamp. |
@timestamp.nanos | Â | Â | Â | Extended precision of timestamp below millisecond. E.g. 295000 |
@timezone | Â | Â | Â | The timezone the event originated in, if known. This is often set when the event's timestamp is parsed. |
category | Â | Â | Â | Category of the event, such as Alert, Request, IngestFeed, Fdr, Query, Action, and ScheduledSearch |
dataspace | Â | Â | Â | Repository or view name |
exception | Â | Â | Â | The exception class that caused an error |
exceptionMessage | Â | Â | Â | Detailed error message that will include errors at the cluster-level that may have contributed; for example permission, API, or network issues |
externalQueryId | Â | Â | Â | External ID of the running query |
failureOrigin | Â | Â | Â | Indicates a best guess as to whether this failure is due to a system error or due to a user error, such as errors in the query. |
#category | Â | Â | Â | Category of the event |
#repo | Â | Â | Â | Name of the repo where the event is stored |
#severity | Â | Â | Â | Severity of the event from original log source |
isRerun | Â | Â | Â | Whether the scheduled search was a rerun. For more information about reruns, see cancelScheduledSearchRerun() and rerunScheduledSearch(). |
message | Â | Â | Â | Message of the alert or event |
orgId | Â | Â | Â | Organization ID |
plannedExecutionTime | Â | Â | Â | Planned execution timestamp |
query | Â | Â | Â | Query executed during the event |
queryID | Â | Â | Â | Unique Query ID |
scheduledSearchId | Â | Â | Â | Scheduled search ID |
scheduledSearchName | Â | Â | Â | Scheduled search name |
severity | Â | Â | Â | Severity of the event |
status | Â | Â | Â | Whether the alert, scheduled search, or scheduled report was successful (value Success) or failed (value Failure). An individual failure may be triggered for multiple reasons, but repeated failures over a period of time may indicate a problem that needs investigation. |
subCategory | Â | Â | Â | Subcategory of the event |
suggestion | Â | Â | Â | Suggestion text for how to resolve the error or warning from the event |
timestamp | Â | Â | Â | Timestamp in milliseconds of the event |
viewId | Â | Â | Â | View ID |