Skip to content

Commit 321f2eb

Browse files
author
Aaron Caldwell
authored
Update maps telemetry mappings to account for recent updates (#53803) (#53812)
1 parent c2133de commit 321f2eb

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

x-pack/legacy/plugins/maps/mappings.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,16 @@
2626
},
2727
"maps-telemetry": {
2828
"properties": {
29+
"settings": {
30+
"properties": {
31+
"showMapVisualizationTypes": {
32+
"type": "boolean"
33+
}
34+
}
35+
},
36+
"indexPatternsWithGeoFieldCount": {
37+
"type": "long"
38+
},
2939
"mapsTotalCount": {
3040
"type": "long"
3141
},
@@ -72,4 +82,4 @@
7282
}
7383
}
7484
}
75-
}
85+
}

0 commit comments

Comments
 (0)