Right now only problems are unix, and network devices (windows with nxlog works fine)
Even localhost (nagios log server its self) has the same problem.
Did I miss any settings regarding timezone?
example from localhost (NLS) with 2 hour delay:
event from dashboard with (timestamp of dashboard shows correct time 2024-08-27T14:18:39.000+02:00)
Code: Select all
{
"_index": "logstash-2024.08.27",
"_type": "syslog",
"_id": "AZGTWEINceUxifmuEGoe",
"_score": null,
"_source": {
"message": "kauditd_printk_skb: 573 callbacks suppressed\n",
"@version": "1",
"@timestamp": "2024-08-27T12:18:39.000Z",
"type": "syslog",
"host": "127.0.0.1",
"priority": 4,
"timestamp": "Aug 27 12:18:39",
"logsource": "nagiosls",
"program": "kernel",
"severity": 4,
"facility": 0,
"facility_label": "kernel",
"severity_label": "Warning"
},
"highlight": {
"message": [
"kauditd_printk_skb: @start-highlight@573@end-highlight@ @start-highlight@callbacks@end-highlight@ @start-highlight@suppressed@end-highlight@\n"
]
},
"sort": [
1724761119000,
1724761119000
]
}
Code: Select all
root@nagiosls:/var/log# cat syslog |grep "kauditd_printk_skb: 573 callbacks suppressed"
2024-08-27T12:18:39.877252+02:00 nagiosls kernel: kauditd_printk_skb: 573 callbacks suppressed
system info:
Code: Select all
full=2024R1.1
major=2024
minor=1.1
releasedate=2024-07-16
release=3100
VERSION=3100
Code: Select all
Description: Ubuntu 24.04 LTS
Linux version 6.8.0-41-generic (buildd@lcy02-amd64-100) (x86_64-linux-gnu-gcc-13 (Ubuntu 13.2.0-23ubuntu4) 13.2.0, GNU ld (GNU Binutils for Ubuntu) 2.42) #41-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 2 20:41:06 UTC 2024
Code: Select all
root@nagiosls:/var/log# timedatectl
Local time: Tue 2024-08-27 14:43:55 CEST
Universal time: Tue 2024-08-27 12:43:55 UTC
RTC time: Tue 2024-08-27 12:43:55
Time zone: Europe/Ljubljana (CEST, +0200)
System clock synchronized: yes
NTP service: n/a
RTC in local TZ: no
Code: Select all
Cluster Timezone
(UTC+01:00) Ljubljana
thank you.