Skip to content

Commit 18255f9

Browse files
authoredJun 7, 2021
Updated UPGRADING.rst for new Elasticsearch behavior: retry connecting on startup (Graylog2#10795)
* Updated UPGRADING.rst for new Elasticsearch behavior * linked to docs
1 parent 15d1a3f commit 18255f9

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
 

‎UPGRADING.rst

+13
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,19 @@ Upgrading to Graylog 4.1.x
1313
Breaking Changes
1414
================
1515

16+
17+
Changes to the Elasticsearch Support
18+
------------------------------------
19+
20+
When you have version-probing for the used Elasticsearch version enabled, and Graylog starts up but can not
21+
connect to ES, the startup stopped immediately with v4.0 and prior. Starting from 4.1 the default behaviour is,
22+
that Graylog retries connecting with a delay until it can connect to Elasticsearch. See the Elasticsearch
23+
configuration_ for details.
24+
25+
.. _configuration: https://docs.graylog.org/en/4.1/pages/configuration/elasticsearch.html
26+
27+
Configuration options: ``elasticsearch_version_probe_attempts`` and ``elasticsearch_version_probe_delay``.
28+
1629
Configuration file changes
1730
--------------------------
1831

0 commit comments

Comments
 (0)