Forum Discussion
Viprion F5 sending logs to Qradar need the slot number removed
Steps to remove "slot1/" from remote syslog.
https://support.f5.com/csp/article/K13333
1) tmsh modify /sys syslog remote-servers none
2) tmsh edit /sys syslog all-properties
3) Find the line "include none" and replace "none" with below include statement (press "i" for insert mode):
include "
options {
keep_hostname(no);
};
filter f_remote_loghost {
level(warn..emerg);
};
destination d_remote_loghost {
tcp(\"IP_SERVER_1\" port(514));
udp(\"IP_SERVER_2\" port(514));
};
log {
source(s_syslog_pipe);
filter(f_remote_loghost);
destination(d_remote_loghost);
};
"
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