glossy icon indicating copy to clipboard operation
glossy copied to clipboard

timestamp starting with year not recognized

Open bangert opened this issue 8 years ago • 0 comments

Hi,

we have a device which uses the following date format, which glossy does not recognize

2017 Sep 28 14:12:18 hostname Security: startup-config was changed by user1 from ssh client 192.168.0.1

glossy parses this to

originalMessage=<14>2017 Sep 28 14:12:18 hostname Security: startup-config was changed by user1 from ssh client 192.168.0.1 ,
prival=14,
facilityID=1,
severityID=6,
facility=user,
severity=info,
type=RFC3164,
time=undefined,
host=14:12:18,
message=hostname Security: startup-config was changed by user1 from ssh client 192.168.0.1

Just for the record: This is a brocade icx6650 with version 8 firmware.

It would be nice, if glossy could parse this timestamp format as well.

bangert avatar Sep 28 '17 12:09 bangert