kibana/x-pack/plugins/searchprofiler
Greg Thompson e05098dd27
Upgrade EUI to v10.0.1 (#35112)
* eui@10.0.0; tsconfig update

* limit key lookups to strings

* Search Profiler hightlight details flyout classes

* bump

* snapshot updates

* x-pack snapshot updates
2019-04-17 09:16:34 -05:00
..
public Upgrade EUI to v10.0.1 (#35112) 2019-04-17 09:16:34 -05:00
server [@kbn/expect] "fork" expect.js into repo (#33761) 2019-03-25 09:56:48 -07:00
index.js
README.md Migration to Babel7 and @babel/preset-typescript (#33093) 2019-03-26 20:44:03 +00:00

Profiler

A UI for the query and aggregation profiler in Elasticsearch

Development

Assuming you've checked out x-plugins next to kibana...

  • Run yarn kbn bootstrap
  • Run yarn start to watch for and sync files on change
  • Open a new terminal to run Kibana - use yarn start to launch it in dev mode
    • Kibana will automatically restart as files are synced
    • If you need debugging output, run DEBUG=reporting yarn start instead

If you have installed this somewhere other than via x-plugins, and next to the kibana repo, you'll need to change the pathToKibana setting in gulpfile.js

Testing

To run the server tests, change into x-plugins/kibana and run:

mocha --debug --compilers js:@babel/register plugins/profiler/**/__tests__/**/*.js

--kbnServer.tests_bundle.pluginId