Skip to content

Commit

Permalink
Update docker.md (Netflix#3253)
Browse files Browse the repository at this point in the history
Fixed small yet important typo in documentation.
  • Loading branch information
IonutGrosu authored Sep 21, 2022
1 parent b0bff5d commit 1f7063f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/gettingstarted/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,13 +137,13 @@ This image at `/docker/serverAndUI` is provided to illustrate starting both the

1. When you run Elasticsearch, sometimes the health remains in Yellow state. Conductor server by default requires
Green state to run when indexing is enabled. To work around this, you can use the following property:
`conductor.elasticsearch.clusteHealthColor=yellow` Reference: [Issue 2262](https://github.com/Netflix/conductor/issues/2262)
`conductor.elasticsearch.clusterHealthColor=yellow` Reference: [Issue 2262](https://github.com/Netflix/conductor/issues/2262)



#### Elasticsearch timeout
Standalone(single node) elasticsearch has a yellow status which will cause timeout for conductor server (Required: Green).
Spin up a cluster (more than one) to prevent timeout or use config option `conductor.elasticsearch.clusteHealthColor=yellow`.
Spin up a cluster (more than one) to prevent timeout or use config option `conductor.elasticsearch.clusterHealthColor=yellow`.

See issue: https://github.com/Netflix/conductor/issues/2262

Expand Down

0 comments on commit 1f7063f

Please sign in to comment.