]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Fix ES plugin
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Wed, 10 Apr 2019 19:11:27 +0000 (20:11 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Wed, 10 Apr 2019 19:11:27 +0000 (20:11 +0100)
src/plugins/lua/elastic.lua

index 18cc0ea095aa3237537cad157a0842384de5af9e..960516bf4192006a8e488e786739b965c2615ef5 100644 (file)
@@ -36,6 +36,7 @@ local N = "elastic"
 local E = {}
 local connect_prefix = 'http://'
 local enabled = true
+local ingest_geoip_type = 'plugins'
 local settings = {
   limit = 500,
   index_pattern = 'rspamd-%Y.%m.%d',
@@ -448,8 +449,6 @@ if redis_params and opts then
 
     if settings.ingest_module then
       ingest_geoip_type = 'modules'
-    else
-      ingest_geoip_type = 'plugins'
     end
 
     settings.upstream = upstream_list.create(rspamd_config,