Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

output {
    xpolog {
        host => "localhost"
        port => 514
        protocol => "udp"
        logname => "my-log"
        procid => "1"
        logparameters => {
        xpologPath => "Root->my-folder"
        }
    }
}

  The following table describes the parameters of output element. 

...