You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
deployment: Change of terminology for create command (#356)
The Name field in the elasticsearch topology element has changed to NodeType
This patch updates the documentation to take that change into account, as well as
changing the --topology-element flag to --es-node-topology as an UX improvement.
Deployment [b6ecbea3d5c84124b7dca457f2892086] - [Elasticsearch][b6ecbea3d5c84124b7dca457f2892086]: finished running all the plan steps (Total plan duration: 5m11.s)
54
54
Deployment [91c4d60acb804ba0a27651fac02780ec] - [Kibana][8a9d9916cd6e46a7bb0912211d76e2af]: finished running all the plan steps (Total plan duration: 4m29.58s)
55
55
56
-
## Additionally, a more advanced topology for Elasticsearch can be created through "--topology-element" or shorthand "-e".
56
+
## Additionally, a more advanced topology for Elasticsearch can be created through "--es-node-topology" or shorthand "-e".
57
57
The following command will create a deployment with two 1GB Elasticsearch instances of the type "data" and
Copy file name to clipboardExpand all lines: docs/ecctl_deployment_create.adoc
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,14 +12,14 @@ When version is not specified, the latest available stack version will automatic
12
12
These are the available options:
13
13
14
14
* Simplified flags to set size and zone count for each instance type (Elasticsearch, Kibana, APM, Enterprise Search and App Search).
15
-
* Advanced flag for different Elasticsearch node types: --topology-element +++<json obj="">+++(shorthand: -e). Note that the flag can be specified multiple times for complex topologies. The JSON object has the following format: { "name": "["data", "master", "ml"]" # type string "size": 1024 # type int32 "zone_count": 1 # type int32 }+++</json>+++
15
+
* Advanced flag for different Elasticsearch node types: --es-node-topology +++<json obj="">+++(shorthand: -e). Note that the flag can be specified multiple times for complex topologies. The JSON object has the following format: { "node_type": "["data", "master", "ml"]" # type string "size": 1024 # type int32 "zone_count": 1 # type int32 }+++</json>+++
16
16
* File definition: --file=+++<file path="">+++(shorthand: -f). You can create a definition by using the sample JSON seen here: https://elastic.co/guide/en/cloud/current/ec-api-deployment-crud.html#ec_create_a_deployment+++</file>+++
17
17
18
18
As an option "--generate-payload" can be used in order to obtain the generated payload that would be sent as a request.
19
19
Save it, update or extend the topology and create a deployment using the saved payload with the "--file" flag.
Deployment [b6ecbea3d5c84124b7dca457f2892086] - [Elasticsearch][b6ecbea3d5c84124b7dca457f2892086]: finished running all the plan steps (Total plan duration: 5m11.s)
40
40
Deployment [91c4d60acb804ba0a27651fac02780ec] - [Kibana][8a9d9916cd6e46a7bb0912211d76e2af]: finished running all the plan steps (Total plan duration: 4m29.58s)
41
41
42
-
## Additionally, a more advanced topology for Elasticsearch can be created through "--topology-element" or shorthand "-e".
42
+
## Additionally, a more advanced topology for Elasticsearch can be created through "--es-node-topology" or shorthand "-e".
43
43
The following command will create a deployment with two 1GB Elasticsearch instances of the type "data" and
--plugin strings Additional plugins to add to the Elasticsearch deployment
89
90
--request-id string Optional request ID - Can be found in the Stderr device when a previous deployment creation failed. For more information see the examples in the help command page
90
-
-e, --topology-element stringArray Optional Elasticsearch topology element definition. See help for more information
91
91
-t, --track Tracks the progress of the performed task
92
92
--version string Version to use, if not specified, the latest available stack version will be used
Deployment [b6ecbea3d5c84124b7dca457f2892086] - [Elasticsearch][b6ecbea3d5c84124b7dca457f2892086]: finished running all the plan steps (Total plan duration: 5m11.s)
45
45
Deployment [91c4d60acb804ba0a27651fac02780ec] - [Kibana][8a9d9916cd6e46a7bb0912211d76e2af]: finished running all the plan steps (Total plan duration: 4m29.58s)
46
46
47
-
## Additionally, a more advanced topology for Elasticsearch can be created through "--topology-element" or shorthand "-e".
47
+
## Additionally, a more advanced topology for Elasticsearch can be created through "--es-node-topology" or shorthand "-e".
48
48
The following command will create a deployment with two 1GB Elasticsearch instances of the type "data" and
--plugin strings Additional plugins to add to the Elasticsearch deployment
93
94
--request-id string Optional request ID - Can be found in the Stderr device when a previous deployment creation failed. For more information see the examples in the help command page
94
-
-e, --topology-element stringArray Optional Elasticsearch topology element definition. See help for more information
95
95
-t, --track Tracks the progress of the performed task
96
96
--version string Version to use, if not specified, the latest available stack version will be used
0 commit comments