kibana/packages/kbn-es-errors
Pierre Gayvallet 85f67dd39a
Implement elasticsearch.maxResponseSize config option (#186291)
## Summary

Fix https://github.com/elastic/kibana/issues/185042

- Add a new `elasticsearch.maxResponseSize` config option 
- Set this value to `100mb` on our serverless configuration file

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
2024-06-19 11:04:33 +02:00
..
src Implement elasticsearch.maxResponseSize config option (#186291) 2024-06-19 11:04:33 +02:00
index.ts Implement elasticsearch.maxResponseSize config option (#186291) 2024-06-19 11:04:33 +02:00
jest.config.js
kibana.jsonc Transpile packages on demand, validate all TS projects (#146212) 2022-12-22 19:00:29 -06:00
package.json Transpile packages on demand, validate all TS projects (#146212) 2022-12-22 19:00:29 -06:00
README.md
tsconfig.json Transpile packages on demand, validate all TS projects (#146212) 2022-12-22 19:00:29 -06:00

@kbn/es-errors

Utility functions and types for errors of the @elastic/elasticsearch library.