What is the difference between timereported and timegenerated? - rsyslog

Each message that is received by rsyslog is usually available with two timestamps. They can be accessed by using the properties “timereported” and “timegenerated”. “timegenerated” is always the time when rsyslog generated the message object on the local machine. That actually means it is the time w…