101 · Question #121
What are some changes that must be made on the GTM System so that log messages are sent to centralized System Log servers?
The correct answer is B. The IP address of the server must be added to the syslogng.conf file.. To forward GTM log messages to a remote syslog server, the server IP address must be added to the syslog-ng.conf file, which controls the syslog-ng daemon used for logging on F5 systems.
Question
What are some changes that must be made on the GTM System so that log messages are sent to centralized System Log servers?
Options
- AThe IP address of the server must be added to the wideip.conf file.
- BThe IP address of the server must be added to the syslogng.conf file.
- CThe IP address of the server and valid userid/password combination must be added to the
- DThe IP address of the server and valid userid/password combination must be added to the syslog
How the community answered
(52 responses)- A6% (3)
- B88% (46)
- C2% (1)
- D4% (2)
Why each option
To forward GTM log messages to a remote syslog server, the server IP address must be added to the syslog-ng.conf file, which controls the syslog-ng daemon used for logging on F5 systems.
The wideip.conf file stores Wide IP and DNS configuration for GTM, and has no role in defining syslog or remote logging destinations.
F5 GTM uses syslog-ng as its logging daemon, and remote log destinations are configured by adding the server IP address to /etc/syslog-ng/syslog-ng.conf. This file controls where log messages are forwarded, and it is the required configuration point for enabling centralized log collection from a GTM system.
Standard syslog-ng remote forwarding does not require a userid/password combination - only the destination IP address and port are needed, as syslog uses UDP/TCP transport without built-in authentication.
Basic syslog forwarding to a remote server does not involve authentication credentials; the syslog-ng protocol forwards messages to a destination by IP and port only, with no login mechanism.
Concept tested: GTM remote syslog-ng centralized logging configuration
Source: https://support.f5.com/csp/article/K13080
Topics
Community Discussion
No community discussion yet for this question.