mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-24 18:03:10 +01:00
26 lines
790 B
YAML
26 lines
790 B
YAML
influxdb:
|
|
retention_policies:
|
|
so_short_term:
|
|
duration:
|
|
description: Amount of time to keep short term data.
|
|
global: True
|
|
helpLink: grafana.html#data
|
|
shard_duration:
|
|
description: Time range
|
|
global: True
|
|
helpLink: grafana.html#data
|
|
so_long_term:
|
|
duration:
|
|
description: Amount of time to keep long term downsampled data.
|
|
global: True
|
|
helpLink: grafana.html#data
|
|
shard_duration:
|
|
description: Amount of the time range covered by the shard group.
|
|
global: True
|
|
helpLink: grafana.html#data
|
|
downsample:
|
|
so_long_term:
|
|
resolution:
|
|
description: Amount of time to turn into a single data point.
|
|
global: True
|
|
helpLink: grafana.html#data |