/
How do I get rsyslog to log timestamps and IP addresses from remote machines?
How do I get rsyslog to log timestamps and IP addresses from remote machines?
Change the following in /etc/rsyslog.conf:
#### GLOBAL DIRECTIVES ####
# Use default timestamp format
$ActionFileDefaultTemplate RSYSLOG_TraditionalFileFormat
to this:
#### GLOBAL DIRECTIVES ####
$template myFormat,"%fromhost-ip% %rawmsg%\n"
$ActionFileDefaultTemplate myFormat
, multiple selections available,
Related content
Configuring an Rsyslog Server
Configuring an Rsyslog Server
More like this
How do I configure rsyslog server to accept incoming syslog messages from Swarm products?
How do I configure rsyslog server to accept incoming syslog messages from Swarm products?
More like this
How to fix rsyslog default logging template on Rocky Linux8/RHEL8
How to fix rsyslog default logging template on Rocky Linux8/RHEL8
More like this
Configuring External Logging
Configuring External Logging
More like this
Forwarding syslog to a remote central server on Rocky Linux 8
Forwarding syslog to a remote central server on Rocky Linux 8
More like this
Missing debug level logs
Missing debug level logs
More like this
© DataCore Software Corporation. · https://www.datacore.com · All rights reserved.