kibana/x-pack/plugins/maps
2020-11-05 08:56:11 -05:00
..
common [Maps] Convert ES-sources to typescript (#81951) 2020-11-05 08:56:11 -05:00
public [Maps] Convert ES-sources to typescript (#81951) 2020-11-05 08:56:11 -05:00
server [Maps] Iterate over saved object & index patterns pages to collect telemetry results (#73077) 2020-11-02 13:43:12 -07:00
config.ts
kibana.json Use SavedObjectClass from savedObject start contract instead of createSavedObjectClass (#80063) 2020-10-14 09:26:04 +02:00
README.md

Maps

Visualize geo data from Elasticsearch or 3rd party geo-services.

Testing

Run all tests from the x-pack root directory

  • Unit tests: node scripts/jest --watch maps
  • Functional tests:
    • Run node scripts/functional_tests_server
    • Run node ../scripts/functional_test_runner.js --config ./test/functional/config.js --grep="maps app"