Files
elasticsearch-js/docs/reference/configuration.md
Josh Mock e8dc747c61 Merge serverless functionality from @elastic/elasticsearch-serverless (#2695)
* Expose a serverMode option to enable serverless-friendly defaults

* Update basic config docs to note how the serverMode flag works

* Docs cleanup

* Add another note to docs about connecting to serverless
2025-04-03 14:41:58 -05:00

15 lines
643 B
Markdown

---
mapped_pages:
- https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/client-configuration.html
---
# Configuration [client-configuration]
The client is designed to be easily configured for your needs. In the following section, you can see the possible options that you can use to configure it.
- [Basic configuration](/reference/basic-config.md)
- [Advanced configuration](/reference/advanced-config.md)
- [Timeout best practices](docs-content://troubleshoot/elasticsearch/elasticsearch-client-javascript-api/nodejs.md)
- [Creating a child client](/reference/child.md)
- [Testing](/reference/client-testing.md)