Fix yaml for idh,es,kib,esalert

This commit is contained in:
Mike Reeves
2022-09-09 15:55:51 -04:00
parent 16f2059f17
commit 037d5d1c46
4 changed files with 16 additions and 16 deletions
+5 -5
View File
@@ -1,16 +1,16 @@
influxdb:
retention_policies:
so_short_term:
duration: 30d
duration:
description: Amount of time to keep short term data.
shard_duration: 1d
shard_duration:
description: Time range
so_long_term:
duration: 0d
duration:
description: Amount of time to keep long term downsampled data.
shard_duration: 7d
shard_duration:
description: Amount of the time range covered by the shard group.
downsample:
so_long_term:
resolution: 5m
resolution:
description: Amount of time to turn into a single data point.