Search found 13 matches

by animumrege
Thu Jul 13, 2017 3:39 pm
Forum: Nagios Log Server
Topic: Upcoming NLS Release?
Replies: 1
Views: 920

Upcoming NLS Release?

I see a new version of Nagios Fusion is coming out soon. Does this also mean we should expect nagios log server will be updated soon as well? Ive been waiting for this next version because I need a more up to date version of elasticsearch and also user access control which I understand is going to b...
by animumrege
Sat Jan 14, 2017 7:50 pm
Forum: Nagios Log Server
Topic: ES SSL Server Config
Replies: 1
Views: 770

ES SSL Server Config

I am pleased to say we have gotten most of our configuation working thanks to Nagios support here on the forums. For those just reading this, we are implementing a tiered NLS environment where multiple NLS instances will need to send data between each other. See the link here for details: https://su...
by animumrege
Mon Jan 02, 2017 2:06 pm
Forum: Nagios Log Server
Topic: NLS User access to specific index
Replies: 1
Views: 690

NLS User access to specific index

Is there a way in NLS to only allow users to view a specific index or indexes? For example, we can create multiple indexes based on departments using output as follows: output { elasticsearch { host => localhost cluster => "elasticsearch_prod" index => "dept_a" } } We would like ...
by animumrege
Fri Dec 23, 2016 11:15 am
Forum: Nagios Log Server
Topic: Tiered NLS Architecture
Replies: 19
Views: 12039

Re: Tiered NLS Architecture

The only additional question I have is how would I use SSL/TLS to secure this communication? Since it is outside of the configuration within NLS, we just want to make sure to configure it in the appropriate and supported manner. We are expecting that the NLS main system will live in AWS/Azure so we ...
by animumrege
Sat Dec 17, 2016 8:59 am
Forum: Nagios Log Server
Topic: Tiered NLS Architecture
Replies: 19
Views: 12039

Re: Tiered NLS Architecture

No idea why it wasnt working. It appears to be now. I am open to letting you see the config first hand if interested.
by animumrege
Fri Dec 16, 2016 11:39 am
Forum: Nagios Log Server
Topic: Tiered NLS Architecture
Replies: 19
Views: 12039

Re: Tiered NLS Architecture

That appears to be working. Awesome. So from a top level perspective when we add mode nodes to the cluster, can we load balance connections from the relay to the top tier by connecting to any node? As we add nodes we didn't know if we could connect to any node within the cluster or just the primary ...
by animumrege
Thu Dec 15, 2016 10:53 am
Forum: Nagios Log Server
Topic: Tiered NLS Architecture
Replies: 19
Views: 12039

Re: Tiered NLS Architecture

Ill PM you the logs.

Thanks
by animumrege
Wed Dec 14, 2016 3:48 pm
Forum: Nagios Log Server
Topic: Tiered NLS Architecture
Replies: 19
Views: 12039

Re: Tiered NLS Architecture

It appears that the systems are making a connection. However nothing showing up in the dashboards in the destination. On the relay NLS I ran netstat -na and got the following results. Source NLS is 192.168.x.112 Destination NLS is 192.168.x.113 Source netstat: tcp 0 0 192.168.x.112:56378 192.168.x.1...
by animumrege
Wed Dec 14, 2016 2:50 pm
Forum: Nagios Log Server
Topic: Tiered NLS Architecture
Replies: 19
Views: 12039

Re: Tiered NLS Architecture

Ok. Does NLS natively support communication with ES? I think during our quickstart we attempted this and ES wasnt configured to allow remote systems to connect directly.
by animumrege
Wed Dec 14, 2016 1:17 pm
Forum: Nagios Log Server
Topic: Tiered NLS Architecture
Replies: 19
Views: 12039

Re: Tiered NLS Architecture

Attach is a text file with filters etc contained within. This is directly from our NLS demo environment.

You will notice the filter relates to modifying the IP etc for geolocation. That appears to be working.

There are 2 outputs. We have tried both of them separately.