Skip to content

Commit 182bfed

Browse files
authored
ec_deployment: Add note on disabling kibana (#282)
Adds a note on our documentation warning about potential problems on modifying deployments when the Kibana instance is disabled. Signed-off-by: Marc Lopez <[email protected]>
1 parent c6626ef commit 182bfed

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/resources/ec_deployment.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,9 @@ The following arguments are supported:
196196
* `request_id` - (Optional) Request ID to set when you create the deployment. Use it only when previous attempts return an error and `request_id` is returned as part of the error.
197197
* `elasticsearch` (Required) Elasticsearch cluster definition, can only be specified once. For multi-node Elasticsearch clusters, use multiple `topology` blocks.
198198
* `kibana` (Optional) Kibana instance definition, can only be specified once.
199+
200+
-> **Note on disabling Kibana** While optional it is recommended deployments specify a Kibana block, since not doing so might cause issues when modifying or upgrading the deployment.
201+
199202
* `apm` (Optional) APM instance definition, can only be specified once.
200203
* `enterprise_search` (Optional) Enterprise Search server definition, can only be specified once. For multi-node Enterprise Search deployments, use multiple `topology` blocks.
201204
* `traffic_filter` (Optional) List of traffic filter rule identifiers that will be applied to the deployment.

0 commit comments

Comments
 (0)