Forum Discussion

Zdenda's avatar
Zdenda
Icon for Cirrus rankCirrus
Jan 14, 2026
Solved

Syslog server not visible in GUI

We have F5s on v16.1.6.1  and I see that we have syslog servers configured. API and TMSH show it is there. But GUI does not show any server being configured. We do have the same issue on multiple F5s, I do not know how they were configured, whether via GUI or TMSH.

 

username@(my.lb)(cfg-sync Changes Pending)(Active)(/Common)(tmos)# list sys syslog

sys syslog {

include "

filter f_remote_loghost {

level(notice..emerg);

};

 

destination d_remote_loghost {

tcp(\"10.90.9.1\" port(5150));

udp(\"20.90.9.1\" port(514));

};

 

log {

source(s_syslog_pipe);

filter(f_remote_loghost);

destination(d_remote_loghost);

};

"

}

 

 

Do you know what could be the reason for this? Have anyone got the same issue?

Thanks

  • There sould also exist a part like below in your config in order to be show on GUI
    but this will not work for TCP

    remote-servers {

    remotesyslog1 {

    host 10.90.9.1

    remote-port 5150

    }

    remotesyslog2 {

    host 20.90.9.1

    }

    }

     

1 Reply

  • There sould also exist a part like below in your config in order to be show on GUI
    but this will not work for TCP

    remote-servers {

    remotesyslog1 {

    host 10.90.9.1

    remote-port 5150

    }

    remotesyslog2 {

    host 20.90.9.1

    }

    }