From: dehnli Date: Fri, 23 Mar 2018 20:05:57 +0000 (+0300) Subject: [Minor] Fix kibana template file path syntax X-Git-Tag: 1.7.3~117^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F2108%2Fhead;p=thirdparty%2Frspamd.git [Minor] Fix kibana template file path syntax --- diff --git a/conf/modules.d/elastic.conf b/conf/modules.d/elastic.conf index 2eeb74fc6c..1753a54b98 100644 --- a/conf/modules.d/elastic.conf +++ b/conf/modules.d/elastic.conf @@ -8,7 +8,7 @@ elastic { # Elasticsearch template file (json format) #template_file = "${PLUGINSDIR}/elastic/rspamd_template.json"; # Kibana prebuild visualizations and dashboard template (json format) - #kibana_file = '${PLUGINSDIR}/elastic/kibana.json', + #kibana_file = "${PLUGINSDIR}/elastic/kibana.json"; # Elasticsearch index name pattern index_pattern = "rspamd-%Y.%m.%d"; # Dump debug information