diff --git a/_beats/script/build_docs.sh b/_beats/script/build_docs.sh index b085233911e..3224b2c710c 100755 --- a/_beats/script/build_docs.sh +++ b/_beats/script/build_docs.sh @@ -37,5 +37,5 @@ do params="$params --resource=${resource_dir}" fi - $docs_dir/build_docs.pl $params --doc "$index" -out "$dest_dir" + $docs_dir/build_docs $params --doc "$index" --out "$dest_dir" done diff --git a/docs/copied-from-beats/outputconfig.asciidoc b/docs/copied-from-beats/outputconfig.asciidoc index 2eeea524ed2..4148c20b4e3 100644 --- a/docs/copied-from-beats/outputconfig.asciidoc +++ b/docs/copied-from-beats/outputconfig.asciidoc @@ -79,7 +79,7 @@ output.elasticsearch: If the Elasticsearch nodes are defined by `IP:PORT`, then add `protocol: https` to the yaml file. -["source","yaml",subs="attributes,callouts"] +[source,yaml] ------------------------------------------------------------------------------ output.elasticsearch: hosts: ["localhost"]