Skip to content

Commit 333d6b9

Browse files
Apply tech review feedback
1 parent c1b2848 commit 333d6b9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/management/admin/endpoint-command-ref.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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`::
101101
Upgrade 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
219219
Using proxy:
220220

docs/serverless/edr-manage/endpoint-command-ref.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
186186
Using proxy:
187187

0 commit comments

Comments
 (0)