From 6aaac155fa5f8503d38616fff60320e411b971cc Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Tue, 12 Feb 2019 15:05:14 +0000 Subject: [Project] Add new flags to clickhouse, redis and elastic exporters --- src/plugins/lua/elastic.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/lua/elastic.lua') diff --git a/src/plugins/lua/elastic.lua b/src/plugins/lua/elastic.lua index 935768497..b6da33bf8 100644 --- a/src/plugins/lua/elastic.lua +++ b/src/plugins/lua/elastic.lua @@ -474,7 +474,7 @@ if redis_params and opts then type = 'idempotent', callback = elastic_collect, priority = 10, - flags = 'empty', + flags = 'empty,explicit_disable,ignore_passthrough', }) rspamd_config:add_on_load(function(cfg, ev_base,worker) -- cgit v1.2.3