Pipelines from a core instance (deprecated).
/v1/aggregators/{aggregatorID}/pipelines
Last pipelines.
Pipelines before the given cursor.
Name matching pipelines.
Tag query.
tagone AND tagtwo
Desired output config format.
ini
, json
, yaml
Include all ports, secrets and files objects in the pipeline.
ports
, files
, secrets
Exclude internal pipelines (health-check).
Create pipeline within a core instance. The pipeline name must be unique within the core instance. The resource profile must exist already. If you don't provide one, it will default to "best-effort-low-resource". Use them to easily deploy configured agents to the core instance.
/v1/aggregators/{aggregatorID}/pipelines
DNS label format as of defined on RFC1123
new-pipeline
deployment
, daemonSet
yaml
classic
, yaml
, json
ghcr.io/calyptia/core/calyptia-fluent-bit:23.1.2
my-resource-profile
If true, no Pipeline checks will be auto-generated from the configuration.
If true, this will automatically create a set of Pipeline checks to validate that the configured output services are reachable.
If set to true:
If all checks associated with the pipeline run successfully, the status of the pipeline will be switched to CHECKS_OK and the deployment will be executed.
If any of the checks associated with the pipeline fails, the status of the pipeline will be switched to CHECKS_FAILED and the deployment of the pipeline will be blocked.
If set to false (default):
If all checks associated with the pipeline run successfully, the status of the pipeline will be switched to CHECKS_OK and the deployment will be executed.
If any of the checks associated with the pipeline fails, the status of the pipeline will be switched to CHECKS_FAILED and the deployment of the pipeline will be executed.
if true, no ports will be automatically generated from the configuration.
The kind/type of the service associated to this port.
LoadBalancer
, ClusterIP
, NodePort
Unknown
, Pods
, Percent
Unknown
, Pods
, Percent
Delete pipelines from a core instance.
/v1/aggregators/{aggregatorID}/pipelines
List of pipeline IDs to delete.
No body