mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Merge pull request #4787 from lukasolson/issues/4782
Fix broken link to specific document (issues/4782)
This commit is contained in:
commit
30222f275d
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ module.exports = function (kibana) {
|
|||
exposeClient(server);
|
||||
createProxy(server, 'GET', '/{paths*}');
|
||||
createProxy(server, 'POST', '/_mget');
|
||||
createProxy(server, 'POST', '/{index}/_search');
|
||||
createProxy(server, 'POST', '/_msearch');
|
||||
|
||||
function noBulkCheck(request, reply) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue