kibana/x-pack/plugins/searchprofiler
CJ Cenizal 052f8277fe
Add READMEs for ES UI plugins (#81973)
* Add Search Profiler README.
* Add Upgrade Assistant README.
* Add name of plugin to Watcher README.
* Add Console Extensions README.
* Add Grok Debugger README.
* Add Painless Lab README.
* Add License Management README.
* Add Remote Clusters README.
* Add Console README.
2020-10-29 10:56:42 -07:00
..
common
public [ES UI Shared] Remove 'brace' from es_ui_shared public (#78033) 2020-09-24 16:02:14 +02:00
server remove legacy ES plugin (#77703) 2020-09-18 09:30:13 +02:00
kibana.json [kbn/optimizer] implement "requiredBundles" property of KP plugins (#70911) 2020-07-09 18:43:17 -07:00
README.md Add READMEs for ES UI plugins (#81973) 2020-10-29 10:56:42 -07:00

Search Profiler

About

The search profiler consumes the Profile API by sending a search API with profile: true enabled in the request body. The response contains detailed information on how Elasticsearch executed the search request. People use this information to understand why a search request might be slow.