kibana/x-pack/plugins/searchprofiler
pavel06081991 4c331b1348
Update versions of @babel/parser and @babel/types (#23268) (#23469)
Update versions of @babel/parser, @babel/types, eslint, babel-eslint
2018-09-25 16:18:05 +03:00
..
public Update versions of @babel/parser and @babel/types (#23268) (#23469) 2018-09-25 16:18:05 +03:00
server Migrate x-pack-kibana source to kibana 2018-04-24 13:49:26 -07:00
index.js Fix misspellings (#19981) (#20284) 2018-06-27 20:50:06 -07:00
README.md Migrate x-pack-kibana source to kibana 2018-04-24 13:49:26 -07: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