mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Documentation
This commit is contained in:
parent
d00314d18b
commit
8297c2c48e
1 changed files with 20 additions and 0 deletions
|
@ -110,6 +110,26 @@ loaded as simply ``redis``:
|
|||
return False
|
||||
return __virtualname__
|
||||
|
||||
Event Returners
|
||||
===============
|
||||
|
||||
For maximimum visibility into the history of events across a Salt
|
||||
infrastructure, all events seen by a salt master may be logged to a returner.
|
||||
|
||||
To enable event logging, set the ``event_return`` configuration option in the
|
||||
master config to returner which should be designated as the handler for event
|
||||
returns.
|
||||
|
||||
.. note::
|
||||
Not all returners support event returns. Verify a returner has an
|
||||
``event_return()`` function before using.
|
||||
|
||||
.. note::
|
||||
On larger installations, many hundreds of events may be generated on a
|
||||
busy master every second. Be certain to closely monitor the storage of
|
||||
a given returner as Salt can easily overwhealm an underpowered server
|
||||
with thousands of returns.
|
||||
|
||||
Full List of Returners
|
||||
======================
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue