aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2019-05-08 11:12:31 +0200
committerDario Lombardo <lomato@gmail.com>2019-05-13 09:43:46 +0000
commit719d8d6a816716a20ed29fb1a7f3c3da44ec8b58 (patch)
treef505b745dba89e497f09dc426aaaff1807c7743d /test
parentebcc9157c3ebf4647d565c175deab798a9437297 (diff)
elastic: change 'template' into 'index_patterns' in the mapping.
This is the new standard in recent Elastic versions. Fix point (3) of the linked bug. Bug: 15763 Change-Id: I64ef085c2a8ad9d25ced30a337287c8cb77903e4 Reviewed-on: https://code.wireshark.org/review/33112 Petri-Dish: Dario Lombardo <lomato@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Eneko Gómez <eneko.gomez.tecnalia@gmail.com> Reviewed-by: Dario Lombardo <lomato@gmail.com>
Diffstat (limited to 'test')
-rw-r--r--test/baseline/elastic-mapping-ip-subset.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/baseline/elastic-mapping-ip-subset.json b/test/baseline/elastic-mapping-ip-subset.json
index c0b9be60a3..84fee24ea2 100644
--- a/test/baseline/elastic-mapping-ip-subset.json
+++ b/test/baseline/elastic-mapping-ip-subset.json
@@ -1,5 +1,5 @@
{
- "template" : "packets-*",
+ "index_patterns" : "packets-*",
"settings" : {
"index.mapping.total_fields.limit" : 1000000
},