Commit 5ca1819 1 parent 3b5dc3e commit 5ca1819 Copy full SHA for 5ca1819
File tree 1 file changed +10
-5
lines changed
1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -190,10 +190,16 @@ This will replace your current settings. Do you want to continue? [Y/n]:
190
190
191
191
. Run the Agent:
192
192
+
193
+ --
194
+ // tag::run-agent[]
193
195
[source,shell]
194
196
----
195
- ./elastic-agent run
197
+ ./elastic-agent run <1>
196
198
----
199
+ <1> On Windows, you must run {agent} under the SYSTEM account if you plan
200
+ to use the {elastic-endpoint} integration.
201
+ // end::run-agent[]
202
+ --
197
203
198
204
. In the {ingest-manager} app, click **Continue** to go to the **{fleet}**
199
205
tab, where you should see the newly enrolled Agent.
@@ -253,10 +259,9 @@ datasources:
253
259
254
260
. Run {agent}:
255
261
+
256
- [source,shell]
257
- ----
258
- ./elastic-agent run
259
- ----
262
+ --
263
+ include::getting-started.asciidoc[tag=run-agent]
264
+ --
260
265
261
266
[discrete]
262
267
[[view-data]]
You can’t perform that action at this time.
0 commit comments