aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2019-05-02 11:20:16 +0200
committerPeter Wu <peter@lekensteyn.nl>2019-05-03 21:35:29 +0000
commite5b4e673f0534fd26919cb7d3644b958d3020bea (patch)
treea8d44f3925803e39a81a74212b7d68f3bd76c155 /test
parentd52b74ee4fdab7dca842595165bb92ac4a939200 (diff)
proto: don't generate elastic-mapping entries for string fields.
The string type is the default in elasticsearch, then there is no need to put those entries in the mapping report. This shortens a lot the list. Small indentation fix, while here. Change-Id: If304d409a3ee2c30f24b5de4d90be522bbfae41e Ping-Bug: 15719 Reviewed-on: https://code.wireshark.org/review/33053 Petri-Dish: Dario Lombardo <lomato@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Peter Wu <peter@lekensteyn.nl>
Diffstat (limited to 'test')
-rw-r--r--test/baseline/elastic-mapping-ip-subset.json3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/baseline/elastic-mapping-ip-subset.json b/test/baseline/elastic-mapping-ip-subset.json
index 49333ffc01..c0b9be60a3 100644
--- a/test/baseline/elastic-mapping-ip-subset.json
+++ b/test/baseline/elastic-mapping-ip-subset.json
@@ -26,9 +26,6 @@
"ip_dst" : {
"type" : "ip"
},
- "ip_dst_host" : {
- "type" : "string"
- },
"ip_geoip_lat" : {
"type" : "float"
},