Skip to content

Commit

Permalink
[docs] Update documentation copied from beats (elastic#2131)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorelli25 committed May 23, 2019
1 parent cae4731 commit dc5d89c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _beats/script/build_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion docs/copied-from-beats/outputconfig.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit dc5d89c

Please sign in to comment.