1010//////////////////////////////////////////////////////////////////////////
1111
1212ifdef::has_solutions[]
13- TIP: For deeper observability into your infrastructure, use the
14- {infra-guide} /infrastructure-ui-overview.html[Infrastructure] and
15- {infra-guide} /logs-ui-overview.html[Logs] UIs in {kib} . For setup details, see
16- the {infra -guide} /index.html[Infrastructure Monitoring Guide].
13+ TIP: For deeper observability into your infrastructure, you can use the
14+ Metrics app and the Logs app in {kib} .
15+ For more details, see the {metrics-guide} [Metrics Monitoring Guide]
16+ and the {logs -guide} [Logs Monitoring Guide].
1717endif::has_solutions[]
1818
1919{beatname_uc} comes packaged with example Kibana dashboards, visualizations,
@@ -25,7 +25,7 @@ command (as described here) or
2525+{beatname_lc}.yml+ config file.
2626
2727This requires a Kibana endpoint configuration. If you didn't already configure
28- a Kibana endpoint, see <<{beatname_lc}-configuration,configure {beatname_uc}>>.
28+ a Kibana endpoint, see <<{beatname_lc}-configuration,configure {beatname_uc}>>.
2929
3030Make sure Kibana is running before you perform this step. If you are accessing a
3131secured Kibana instance, make sure you've configured credentials as described in
@@ -142,7 +142,7 @@ ifdef::mac_os[]
142142 -E output.elasticsearch.hosts=['localhost:9200'] \
143143 -E output.elasticsearch.username={beat_default_index_prefix}_internal \
144144 -E output.elasticsearch.password={pwd} \
145- -E setup.kibana.host=localhost:5601
145+ -E setup.kibana.host=localhost:5601
146146----
147147
148148*brew:*
@@ -154,7 +154,7 @@ ifdef::mac_os[]
154154 -E output.elasticsearch.hosts=['localhost:9200'] \
155155 -E output.elasticsearch.username={beat_default_index_prefix}_internal \
156156 -E output.elasticsearch.password={pwd} \
157- -E setup.kibana.host=localhost:5601
157+ -E setup.kibana.host=localhost:5601
158158----
159159endif::mac_os[]
160160
@@ -168,7 +168,7 @@ ifdef::linux_os[]
168168 -E output.elasticsearch.hosts=['localhost:9200'] \
169169 -E output.elasticsearch.username={beat_default_index_prefix}_internal \
170170 -E output.elasticsearch.password={pwd} \
171- -E setup.kibana.host=localhost:5601
171+ -E setup.kibana.host=localhost:5601
172172----
173173endif::linux_os[]
174174
@@ -204,7 +204,7 @@ PS > .{backslash}{beatname_lc}.exe setup -e `
204204 -E output.elasticsearch.hosts=['localhost:9200'] `
205205 -E output.elasticsearch.username={beat_default_index_prefix}_internal `
206206 -E output.elasticsearch.password={pwd} `
207- -E setup.kibana.host=localhost:5601
207+ -E setup.kibana.host=localhost:5601
208208----
209209endif::win_os[]
210210
0 commit comments