Skip to content

Commit

Permalink
Docs: Asciidoctor compatibility (#2567) (#2568) (#2569)
Browse files Browse the repository at this point in the history
Fixes all build errors I found when trying to build the docs using
asciidoctor.
  • Loading branch information
nik9000 authored Aug 16, 2019
1 parent 607794d commit ead4e8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions docs/copied-from-beats/monitoring/monitoring-beats.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ information, see
configured the {es} output and want to send {beatname_uc} monitoring events to
the same {es} cluster, specify the following minimal configuration:
+
--
["source","yml",subs="attributes"]
--------------------
monitoring:
Expand All @@ -46,11 +45,11 @@ monitoring:
username: {beat_monitoring_user}
password: somepassword
--------------------

+
If you configured a different output, such as {ls} or you want to send {beatname_uc}
monitoring events to a separate {es} cluster (referred to as the _monitoring cluster_),
you must specify additional configuration options. For example:

+
["source","yml",subs="attributes"]
--------------------
monitoring:
Expand All @@ -62,7 +61,6 @@ monitoring:
--------------------
<1> This setting identifies the hosts and port numbers of {es} nodes
that are part of the monitoring cluster.
--

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

Expand Down
2 changes: 1 addition & 1 deletion docs/copied-from-beats/shared-ssl-config.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ You can specify SSL options when you configure:
* <<configuring-output,outputs>> that support SSL
ifeval::["{beatname_lc}"!="apm-server"]
* the <<setup-kibana-endpoint,Kibana endpoint>>
endif::["{beatname_lc}"!="apm-server"]
endif::[]
ifeval::["{beatname_lc}"=="heartbeat"]
* <<configuration-heartbeat-options,{beatname_uc} monitors>> that support SSL
endif::[]
Expand Down

0 comments on commit ead4e8b

Please sign in to comment.