pull/2063/head
noramullen1 2021-01-13 18:04:52 -08:00
parent 1fed15e3e7
commit b4df54a127
1 changed files with 2 additions and 2 deletions

View File

@ -46,11 +46,11 @@ rates in your continuous queries.
#### Log data retention policies #### Log data retention policies
Log data should only be stored in a finite Log data should only be stored in a finite
[retention policy](/influxdb/1.8/query_language/database_management/#retention-policy-management). [retention policy](/influxdb/v1.8/query_language/database_management/#retention-policy-management).
The duration of your retention policy is determined by how long you want to keep The duration of your retention policy is determined by how long you want to keep
log data around. log data around.
Whether or not you use a [continuous query](/influxdb/1.8/query_language/continuous_queries/) Whether or not you use a [continuous query](/influxdb/v1.8/query_language/continuous_queries/)
to downsample log data at the end of its retention period is up to you, but old log to downsample log data at the end of its retention period is up to you, but old log
data should either be downsampled or dropped altogether. data should either be downsampled or dropped altogether.