Search found 6 matches

by bricehutch
Thu Jul 27, 2017 2:06 pm
Forum: Nagios Log Server
Topic: Filtering out white noise
Replies: 7
Views: 301

Re: Filtering out white noise

Does not appear to be any special characters when i query in the UI. The event is from the security logs on Windows domain controllers, all of the DCs i'm using as inputs are generating these. event ID 4634 - an account was logged off. ngxiadmin is the account that my NGXI instance uses to authentic...
by bricehutch
Thu Jul 27, 2017 10:06 am
Forum: Nagios Log Server
Topic: Filtering out white noise
Replies: 7
Views: 301

Re: Filtering out white noise

filters conf below, screen shot of parsed field attached. I've also tried this config with TargetUserName.raw to the same result. [root@PC5-NXLOG conf.d]# cat 500_filters.conf # # Logstash Configuration File # Dynamically created by Nagios Log Server # # DO NOT EDIT THIS FILE. IT WILL BE OVERWRITTEN...
by bricehutch
Wed Jul 26, 2017 1:00 pm
Forum: Nagios Log Server
Topic: Filtering out white noise
Replies: 7
Views: 301

Re: Filtering out white noise

So that almost worked. I can use that format to filter other fields if [type] == 'eventlog' { if [Severity] == 'INFO' and [Workstation] == 'xxxxxxxx' { drop {} } } This drops anything with severity INFO from one machine that I don't care about seeing. I confirmed that I can filter on items like seve...
by bricehutch
Wed Jul 26, 2017 10:25 am
Forum: Nagios Log Server
Topic: Filtering out white noise
Replies: 7
Views: 301

Filtering out white noise

I have a lot of white noise going on in my events, to the tune of 500k a day from this one source that I would liketo filter out. I'm trying the following to filter it out but it doesn't seem to be working. Not sure if TargetUserNane is the correct way to call it in the filter, but that's what it sh...
by bricehutch
Thu Jun 29, 2017 1:30 pm
Forum: Nagios Log Server
Topic: Log Server Fragmented Events
Replies: 3
Views: 166

Re: Log Server Fragmented Events

Wow, that was easy. Used that config and just added my own <QueryList> inside the Imput tags that were there and it's working perfectly. Thanks!

Resolved, can consider closed.
by bricehutch
Thu Jun 29, 2017 10:27 am
Forum: Nagios Log Server
Topic: Log Server Fragmented Events
Replies: 3
Views: 166

Log Server Fragmented Events

Hi everyone. Already an XI customer, testing out Log Server to see if it works for our needs so we can move away from our current product when it expires. I got the server up and running with only a few road blocks, and I'm now testing with just one DC sending logs, But I have this problem and I don...