Skip to content

Commit ead4e8b

Browse files
authored
Docs: Asciidoctor compatibility (#2567) (#2568) (#2569)
Fixes all build errors I found when trying to build the docs using asciidoctor.
1 parent 607794d commit ead4e8b

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

docs/copied-from-beats/monitoring/monitoring-beats.asciidoc

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ information, see
3737
configured the {es} output and want to send {beatname_uc} monitoring events to
3838
the same {es} cluster, specify the following minimal configuration:
3939
+
40-
--
4140
["source","yml",subs="attributes"]
4241
--------------------
4342
monitoring:
@@ -46,11 +45,11 @@ monitoring:
4645
username: {beat_monitoring_user}
4746
password: somepassword
4847
--------------------
49-
48+
+
5049
If you configured a different output, such as {ls} or you want to send {beatname_uc}
5150
monitoring events to a separate {es} cluster (referred to as the _monitoring cluster_),
5251
you must specify additional configuration options. For example:
53-
52+
+
5453
["source","yml",subs="attributes"]
5554
--------------------
5655
monitoring:
@@ -62,7 +61,6 @@ monitoring:
6261
--------------------
6362
<1> This setting identifies the hosts and port numbers of {es} nodes
6463
that are part of the monitoring cluster.
65-
--
6664

6765
. {kibana-ref}/monitoring-xpack-kibana.html[Configure monitoring in {kib}].
6866

docs/copied-from-beats/shared-ssl-config.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ You can specify SSL options when you configure:
66
* <<configuring-output,outputs>> that support SSL
77
ifeval::["{beatname_lc}"!="apm-server"]
88
* the <<setup-kibana-endpoint,Kibana endpoint>>
9-
endif::["{beatname_lc}"!="apm-server"]
9+
endif::[]
1010
ifeval::["{beatname_lc}"=="heartbeat"]
1111
* <<configuration-heartbeat-options,{beatname_uc} monitors>> that support SSL
1212
endif::[]

0 commit comments

Comments
 (0)