Skip to content

Commit

Permalink
Add logstash engine protocol to manual
Browse files Browse the repository at this point in the history
  • Loading branch information
vquie committed Mar 24, 2017
1 parent 250a0b5 commit 91f2963
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/man/salt.7
Original file line number Diff line number Diff line change
Expand Up @@ -63390,6 +63390,7 @@ them onto a logstash endpoint.
logstash:
host: log.my_network.com
port: 5959
proto: tcp
.UNINDENT
.UNINDENT
.UNINDENT
Expand All @@ -63399,7 +63400,7 @@ logstash
.UNINDENT
.INDENT 0.0
.TP
.B salt.engines.logstash.start(host, port=5959, tag=\(aqsalt/engine/logstash\(aq)
.B salt.engines.logstash.start(host, port=5959, proto=\(aqtcp\(aq, tag=\(aqsalt/engine/logstash\(aq)
Listen to salt events and forward them to logstash
.UNINDENT
.SS salt.engines.reactor module
Expand Down

0 comments on commit 91f2963

Please sign in to comment.