Skip to main content

Documentation Index

Fetch the complete documentation index at: https://learninghub.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

To learn more, visit the Cribl documentation.

Basic Parameters

ParameterDescription
End TimeThe end of the time query range. Note that it is exclusive.
Search Job IDThe UUID of the search job to get. Can be retrieved from the List Search Jobs action.
Start TimeThe start of the time query range. Note that it is inclusive.

Advanced Parameters

ParameterDescription
LimitThe amount of events to return.
OffsetThe offset of the returned events.

Example Output

{    "isFinished": true,    "job": "string",    "limit": 0,    "offset": 0,    "persistedEventCount": 0,    "totalEventCount": 0}

Workflow Library Example

Get Search Job Results with Cribl and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop