Skip to content

Latest commit

 

History

History
23 lines (22 loc) · 1.28 KB

CoordinateMap.md

File metadata and controls

23 lines (22 loc) · 1.28 KB

Coordinate Map

  • Previously 'Tile Map'
  • Possibly the most interesting visualization
  • Requires mappings to be configured with geo_point type
  • For previously populated log data cannot modify mapping for coordinates
  • We will have to delete the indices created, re-create indices with mapping, and to re-populate data
  • Shell script prepared for you right-click and save
  • Or download the script to the sandbox by running following command:
curl -o geoMappings.sh https://elasticsearch-courseware-2d.icssolutions.ca/examples/data-sets/geoMappings.sh
  • chmod +x will be required to grant execution permission
  • Execute the script:
./geoMappings.sh
  • Go back to Visualize tab and select 'Coordinate map'
  • Here it is a bit tricky - may need to go back to settings and refresh the fields
  • Select 'Geo Coordinates' and select 'geo.coordinates' field
  • Select 'green arrow' on top to apply changes and explore zoom in/out
  • Switch to advanced options and check-out wms
  • There are terms of service for the maps service apparently separate from the elastic search product, go figure...