kibana/x-pack/plugins/maps
Kibana Machine 714bd3b7b8
[Maps] Add grid-resolution telemetry (#99808) (#100342)
Co-authored-by: Thomas Neirynck <thomas@elastic.co>
2021-05-19 13:34:01 -04:00
..
common [Maps] convert TooltipControl to typescript (#100059) (#100309) 2021-05-18 21:13:29 -04:00
public [Maps] convert TooltipControl to typescript (#100059) (#100309) 2021-05-18 21:13:29 -04:00
server [Maps] Add grid-resolution telemetry (#99808) (#100342) 2021-05-19 13:34:01 -04:00
config.ts [Maps] Add endpoint to server for creating empty index & index pattern (#94028) (#94880) 2021-03-17 23:56:51 -04:00
jest.config.js [7.x] Elastic License 2.0 (#90192) 2021-02-03 18:39:13 -08:00
kibana.json [Maps] Add telemetry (#97307) (#97736) 2021-04-20 22:23:24 +00:00
README.md test:jest improvements to better support our monorepo (#84848) (#85880) 2020-12-15 09:11:51 -08:00
tsconfig.json [7.x] Revert "TS Incremental build exclude test files (#95610)" (#96223) (#96281) 2021-04-06 05:52:22 -04: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"