kibana/x-pack/plugins/maps
2021-10-06 17:46:54 +02:00
..
common [Maps] move joins from LayerDescriptor to VectorLayerDescriptor (#112427) 2021-09-22 12:47:35 -06:00
public filter types (#111269) 2021-10-06 17:46:54 +02:00
server [Fleet] Add custom integrations API (#112481) 2021-09-27 11:54:43 -04: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"