Forum Discussion
Remote Logging Setup through F5 GUI
Hi Dev Central Team,
I'm running 11.6 Hotfix 3 on a active/standby physical F5 pair. I want to enable remote logging so i can see when pool members are marked down, etc. Going to System, Logs, Configuration, Remote Logging I can see the following dialog window: Remote IP: Remote Port: 514 Local IP: Remote Syslog Server List (with Add/Delete buttons) Update
However, i plugin these values, and click on update, nothing happens: Remote IP: Remote Port: 514 Click on Update
I've seen others running command line options like the below, but that seems odd since there is a GUI available with visible option to Add/Update, etc. Any idea how to get the GUI working? I'm not keen on running these commands, and have no QA lab to try them in first, so it just seems dangerous, and kludgy, especially considering the price tag on this thing.
-
Create route (or check default gateway on management interface) tmsh create sys management-route IP_SYSLOG gateway IP_GATEWAY_ADMIN
-
Delete previous syslog configuration (if it was) tmsh modify sys syslog include none
-
Configure syslog (At least use this command, if you work with UDP syslog, just replace tcp by udp) tmsh modify sys syslog include "destination remote_server {tcp(\"IP_SYSLOG\" port (514));};filter f_alllogs {level (debug...emerg);};log {source(local);filter(f_alllogs);destination(remote_server);};"
-
Commit the configuration tmsh save sys config
from: https://devcentral.f5.com/questions/configuring-syslog-server-in-f5-to-send-all-logs
8 Replies
- shaggy_121467
Cumulonimbus
sorry to ask the obvious - did you click "add" before you clicked "update"?
- keith_varga_107
Nimbostratus
yeah, i'm filling in the Remote IP section with the address of my syslog server, the port is already filled in as 514, the Local IP says (optional). So, after filling in the Remote IP, i cannot click anything (Tried Add, Edit, Delete, Update, etc) - shaggy_121467
Cumulonimbus
are you using a user account with "administrator" privileges? If so, I recommend opening a support case. I don't know if something changed in v11.6 (I am testing in 11.5.x with no issues) or if you're hitting a UI-related bug.
- shaggy
Nimbostratus
sorry to ask the obvious - did you click "add" before you clicked "update"?
- keith_varga_107
Nimbostratus
yeah, i'm filling in the Remote IP section with the address of my syslog server, the port is already filled in as 514, the Local IP says (optional). So, after filling in the Remote IP, i cannot click anything (Tried Add, Edit, Delete, Update, etc) - shaggy
Nimbostratus
are you using a user account with "administrator" privileges? If so, I recommend opening a support case. I don't know if something changed in v11.6 (I am testing in 11.5.x with no issues) or if you're hitting a UI-related bug.
- cjunior
Nacreous
Hi varga, sorry for the obvious too. Your listener is a TCP or UDP protocol?
- keith_varga_107
Nimbostratus
LOL, it works in Chrome, just not IE. so, it's just a browser thing. sorry for the noise everyone!
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