Applying Data Retention Policies for ClickHouse in Homer-10 #662
jaydeep369
started this conversation in
General
Replies: 1 comment
-
Hello @jaydeep369
qryn is the backend project handling all the data and it has its own settings for controlling rotation and many other aspects. The default rotation is 7 days with default settings. Hope this helps! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I followed the instructions from the Homer Docker repository and successfully retrieved the required data on Grafana. All containers are up and running now. For the Heplify server, I’ve set HEPLIFYSERVER_DBDROPDAYS=5 to retain only 5 days of data.
However, I’m concerned about the data stored in the clickhouse-server data volume. Is there a way to apply a data retention policy in ClickHouse to ensure that only 5 days of data is retained there as well?
Any guidance on configuring this would be greatly appreciated! Thanks..!
Beta Was this translation helpful? Give feedback.
All reactions