Blocker (om_blocker)
Configuration
The om_blocker module accepts only the common module directives.
Examples
Example 1. Testing Buffering With the om_blocker Module
Because the route in this configuration is blocked, this will test the behavior of the configured memory-based buffer.
nxlog.conf
<Input uds>
    Module      im_uds
    UDS         /dev/log
</Input>
<Processor buffer>
    Module      pm_buffer
    WarnLimit   512
    MaxSize     1024
    Type        Mem
</Processor>
<Output blocker>
    Module      om_blocker
</Output>
<Route uds_to_blocker>
    Path        uds => buffer => blocker
</Route>