The humio-trigger-execution-info Repository
Available: The humio-trigger-execution-info Repository v1.217.0
The humio-trigger-execution-info Repository is available from version 1.217.0.
The humio-trigger-execution-info contains execution information from scheduled searches. This repository can then be used to:
Show historic status information
Configure alerting, for example, when triggers or actions fail
Calculate metrics
The standard metadata fields are available in the repository. (Note that the @rawstring metadata field is left intentionally blank.) The table below contains some of the more useful fields an event could have:
| Field | Example Value | Explanation | For event type(s) |
|---|---|---|---|
| orgId | The organization ID that the measurements in this log line pertain to. | All events | |
| viewId | wlZkMJVjO5CSWhjCoyhI6Dok | View ID where the event occurred. | All events |
| dataspace | humio | Dataspace where the event occurred. | All events |
| triggerId | 4upGf6Vmn0QH2YlUzbIFdjNeTI01Z5Qo | Trigger ID for the event. | All events |
| triggerType | ScheduledSearch | Type of trigger for the event. Currently, only scheduled search is supported. | All events |
| event | RunFailed |
Event that occured. Can be:
| All events |
| plannedExecutionTime | 1761893220000 |
Time the event was planned to occur. This timestamp is in
milliseconds since the epoch (1st Jan 1970, 00:00) of
the event.
| All events |
| triggered | true | Boolean flag that indicates if the trigger was triggered; only appears on RunSucceeded events. | RunSucceded |
| error | All actions associated with the scheduled search failed. The scheduled search will retry invoking the actions. | If the run resulted in an error, the error message appears. Errors will only appear on ExecutionFailed events. | ExecutionFailed |
| warnings[0], warnings[1], and so on | Triggered warning |
Warnings are an array field. If the run resulted in warnings,
Triggered warning appears.
|
RunSucceeded ExecutionFailed |
| actionId | opZ5KnOyo6RDtreqhVk0nrEMgeCchxLJ | Action ID associated with the event |
ActionSucceeded ActionFailed ActionMissing |
| actionType | LogScaleRepository | Type of action triggered. For information about action types, see Actions. |
ActionSucceeded ActionFailed |