aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/elastic/rspamd_template.json
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2018-03-09 14:47:17 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2018-03-09 14:47:17 +0000
commit08ed4988942f1526fe9a9c3d8ee969813c171b79 (patch)
tree9b1b2c765622b7aa8fede8e061139718071e893d /contrib/elastic/rspamd_template.json
parent4a55801321da466d1e2fe41b10a73b0976ccc8fa (diff)
downloadrspamd-08ed4988942f1526fe9a9c3d8ee969813c171b79.tar.gz
rspamd-08ed4988942f1526fe9a9c3d8ee969813c171b79.zip
[Fix] Further fixes to support ES 6
Diffstat (limited to 'contrib/elastic/rspamd_template.json')
-rw-r--r--contrib/elastic/rspamd_template.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/elastic/rspamd_template.json b/contrib/elastic/rspamd_template.json
index 96e011e5d..c1d11478f 100644
--- a/contrib/elastic/rspamd_template.json
+++ b/contrib/elastic/rspamd_template.json
@@ -55,7 +55,7 @@
}
}
},
- "rspam_meta": {
+ "rspamd_meta": {
"properties": {
"action": {
"ignore_above": 1024,
@@ -142,5 +142,5 @@
"index.mapping.total_fields.limit": 10000,
"index.refresh_interval": "5s"
},
- "template": "rspamd-*"
+ "index_patterns" : ["rspamd-*"]
}