-
Notifications
You must be signed in to change notification settings - Fork 974
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DOCS] Documentation for ELASTIC_CLIENT_URL_PLUS_AS_SPACE env #1310
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* [DOCS] Adds Helpers section to PHP book. * [DOCS] Changes attribute to absolute link.
* [DOCS] Adds Release notes section to PHP book. * [DOCS] Adds attribute to subsections.
[7.x][DOCS] Adds Helpers section to PHP book
[7.x] [DOCS] Adds Release notes section to PHP book
* Added the HTTP meta data section * Update docs/http-meta-data.asciidoc Co-authored-by: István Zoltán Szabó <[email protected]> * Update docs/http-meta-data.asciidoc Co-authored-by: István Zoltán Szabó <[email protected]> * Update docs/http-meta-data.asciidoc Co-authored-by: István Zoltán Szabó <[email protected]> * Update docs/http-meta-data.asciidoc Co-authored-by: István Zoltán Szabó <[email protected]> * Update docs/http-meta-data.asciidoc Co-authored-by: István Zoltán Szabó <[email protected]> * Update docs/http-meta-data.asciidoc Co-authored-by: István Zoltán Szabó <[email protected]> * Update docs/http-meta-data.asciidoc Co-authored-by: István Zoltán Szabó <[email protected]> * Update docs/http-meta-data.asciidoc Co-authored-by: István Zoltán Szabó <[email protected]> Co-authored-by: István Zoltán Szabó <[email protected]>
…into ruudk-patch-1
This commit fixes a typo in the asciidoc. Noticed this while browsing documentation on website.
As per #918 (comment) and https://elastic.slack.com/archives/CH37CF39S/p1643707941052409 we recommend using the `simpleConnectionPool` when there is a proxy or load balancer in place. This applies to Elasticsearch Service and ECE (Cloud). Hence the comments need to be updated.
* Improved the StickyRoundRobinSelector test * Fixed StickyRoundRobinSelector starts with second host
…1303) * Added ES_URL_PLUS_AS_SPACE env variable for URL encode * Updated phpstan + fixed minor issues * Changed env variable in ELASTIC_CLIENT_URL_PLUS_AS_SPACE * Refactored the test job for github action * Removed duplicate task * Revert ELASTICSEARCH_URL parameter * Added PHP 8.2 in CI
ezimuel
changed the title
Add the documentation for ELASTIC_CLIENT_URL_PLUS_AS_SPACE env
[DOCS] Documentation for ELASTIC_CLIENT_URL_PLUS_AS_SPACE env
Apr 19, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds the documentation for the usage of
ELASTIC_CLIENT_URL_PLUS_AS_SPACE
environmental variable. This resolve #1304