Bash Command source plugin
The Bash Command source plugin lets you run bash commands once at pipeline startup, or at repeated intervals.
Configuration parameters
The Bash Command plugin accepts these configuration parameters. Items in the Name column display in the Calyptia Dashboard. Items in the Key column are the YAML keys to use in pipeline configuration files.
Required
Name | Key | Description | Default |
---|---|---|---|
Command | command | Required. Enter a bash command. | none |
Polling Interval (Seconds) | interval_sec | The number of seconds between polls. | none |
Only Run Once | Oneshot | Run once at startup. Allows collection of data preceding pipelines startup | none |
Advanced
Name | Key | Description | Default |
---|---|---|---|
Buffer Size | Buf_Size | The size of the buffer for the command. In cases of large output, set to a larger size. | 8mb |
Polling Interval (nanoseconds) | Interval_Nsec | The number of nanoseconds to add to the polling interval set in Required settings. | 0 |