kibana/x-pack/plugins/maps
Nathan Reese a27786f8dc
[Maps] upgrade server to use new elasticsearch-js client (#95314) (#95430)
* [Maps] upgrade server to use new elasticsearch-js client

* update functional test expect
2021-03-25 14:28:50 -04:00
..
common [Maps] Add endpoint to server for creating empty index & index pattern (#94028) (#94880) 2021-03-17 23:56:51 -04:00
public [7.x] ES client : use the new type definitions (#83808) (#95391) 2021-03-25 10:33:44 -04:00
server [Maps] upgrade server to use new elasticsearch-js client (#95314) (#95430) 2021-03-25 14:28:50 -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] Isolate maps-setting froms maps_legacy (#92918) (#94588) 2021-03-15 13:44:20 -04:00
README.md test:jest improvements to better support our monorepo (#84848) (#85880) 2020-12-15 09:11:51 -08:00
tsconfig.json [Maps] Isolate maps-setting froms maps_legacy (#92918) (#94588) 2021-03-15 13:44:20 -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"