@@ -11,7 +11,7 @@ roles in {es}, {kib}, {ls}, and {metricbeat}.
11
11
=== Before you begin
12
12
13
13
. Install and configure {es}, {kib}, {ls}, and {metricbeat} as described in
14
- << get-started-elastic-stack>> .
14
+ {stack-gs}/ get-started-elastic-stack.html[Getting started with the {stack}] .
15
15
16
16
. Stop {ls}. The method for starting and stopping {ls} varies depending on whether
17
17
you are running it from the command line or running it as a service. For example,
@@ -28,7 +28,7 @@ example, http://127.0.0.1:5601[http://127.0.0.1:5601].
28
28
[[get-started-license]]
29
29
=== Install a trial license
30
30
31
- include::{docdir}/getting-started/ get-started-trial.asciidoc[]
31
+ include::{docdir}/get-started-trial.asciidoc[]
32
32
33
33
[role="xpack"]
34
34
[[get-started-enable-security]]
@@ -114,7 +114,8 @@ choose a role yet--we'll come back to that in subsequent steps.
114
114
. Click *Create user* and create a `logstash_internal` user.
115
115
+
116
116
--
117
- In <<get-started-elastic-stack>>, you configured {ls} to listen for {metricbeat}
117
+ In {stack-gs}/get-started-elastic-stack.html[Geting started with the {stack}],
118
+ you configured {ls} to listen for {metricbeat}
118
119
input and to send the events to {es}. You therefore need to create a user
119
120
that {ls} can use to communicate with {es}. For example:
120
121
@@ -154,7 +155,8 @@ image::security/images/assign-role.jpg["Assigning a role to a user in Kibana"]
154
155
155
156
This user now has the minimum privileges required to use {kib}.
156
157
157
- If you completed all of the steps in <<get-started-elastic-stack>>, you should
158
+ If you completed all of the steps in
159
+ {stack-gs}/get-started-elastic-stack.html[Getting started with the {stack}], you should
158
160
have {metricbeat} data stored in {es}. Let's create two roles that grant
159
161
different levels of access to that data.
160
162
@@ -285,7 +287,9 @@ To start {ls} as a service, see
285
287
286
288
. If you were connecting directly from {metricbeat} to {es}, you would need
287
289
to configure authentication credentials for the {es} output in the {metricbeat}
288
- configuration file. In <<get-started-elastic-stack>>, however, you configured
290
+ configuration file. In
291
+ {stack-gs}/get-started-elastic-stack.html[Getting started with the {stack}],
292
+ however, you configured
289
293
{metricbeat} to send the data to {ls} for additional parsing, so no extra
290
294
settings are required in {metricbeat}. For more information, see
291
295
{metricbeat-ref}/securing-metricbeat.html[Securing {metricbeat}].
0 commit comments