mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Increase the default max payload size for the basePathProxy so it doesn't cause issues with the new _bulk api
This commit is contained in:
parent
bfba35f704
commit
6dc9cc9b34
1 changed files with 2 additions and 0 deletions
|
@ -33,6 +33,8 @@ export default class BasePathProxy {
|
|||
this.basePath = `/${sample(alphabet, 3).join('')}`;
|
||||
config.set('server.basePath', this.basePath);
|
||||
}
|
||||
|
||||
config.set('server.maxPayloadBytes', 1024 * 1024 * 1024);
|
||||
|
||||
setupLogging(null, this.server, config);
|
||||
setupConnection(null, this.server, config);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue