This is an automated email from the ASF dual-hosted git repository. btellier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit 0cd6ee7ee93bf5c677469fe195c54c78612610cd Author: Benoit Tellier <[email protected]> AuthorDate: Fri Apr 2 18:48:48 2021 +0700 JAMES-3302 Add a warning about ElasticSearch metrics --- .../modules/servers/pages/distributed/configure/elasticsearch.adoc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/modules/servers/pages/distributed/configure/elasticsearch.adoc b/docs/modules/servers/pages/distributed/configure/elasticsearch.adoc index d9d8ef5..0b3fef1 100644 --- a/docs/modules/servers/pages/distributed/configure/elasticsearch.adoc +++ b/docs/modules/servers/pages/distributed/configure/elasticsearch.adoc @@ -111,6 +111,9 @@ xref:distributed/operate/webadmin.adoc#reindexing_all_mails[a full re-indexing]n == Exporting metrics directly to ElasticSearch +WARNING: A separate ElasticSearch server is required, as an ElasticSearch 6.3 is needed, which is +not compatible with ElasticSearch 7.10, required by James. + For configuring the metric reporting on ElasticSearch : .elasticsearch.properties content @@ -136,7 +139,7 @@ For configuring the metric reporting on ElasticSearch : == SSL Trusting Configuration -By default James will use the system TrustStore to validate https server certificates, if the certificate on +By default, James will use the system TrustStore to validate https server certificates, if the certificate on ES side is already in the system TrustStore, you can leave the sslValidationStrategy property empty or set it to default. .elasticsearch.properties content @@ -195,4 +198,4 @@ You can configure to use which HostNameVerifier in the client. | Optional. Default is *default*. default: using the default hostname verifier provided by apache http client. accept_any_hostname: accept any host (not recommended). -|=== \ No newline at end of file +|=== --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
