kibana/x-pack/plugins/maps
Nathan Reese 31b42a3bc7
[Maps] use index-pattern field display name in UX (#84945)
* [Maps] use index-pattern field display name in UX

* use less complex solution for es agg label

* rename

* tslint

* one more tslint fix

* review feedback

* update field_editor snapshots

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2020-12-09 10:17:05 -07:00
..
common [maps] style by percentiles (#84291) 2020-12-08 09:59:15 -07:00
public [Maps] use index-pattern field display name in UX (#84945) 2020-12-09 10:17:05 -07:00
server [Maps] Always initialize routes on server-startup (#84806) 2020-12-02 18:44:17 -05:00
config.ts
jest.config.js Jest multi-project configuration (#77894) 2020-12-02 11:42:23 -08:00
kibana.json [Maps] saved object tagging (#83197) 2020-11-16 19:52:15 -07: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"