-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Updated best practices and deployment info #5823
Conversation
- Clarified that smart wizard checks to ensure Cloud configuration follows best practices for SCD strategy - Added step to validate Elasticsearch service version compatibility with Elasticsearch PHP client
…cs into mae-MAGECLOUD-4326-updates
guides/v2.2/cloud/project/project-conf-files_services-elastic.md
Outdated
Show resolved
Hide resolved
guides/v2.2/cloud/project/project-conf-files_services-elastic.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey there, some small things to fix. So far it looks good.
guides/v2.2/cloud/project/project-conf-files_services-elastic.md
Outdated
Show resolved
Hide resolved
guides/v2.2/cloud/project/project-conf-files_services-elastic.md
Outdated
Show resolved
Hide resolved
guides/v2.2/cloud/project/project-conf-files_services-elastic.md
Outdated
Show resolved
Hide resolved
|
||
## Elasticsearch software compatibility | ||
|
||
When you install or upgrade your {{ site.data.var.ece }} project, always check for compatibility between the Elasticsearch service version and the [Elasticsearch PHP](https://github.com/elastic/elasticsearch-php) client for {{ site.data.var.ee }}. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
YAY!
guides/v2.2/cloud/project/project-conf-files_services-elastic.md
Outdated
Show resolved
Hide resolved
guides/v2.2/cloud/project/project-conf-files_services-elastic.md
Outdated
Show resolved
Hide resolved
In the response, find the IP address for the Elasticsearch service endpoint: | ||
|
||
```terminal | ||
"elasticsearch" : [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't forget to change this to show the results from the CLI.
Co-Authored-By: hguthrie <hguthrie@users.noreply.github.com>
```terminal | ||
| elasticsearch: | | ||
+------------------------------------------+----------------------------------------------------------------------+ | ||
| username | null | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would manually remove some of the white space from the first column. It really takes up a lot of screen space and might be annoying for someone on a mobile device.
running tests |
Hi @meker12, thank you for your contribution! |
Purpose of this pull request
Summary of changes
Updates to best practices for deployment
Updates to Elasticsearch set up
Affected DevDocs pages
whatsnew
Added the following information to the Set up Elasticsearch
topic in the Cloud Guide–
- Recommendation to always set up
Elasticsearch as a fallback option if using a third-party search tool.
- Instructions for checking Elasticsearch software compatibility.
- "Additional Search Configuration"
section with details about customizing search options and testing Elasticsearch.