Search found 43 matches

by newmember
Mon Oct 19, 2020 4:41 am
Forum: Nagios XI
Topic: LS indexes
Replies: 1
Views: 115

LS indexes

NLS uses a daily index currently. I have multiple clients with individual PCI requirements. For each client has 3 env. Prod, Staging, and Dev. Is this type of filtering supported by NLS? filter { if [log_type] in [ "prod", "staging", "dev" ] { mutate { add_field => { &q...
by newmember
Thu Jul 09, 2020 2:13 pm
Forum: Nagios Log Server
Topic: indexes encryption
Replies: 1
Views: 95

indexes encryption

Can we encrypt the indexes?
by newmember
Thu Jul 09, 2020 1:11 pm
Forum: Nagios Log Server
Topic: logstash upgrade
Replies: 1
Views: 95

logstash upgrade

could I replace the logstash version?

currently installed with nls:
ubuntu@ip-10-247-0-158:/usr/local/nagioslogserver/logstash/bin$ ./logstash -V
logstash 2.4.1

The one I would like is:
logstash release 7.8(current)

I am after the newer tools like 'dissect'

Thanks
by newmember
Thu Jul 09, 2020 12:59 pm
Forum: Nagios Log Server
Topic: quesrystring 'either'
Replies: 1
Views: 65

quesrystring 'either'

How does the quesrystring option 'either' work?
by newmember
Sun Mar 29, 2020 5:45 pm
Forum: Nagios Log Server
Topic: query syntax for searching for "#Success"
Replies: 2
Views: 143

Re: query syntax for searching for "#Success"

I am going to use a GROK statement to filter this into a feild and strip off the "#", a long with the other feilds in the logline.

Code: Select all

...
^#%{WORD:Result}
...

Thanks
by newmember
Sat Mar 28, 2020 3:15 pm
Forum: Nagios Log Server
Topic: query syntax for searching for "#Success"
Replies: 2
Views: 143

query syntax for searching for "#Success"

Good day,

I am trying to figure out to search for this string "#Success'

If I search for "#Success" I get all strings with 'success' missing the "#"

I tried regex /W+uccess \/W+uccess\

So I would like to query for the "#" and capital "S"


Thanks
by newmember
Fri Mar 20, 2020 12:18 pm
Forum: Nagios Log Server
Topic: Does the 'beats' logstash work in NagiosLS?
Replies: 1
Views: 130

Does the 'beats' logstash work in NagiosLS?

Nagios LS confguration - This accepts events: tcp { type => 'syslog' tags => 'filebeat' port => 2070 } When the events come in, they are in the beats format which looks like this, which I think is filebeats format: message: 2F4PF\aM\xC3I#\f\x9A0\xD6B\xAFE\x95\xF8u\xBC\xBA\x8A\u0017\e\u001Co\x9A\xF4+...
by newmember
Wed Sep 18, 2019 1:43 pm
Forum: Nagios Log Server
Topic: not seeing any events in the dashboard
Replies: 8
Views: 308

Re: not seeing any events in the dashboard

chekcing

no PM in my INBOX.

Thanks
by newmember
Wed Sep 18, 2019 11:23 am
Forum: Nagios Log Server
Topic: not seeing any events in the dashboard
Replies: 8
Views: 308

Re: not seeing any events in the dashboard

I PMed the files you asked for.

I am just checking in

Thanks
by newmember
Fri Sep 13, 2019 12:04 pm
Forum: Nagios Log Server
Topic: not seeing any events in the dashboard
Replies: 8
Views: 308

Re: not seeing any events in the dashboard

Looking at nagiosLS GUI:

I see some packets appearing in the GUI.

import_raw <133>Sep 13 10:55:52 server OCS_CALLED_TAG: # 2019/09/13 09:58:58


I dont see anything before and after the initial restart.

Thanks