From 250a0b5ab46e72f65bb682f0590baf7a1ed736b8 Mon Sep 17 00:00:00 2001 From: Vitali Quiering Date: Fri, 24 Mar 2017 17:01:38 +0100 Subject: [PATCH] Add logstash engine protocol to engines doc --- doc/topics/engines/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/topics/engines/index.rst b/doc/topics/engines/index.rst index 8b47ad2620af..5fbc99a0b930 100644 --- a/doc/topics/engines/index.rst +++ b/doc/topics/engines/index.rst @@ -25,6 +25,7 @@ Salt engines are configured under an ``engines`` top-level section in your Salt - logstash: host: log.my_network.com port: 5959 + proto: tcp Salt engines must be in the Salt path, or you can add the ``engines_dirs`` option in your Salt master configuration with a list of directories under which Salt attempts to find Salt engines.