groups
Create a Worker Group, Outpost Group, or Edge Fleet
Create a new Worker Group, Outpost Group, or Edge Fleet for the specified Cribl product.
post/products/{product}/groups
Path parameters
product'stream' | 'edge' | 'outpost' required
Name of the Cribl product to add the Worker Group, Outpost Group, or Edge Fleet to.
Request body
Example request
{
"estimatedIngestRate": 4096
}Response
The created ConfigGroup object in a single-item list.
Example response
{
"items": [
{
"estimatedIngestRate": 4096
}
]
}