Forum Discussion

Andy_O_4935's avatar
Andy_O_4935
Icon for Nimbostratus rankNimbostratus
Oct 31, 2011

High Speed logging using HSL

With the command "HSL::open -proto UDP -pool syslog_server_pool ", how exactly and where is the pool of remote syslog servers configured ?

 

What I understand is that syslog-ng is not used to define the server, otherwise it will defeat the purpose of High Speed Logging.

 

Thanks

2 Replies

  • HSL does not use syslog-ng.

    the syslog_server_pool is a normal pool.

    e.g.

    [root@iris:Active] config  b pool syslog_server_pool member 1.1.1.1:514 add
    [root@iris:Active] config  b pool syslog_server_pool list
    pool syslog_server_pool {
       members 1.1.1.1:shell {}
    }