From e5bab8c52cc3c7b68ccd1b822bd797d9c19772c6 Mon Sep 17 00:00:00 2001 From: Hardy Date: Sat, 25 Jan 2025 16:33:08 +0800 Subject: [PATCH] chore: add rollup_hours_before (#107) Co-authored-by: hardy --- config/setup/easysearch/template_rollup.tpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/setup/easysearch/template_rollup.tpl b/config/setup/easysearch/template_rollup.tpl index 995a2692..9a8726c6 100644 --- a/config/setup/easysearch/template_rollup.tpl +++ b/config/setup/easysearch/template_rollup.tpl @@ -334,7 +334,8 @@ PUT /_cluster/settings "rollup": { "search": { "enabled": "true" - } + }, + "hours_before": "24" } } }