mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add logstash engine protocol to manual
This commit is contained in:
parent
250a0b5ab4
commit
91f2963922
1 changed files with 2 additions and 1 deletions
|
@ -63390,6 +63390,7 @@ them onto a logstash endpoint.
|
|||
logstash:
|
||||
host: log.my_network.com
|
||||
port: 5959
|
||||
proto: tcp
|
||||
.UNINDENT
|
||||
.UNINDENT
|
||||
.UNINDENT
|
||||
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue