NXlog sends the same logs after PC reboot
Tags:
#1
Alexander
Hi!
I have an issue with NXlog CE 2.10.2102.
I noticed that nxlog send the same log many times on some PCs. This happends when the PC reboot. I found that the file "configcache.dat" is not always overwritten.
How to avoid this issue?
Here is a part of my conf
Module pm_buffer
MaxSize 61440
Type Disk
WarnLimit 49152
Module im_msvistalog
SavePos TRUE
Query \
\
\
* \
* \
* \
\
if $EventID>=5151 and $EventID in_win_eventlog_buffer_disk => out_logs_pref
#1
Alexander
Hi!
I have an issue with NXlog CE 2.10.2102.
I noticed that nxlog send the same log many times on some PCs. This happends when the PC reboot. I found that the file "configcache.dat" is not always overwritten.
How to avoid this issue?
Here is a part of my conf
Module pm_buffer
MaxSize 61440
Type Disk
WarnLimit 49152
Module im_msvistalog
SavePos TRUE
Query \
\
\
* \
* \
* \
\
if $EventID>=5151 and $EventID in_win_eventlog_buffer_disk => out_logs_pref
You'll need to find out why it is not updating configcache.dat. Perhaps the service shutdown is not leaving enough time for it to process what it needs to.
The NXLog EE has CacheFlushInterval that may help.