Skip to content

Commit d2d87b0

Browse files
authored
Changes to support the split of the Metrics Guide and the Logs Guide (elastic#14158) (elastic#14267)
1 parent 06384f1 commit d2d87b0

4 files changed

Lines changed: 24 additions & 23 deletions

File tree

journalbeat/docs/getting-started.asciidoc

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,12 +128,12 @@ If no paths are specified, {beatname_uc} reads from the default journal.
128128
{beatname_uc} starts reading at the beginning of the file, but continues reading
129129
at the last known position after a reload or restart. For more detail about
130130
the settings, see the reference docs for the
131-
<<seek,`seek` option>>.
131+
<<seek,`seek` option>>.
132132

133133
. (Optional) Set the <<include-matches,`include_matches`>> option
134134
to filter entries in journald before collecting any log events. This reduces the
135135
number of events that {beatname_uc} needs to process. For example, to fetch only
136-
Redis events from a Docker container tagged as `redis`, use:
136+
Redis events from a Docker container tagged as `redis`, use:
137137
+
138138
["source","sh",subs="attributes"]
139139
----
@@ -206,9 +206,12 @@ _{kibana-ref}/index.html[{kib} User Guide]_.
206206
[role="xpack"]
207207
==== Want to tail logs in real time?
208208

209-
Use the {infra-guide}/logs-ui-overview.html[Logs UI] in {kib}. The UI shows logs
209+
Use the Logs app in {kib}.
210+
For more details, see the {logs-guide}[Logs Monitoring Guide].
211+
212+
The Logs app shows logs
210213
from `filebeat-*` indices by default. To show {beatname_uc} indices, configure
211-
the source to include `journalbeat-*`. You can do this in the Logs UI when you
214+
the source to include `journalbeat-*`. You can do this in the Logs app when you
212215
configure the source, or you can modify the {kib} configuration. For example:
213216

214217
[source,yaml]

libbeat/docs/dashboards.asciidoc

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
//////////////////////////////////////////////////////////////////////////
1111

1212
ifdef::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].
1717
endif::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

2727
This 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

3030
Make sure Kibana is running before you perform this step. If you are accessing a
3131
secured 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
----
159159
endif::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
----
173173
endif::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
----
209209
endif::win_os[]
210210

libbeat/docs/gettingstarted.asciidoc

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ https://www.elastic.co/cloud/elasticsearch-service/signup[Try out the {es}
1515
Service for free].
1616
==============
1717

18-
After installing the {stack}, see the {beats} getting started guides:
18+
After installing the {stack}, see the {beats} getting started guides:
1919

2020
* {auditbeat-ref}/auditbeat-getting-started.html[Auditbeat]
2121
* {filebeat-ref}/filebeat-getting-started.html[Filebeat]
@@ -26,7 +26,6 @@ After installing the {stack}, see the {beats} getting started guides:
2626
* {packetbeat-ref}/packetbeat-getting-started.html[Packetbeat]
2727
* {winlogbeat-ref}/winlogbeat-getting-started.html[Winlogbeat]
2828

29-
If you're planning to use the
30-
{infra-guide}/infrastructure-ui-overview.html[Infrastructure] and
31-
{infra-guide}/logs-ui-overview.html[Logs] UIs in {kib}, also see the
32-
{infra-guide}/index.html[Infrastructure Monitoring Guide].
29+
If you're planning to use the Metrics app or the Logs app in {kib},
30+
also see the {metrics-guide}[Metrics Monitoring Guide]
31+
and the {logs-guide}[Logs Monitoring Guide].

libbeat/docs/overview.asciidoc

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,10 @@ image::./images/beats-platform.png[Beats Platform]
3030
To get started, see <<getting-started>>.
3131

3232
Want to get up and running quickly with infrastructure metrics monitoring and
33-
centralized log analytics? Try out the
34-
{infra-guide}/infrastructure-ui-overview.html[Infrastructure] and
35-
{infra-guide}/logs-ui-overview.html[Logs] UIs
36-
in {kib}. For setup details, see the {infra-guide}/index.html[Infrastructure
37-
Monitoring Guide].
33+
centralized log analytics?
34+
Try out the Metrics app and the Logs app in {kib}.
35+
For more details, see the {metrics-guide}[Metrics Monitoring Guide]
36+
and the {logs-guide}[Logs Monitoring Guide].
3837

3938
[float]
4039
=== Need to capture other kinds of data?

0 commit comments

Comments
 (0)