Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _beats/script/build_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ do
params="$params --resource=${resource_dir}"
fi

$docs_dir/build_docs $params --doc "$index" --out "$dest_dir"
$docs_dir/build_docs --asciidoctor $params --doc "$index" --out "$dest_dir"
done
6 changes: 3 additions & 3 deletions docs/copied-from-beats/command-reference.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ This command sets up the environment without actually running

*SYNOPSIS*

tag::setup-command-tag[]
// tag::setup-command-tag[]
["source","sh",subs="attributes"]
----
{beatname_lc} setup [FLAGS]
Expand Down Expand Up @@ -662,7 +662,7 @@ template, ILM policy, and write alias (if supported and configured).
ifdef::apm-server[]
*`--pipelines`*::
Registers the <<configuring-ingest-node,pipeline>> definitions set in `ingest/pipeline/definition.json`.
end::apm-server[]
endif::apm-server[]

*`--template`*::
deprecated:[7.2]
Expand Down Expand Up @@ -722,7 +722,7 @@ ifdef::apm-server[]
endif::apm-server[]

endif::[]
end::setup-command-tag[]
// end::setup-command-tag[]

[[test-command]]
==== `test` command
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

You can use the {stack} {monitor-features} to gain insight into the health of
ifndef::apm-server[]
{beatname_uc} agents running in your environment.
{beatname_uc} instances running in your environment.
endif::[]
ifdef::apm-server[]
{beatname_uc}.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,13 @@ monitoring:
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:
If you
ifndef::no_logstash_output[]
configured a different output, such as {ls} or you
endif::[]
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"]
--------------------
Expand All @@ -65,11 +69,11 @@ monitoring:
that are part of the monitoring cluster.

ifndef::serverless[]
. <<{beatname_lc}-starting,Start {beatname_uc}>>.
. Start {beatname_uc}.
endif::[]

ifdef::serverless[]
. <<{beatname_lc}-deploying,Deploy {beatname_uc}>>.
. Deploy {beatname_uc}.
endif::[]

. {kibana-ref}/monitoring-data.html[View the monitoring data in {kib}].
Expand Down
Loading