From 9f8c58acb58e2673ecf8a47cb420d8fd4551def2 Mon Sep 17 00:00:00 2001 From: ldruschk <14059613+ldruschk@users.noreply.github.com> Date: Sat, 6 Apr 2024 15:11:10 +0200 Subject: [PATCH] add cronQueries=auto (#14) --- config.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config.ini b/config.ini index dc9fada..c477132 100644 --- a/config.ini +++ b/config.ini @@ -19,6 +19,8 @@ authMode=anonymous # use http://user:pass@host:port elasticsearch=http://elasticsearch:9200 +cronQueries=auto + # How often to create a new elasticsearch index. hourly,hourly6,daily,weekly,monthly # Changing the value will cause previous sessions to be unreachable rotateIndex=daily @@ -416,4 +418,4 @@ authorization=type:string # WARNING: This is an ini file with sections, most likely you don't want to put a setting here. -# New settings usually go near the top in the [default] section, or in [nodename] sections. \ No newline at end of file +# New settings usually go near the top in the [default] section, or in [nodename] sections.