]> xn--ix-yja.es Git - alex.git/commitdiff
Limit more log tables
authoralex <alex@pdp7.net>
Thu, 12 Sep 2024 19:30:53 +0000 (21:30 +0200)
committeralexpdp7 <alex@corcoles.net>
Thu, 12 Sep 2024 19:31:50 +0000 (21:31 +0200)
personal_infra/puppet/modules/clickhouse/manifests/init.pp

index 917e56396d99b91b2f3b8268b8a29e3b1ea2000f..47ba149d246aac28e971966ca41eeb9f49b8f50e 100644 (file)
@@ -53,6 +53,9 @@ class clickhouse {
         <query_log>
           <ttl>event_date + INTERVAL 3 DAY DELETE</ttl>
         </query_log>
+        <text_log>
+          <ttl>event_date + INTERVAL 3 DAY DELETE</ttl>
+        </text_log>
       </clickhouse>
     | EOT
     ,