File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ NOTE: Elastic doesn't publish independent {elastic-endpoint} packages since {ela
9595=== Options
9696
9797`--resources <string>`::
98- Specify a resources `.zip` file to be used during the installation.
98+ Specify a resources `.zip` file to be used during the installation. This option is required.
9999
100100`--upgrade`::
101101Upgrade the existing installation.
@@ -105,7 +105,7 @@ Upgrade the existing installation.
105105
106106[source,shell]
107107------
108- sudo /Library/Elastic/Endpoint/elastic-endpoint install --upgrade
108+ sudo /Library/Elastic/Endpoint/elastic-endpoint install --upgrade --resources endpoint-security-resources.zip
109109------
110110
111111[discrete]
@@ -214,7 +214,7 @@ sudo /Library/Elastic/Endpoint/elastic-endpoint test output
214214
215215[source,txt]
216216----
217- Testing output connections using config file: [C:\Program Files\Elastic\Endpoint\elastic-endpoint.yaml]
217+ Testing output connections
218218
219219Using proxy:
220220
Original file line number Diff line number Diff line change @@ -90,15 +90,15 @@ Elastic doesn't publish independent ((elastic-endpoint)) packages since ((elasti
9090### Options
9191
9292` --resources <string> `
93- : Specify a resources ` .zip ` file to be used during the installation.
93+ : Specify a resources ` .zip ` file to be used during the installation. This option is required.
9494
9595` --upgrade `
9696 : Upgrade the existing installation.
9797
9898### Example
9999
100100```
101- sudo /Library/Elastic/Endpoint/elastic-endpoint install --upgrade
101+ sudo /Library/Elastic/Endpoint/elastic-endpoint install --upgrade --resources endpoint-security-resources.zip
102102```
103103
104104## elastic-endpoint memorydump
@@ -181,7 +181,7 @@ sudo /Library/Elastic/Endpoint/elastic-endpoint test output
181181### Example output
182182
183183```
184- Testing output connections using config file: [C:\Program Files\Elastic\Endpoint\elastic-endpoint.yaml]
184+ Testing output connections
185185
186186Using proxy:
187187
You can’t perform that action at this time.
0 commit comments