Skip to content

Commit

Permalink
Update maps telemetry mappings to account for recent updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Caldwell committed Dec 26, 2019
1 parent 21d6202 commit eb6f8d3
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion x-pack/legacy/plugins/maps/mappings.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,16 @@
},
"maps-telemetry": {
"properties": {
"settings": {
"properties": {
"showMapVisualizationTypes": {
"type": "boolean"
}
}
},
"indexPatternsWithGeoFieldCount": {
"type": "long"
},
"mapsTotalCount": {
"type": "long"
},
Expand Down Expand Up @@ -72,4 +82,4 @@
}
}
}
}
}

0 comments on commit eb6f8d3

Please sign in to comment.