kibana/x-pack/plugins/maps
2021-10-07 20:09:19 -04:00
..
common
public Legacy url conflict UI improvements (#114172) 2021-10-07 20:09:19 -04:00
server [Maps] fix typings for optionalPlugins (#114103) 2021-10-06 18:24:28 -06:00
config.ts
jest.config.js
kibana.json [Maps] Switch to SavedObjectClient.resolve (#112606) 2021-10-05 13:45:51 -06:00
README.md
tsconfig.json [Maps] Switch to SavedObjectClient.resolve (#112606) 2021-10-05 13:45:51 -06: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"