Forum Discussion
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 TCPremote-servers {
remotesyslog1 {
host 10.90.9.1
remote-port 5150
}
remotesyslog2 {
host 20.90.9.1
}
}
1 Reply
- Injeyan_Kostas
Nacreous
There sould also exist a part like below in your config in order to be show on GUI
but this will not work for TCPremote-servers {
remotesyslog1 {
host 10.90.9.1
remote-port 5150
}
remotesyslog2 {
host 20.90.9.1
}
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com