mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-29 12:23:38 +01:00
63 lines
1.7 KiB
YAML
63 lines
1.7 KiB
YAML
telegraf:
|
|
enabled:
|
|
description: You can enable or disable Telegraf.
|
|
helpLink: telegraf.html
|
|
config:
|
|
interval:
|
|
description: Data collection interval.
|
|
global: True
|
|
helpLink: telegraf.html
|
|
metric_batch_size:
|
|
description: Data collection batch size.
|
|
global: True
|
|
advanced: True
|
|
helpLink: telegraf.html
|
|
metric_buffer_limit:
|
|
description: Data collection buffer size.
|
|
global: True
|
|
advanced: True
|
|
helpLink: telegraf.html
|
|
collection_jitter:
|
|
description: Jitter of the flush interval.
|
|
global: True
|
|
advanced: True
|
|
helpLink: telegraf.html
|
|
flush_interval:
|
|
description: Flush interval for all outputs.
|
|
global: True
|
|
advanced: True
|
|
helpLink: telegraf.html
|
|
flush_jitter:
|
|
description: Jitter the flush interval.
|
|
global: True
|
|
advanced: True
|
|
helpLink: telegraf.html
|
|
debug:
|
|
description: Data collection interval.
|
|
global: True
|
|
advanced: True
|
|
helpLink: telegraf.html
|
|
quiet:
|
|
description: Data collection interval.
|
|
global: True
|
|
advanced: True
|
|
helpLink: telegraf.html
|
|
scripts:
|
|
eval: &telegrafscripts
|
|
description: List of input.exec scripts to run for this node type. The script must be present in salt/telegraf/scripts.
|
|
forcedType: "[]string"
|
|
multiline: True
|
|
advanced: True
|
|
helpLink: telegraf.html
|
|
standalone: *telegrafscripts
|
|
manager: *telegrafscripts
|
|
managersearch: *telegrafscripts
|
|
import: *telegrafscripts
|
|
sensor: *telegrafscripts
|
|
heavynode: *telegrafscripts
|
|
idh: *telegrafscripts
|
|
searchnode: *telegrafscripts
|
|
receiver: *telegrafscripts
|
|
fleet: *telegrafscripts
|
|
desktop: *telegrafscripts
|