I disabled my input from Windows Event Log on port 3515 and applied the changes, but I am still getting Windows Events in my queries.
Thoughts to why this is still accepting Windows events?
Inputs: Windows disabled at 10:30am est
Events appeared to stop for a bit.
Nagios LS still receiving event log events - Resolved
Nagios LS still receiving event log events - Resolved
You do not have the required permissions to view the files attached to this post.
Last edited by newmember on Wed Jun 12, 2019 1:37 pm, edited 1 time in total.
Re: Nagios LS still receiving event log events
OK
So I changed the Host from a "servername" to a "fully qualified domain name" in the nxlog conf file.
This reduced and/or eliminated the extra windows events coming from the nxlog.exe.
BEFORE
<Output out>
Module om_tcp
Host hnapxlamslog01
Port 3515
Exec $tmpmessage = $Message; delete($Message); rename_field("tmpmessage","message");
Exec $raw_event = to_json();
# Uncomment for debug output
# Exec file_write('%ROOT%\data\nxlog_output.log', $raw_event + "\n");
</Output>
AFTER
<Output out>
Module om_tcp
Host hnapxlamslog01.corp.com
Port 3515
Exec $tmpmessage = $Message; delete($Message); rename_field("tmpmessage","message");
Exec $raw_event = to_json();
# Uncomment for debug output
# Exec file_write('%ROOT%\data\nxlog_output.log', $raw_event + "\n");
</Output>
Packets creating extra windows events:
The Windows Filtering Platform has permitted a connection.
Application Information:
Process ID: 1932
Application Name: \device\harddiskvolume2\program files (x86)\nxlog\nxlog.exe
Network Information:
Direction: Outbound
Source Address: 17X.108.7X0.5
Source Port: 59557
Destination Address: 17X.1X8.X74.80
Destination Port: 3515
Protocol: 6
Filter Information:
Filter Run-Time ID: 69447
Layer Name: Connect
Layer Run-Time ID: 48
So I changed the Host from a "servername" to a "fully qualified domain name" in the nxlog conf file.
This reduced and/or eliminated the extra windows events coming from the nxlog.exe.
BEFORE
<Output out>
Module om_tcp
Host hnapxlamslog01
Port 3515
Exec $tmpmessage = $Message; delete($Message); rename_field("tmpmessage","message");
Exec $raw_event = to_json();
# Uncomment for debug output
# Exec file_write('%ROOT%\data\nxlog_output.log', $raw_event + "\n");
</Output>
AFTER
<Output out>
Module om_tcp
Host hnapxlamslog01.corp.com
Port 3515
Exec $tmpmessage = $Message; delete($Message); rename_field("tmpmessage","message");
Exec $raw_event = to_json();
# Uncomment for debug output
# Exec file_write('%ROOT%\data\nxlog_output.log', $raw_event + "\n");
</Output>
Packets creating extra windows events:
The Windows Filtering Platform has permitted a connection.
Application Information:
Process ID: 1932
Application Name: \device\harddiskvolume2\program files (x86)\nxlog\nxlog.exe
Network Information:
Direction: Outbound
Source Address: 17X.108.7X0.5
Source Port: 59557
Destination Address: 17X.1X8.X74.80
Destination Port: 3515
Protocol: 6
Filter Information:
Filter Run-Time ID: 69447
Layer Name: Connect
Layer Run-Time ID: 48
You do not have the required permissions to view the files attached to this post.
Re: Nagios LS still receiving event log events
Forget that I still saw the windows events.
I likely forgot to "apply" the changes after I de-activated the windows event input.
Thanks
I likely forgot to "apply" the changes after I de-activated the windows event input.
Thanks
-
npolovenko
- Support Tech
- Posts: 3457
- Joined: Mon May 15, 2017 5:00 pm
Re: Nagios LS still receiving event log events
@newmember, I see. Seems like the problem is now resolved. Are we good to close this thread as resolved?
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: Nagios LS still receiving event log events - Resolved
resolved please close this Case
Thanks
Thanks