kibana/x-pack/plugins/maps
Nathan Reese daf860c701
[sample data] update web log geo.src field to match country code of geo.coordinates (#110885)
* [sample data] update web log geo.src field to match country code of geo.coordinates

* fix functional tests

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-07 10:40:46 -06:00
..
common [Maps] fix term join not updating when editing right field (#111030) 2021-09-07 10:18:22 -06:00
public [Maps] fix term join not updating when editing right field (#111030) 2021-09-07 10:18:22 -06:00
server [sample data] update web log geo.src field to match country code of geo.coordinates (#110885) 2021-09-07 10:40:46 -06:00
config.ts [maps] remove xpack.maps.showMapVisualizationTypes (#105979) 2021-08-24 10:46:40 -06:00
jest.config.js Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
kibana.json [maps] remove tile_map, region_map, and maps_legacy plugins (#105326) 2021-08-18 12:51:31 -06:00
README.md test:jest improvements to better support our monorepo (#84848) 2020-12-14 14:07:50 -08:00
tsconfig.json Remove spacesOss plugin (#109258) 2021-08-23 15:10:09 +02:00

Maps

Visualize geo data from Elasticsearch or 3rd party geo-services.

Testing

Run all tests from the x-pack root directory

  • Unit tests: yarn test:jest x-pack/plugins/maps --watch
  • Functional tests:
    • Run node scripts/functional_tests_server
    • Run node ../scripts/functional_test_runner.js --config ./test/functional/config.js --grep="maps app"