External DocumentationTo learn more, visit the Cribl documentation.
Parameters
Example Output
Workflow Library Example
List Pipelines with Cribl and Send Results Via EmailPreview this Workflow on desktop
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Worker Group Or Fleet Name | The name of the parent Worker Group or Fleet. Worker Group is used in Stream while Fleet is used in Edge. |
{
"count": 0,
"items": [
{
"id": "string",
"conf": {
"asyncFuncTimeout": 10000,
"output": "default",
"description": "string",
"streamtags": [],
"functions": [
{
"filter": "true",
"id": "string",
"description": "string",
"disabled": true,
"final": true,
"conf": {},
"groupId": "string"
}
],
"groups": {
"additionalProp1": {
"name": "string",
"description": "string",
"disabled": true
},
"additionalProp2": {
"name": "string",
"description": "string",
"disabled": true
},
"additionalProp3": {
"name": "string",
"description": "string",
"disabled": true
}
}
}
}
]
}
Was this page helpful?