list
Shows managed pipelines.
pipeline::list
Description
Section titled “Description”The pipeline::list
operator returns the list of all managed pipelines. Managed
pipelines are pipelines created through the /pipeline
API, which includes all pipelines run through the Tenzir
Platform.
Examples
Section titled “Examples”Count pipelines per state
Section titled “Count pipelines per state”pipeline::listtop state
{ "state": "running", "count": 31}{ "state": "failed", "count": 4}{ "state": "stopped", "count": 2}
Show pipelines per package
Section titled “Show pipelines per package”pipeline::listsummarize package, names=collect(name)
{ "package": "suricata-ocsf", "names": [ "Suricata Flow to OCSF Network Activity", "Suricata DNS to OCSF DNS Activity", "Suricata SMB to OCSF SMB Activity", // … ]}