Skip to content

Commit 88b4743

Browse files
committed
[DOCS] Adds quotes to metricbeat config
1 parent 3e8d3ae commit 88b4743

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/en/stack/security/get-started-security.asciidoc

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -308,8 +308,8 @@ output {
308308
hosts => "localhost:9200"
309309
manage_template => false
310310
index => "%{[@metadata][beat]}-%{[@metadata][version]}-%{+YYYY.MM.dd}"
311-
user => metricbeat_internal <1>
312-
password => your_password <2>
311+
user => "metricbeat_internal" <1>
312+
password => "your_password" <2>
313313
}
314314
}
315315
----
@@ -356,8 +356,9 @@ For more methods, see <<gs-start-metricbeat,start {metricbeat}>>.
356356
Log in to {kib} with the user ID that has `metricbeat_reader` role (for example,
357357
`jdoe`).
358358

359-
This user should have authority to visualize the system metrics (for example, on
360-
the *Discover* page or in the http://localhost:5601/app/kibana#/dashboard/Metricbeat-system-overview[{metricbeat} system overview dashboard]).
359+
You should be able to see the system metrics (for example, on
360+
the *Discover* page or in the
361+
http://localhost:5601/app/kibana#/dashboard/Metricbeat-system-overview[{metricbeat} system overview dashboard]).
361362

362363
[float]
363364
[[gs-security-nextsteps]]

0 commit comments

Comments
 (0)