kibana/x-pack/plugins/maps
Nathan Reese 1c225d71a8
[Maps] fix EMS Boundaries with joins not rendering (#101604)
* [Maps] fix EMS Boundaries with joins do not rendering

* make newData required
2021-06-08 10:18:53 -06:00
..
common [maps] fix map embeddable using separate refresh interval timer from container (#97298) 2021-06-07 12:31:49 -06:00
public [Maps] fix EMS Boundaries with joins not rendering (#101604) 2021-06-08 10:18:53 -06:00
server Update @elastic/elasticsearch to 8.0.0-canary13 (#98266) 2021-06-08 15:06:06 +02:00
config.ts [Maps] Add endpoint to server for creating empty index & index pattern (#94028) 2021-03-17 21:40:51 -04:00
jest.config.js
kibana.json [Maps] Add telemetry (#97307) 2021-04-20 16:19:55 -04:00
README.md
tsconfig.json Revert "TS Incremental build exclude test files (#95610)" (#96223) 2021-04-05 11:59:26 -07: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"