kibana/x-pack/plugins/maps
Thomas Neirynck be1ee57a03
[Fleet] Add custom integrations API (#112481)
Add a new plugin `custom_integrations`. This plugin allows for the registration of data-integrations tutorials. The Fleet-integrations app will display these alongside the existing Elastic Agent integrations.
2021-09-27 11:54:43 -04:00
..
common [Maps] move joins from LayerDescriptor to VectorLayerDescriptor (#112427) 2021-09-22 12:47:35 -06:00
public [Maps] move joins from LayerDescriptor to VectorLayerDescriptor (#112427) 2021-09-22 12:47:35 -06:00
server [Fleet] Add custom integrations API (#112481) 2021-09-27 11:54:43 -04:00
config.ts [maps] remove xpack.maps.showMapVisualizationTypes (#105979) 2021-08-24 10:46:40 -06:00
jest.config.js [jest] update config files to get coverage per plugin (#111299) 2021-09-09 08:14:56 +02:00
kibana.json [Maps] Remove * exports (#111003) 2021-09-10 06:16:37 -06:00
README.md
tsconfig.json Remove spacesOss plugin (#109258) 2021-08-23 15:10:09 +02: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"