Skip to content

Commit 5ca1819

Browse files
authored
[docs] Add info about SYSTEM user requirement to the ingest Getting Started (elastic#65)
* [docs] Add info about SYSTEM user requirement to the ingest getting started docs * reset release-state
1 parent 3b5dc3e commit 5ca1819

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

getting-started.asciidoc

+10-5
Original file line numberDiff line numberDiff line change
@@ -190,10 +190,16 @@ This will replace your current settings. Do you want to continue? [Y/n]:
190190

191191
. Run the Agent:
192192
+
193+
--
194+
// tag::run-agent[]
193195
[source,shell]
194196
----
195-
./elastic-agent run
197+
./elastic-agent run <1>
196198
----
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+
--
197203

198204
. In the {ingest-manager} app, click **Continue** to go to the **{fleet}**
199205
tab, where you should see the newly enrolled Agent.
@@ -253,10 +259,9 @@ datasources:
253259

254260
. Run {agent}:
255261
+
256-
[source,shell]
257-
----
258-
./elastic-agent run
259-
----
262+
--
263+
include::getting-started.asciidoc[tag=run-agent]
264+
--
260265

261266
[discrete]
262267
[[view-data]]

0 commit comments

Comments
 (0)