pinpoint-docker icon indicating copy to clipboard operation
pinpoint-docker copied to clipboard

How to set data retention days

Open 532126051 opened this issue 1 year ago • 1 comments

How to set data retention days?

532126051 avatar Jul 21 '22 06:07 532126051

Current docker image uses this hbase-create script, and data retention days are configured in TTL field in ms. There isn't any configuration options available by now to change these values. To modify them by yourself, create pinpoint-docker/ pinpoint-hbase/hbase-create.hbase with the same contents as the linked script above, change TTL values, update pinpoint-hbase/Dockerfile as below, rebuild the image, and use it. pinpoint-hbaseDockerfile

ga-ram avatar Jul 22 '22 05:07 ga-ram

Are TTLs set in milliseconds or seconds by default???

PIYUSHRAJ24 avatar Apr 16 '23 16:04 PIYUSHRAJ24