Search found 11 matches

by DhananjayaPatil
Tue Nov 09, 2021 9:30 am
Forum: Nagios Log Server
Topic: How to add User Group from the backend of Nagios Log Server
Replies: 2
Views: 375

How to add User Group from the backend of Nagios Log Server

Hi Team, There is a user group which we wanted to add from our AD to the Nagios Log Server. We found that the group which we are trying to add is not appearing in the User Management Page. We were thinking of a work around to add this user group to the users list of Nagios Log Server from the backen...
by DhananjayaPatil
Mon Nov 08, 2021 4:45 am
Forum: Nagios Log Server
Topic: Graphs or Data in the table don't appear in the dashboard
Replies: 1
Views: 279

Graphs or Data in the table don't appear in the dashboard

Hi Team, Facing this issue recently, after I select 30 days in timeline of a dashboard, sometimes data is present in the table but doesn't appear and Graphs appear. And sometimes, its the other way around. I could temporarily resolve this issue by restarting logstash and elasticsearch services. But ...
by DhananjayaPatil
Mon Nov 08, 2021 3:37 am
Forum: Nagios Log Server
Topic: Adding an instance to cluster after licensing
Replies: 5
Views: 389

Re: Adding an instance to cluster after licensing

Hi gsmith,

Just to clarify, please confirm the following:

1. Can a license which is procured for 4 server instance be applied on a cluster containing 3 servers?

2. If #1 is yes, can we add a brand new server after 20-30 days of applying the license.

Thanks
by DhananjayaPatil
Mon Nov 08, 2021 2:03 am
Forum: Nagios Log Server
Topic: Customizing Nagios Log Server Home page
Replies: 3
Views: 356

Re: Customizing Nagios Log Server Home page

Hi pbroste,

Just wanted to know one more thing, is the homepage modifiable from the frontend itself ?

Thanks
by DhananjayaPatil
Mon Nov 08, 2021 12:59 am
Forum: Nagios Log Server
Topic: Getting a _grokparsefailure tag in log data
Replies: 3
Views: 405

Re: Getting a _grokparsefailure tag in log data

Hi gsmith, Heres the filter called TestFilter which I have used. if [program] == 'LinuxFilterTest' { grok { match => [ 'message', '%{WORD:first_word} %{WORD:second_word} % {GREEDYDATA:everything_else}' ] } } As you can see, its exactly same as the one provided in the documentation. Let me know what ...
by DhananjayaPatil
Thu Nov 04, 2021 2:03 am
Forum: Nagios Log Server
Topic: Getting a _grokparsefailure tag in log data
Replies: 3
Views: 405

Getting a _grokparsefailure tag in log data

Hi Team, I was following the below guide to test filters: https://assets.nagios.com/downloads/nagios-log-server/docs/Configuring-Nagios-Log-Server-Filters.pdf But getting a _grokparsefailure in the tag of log data even after following guide from point to point. Kindly provide your valuable inputs in...
by DhananjayaPatil
Thu Nov 04, 2021 12:56 am
Forum: Nagios Log Server
Topic: Customizing Nagios Log Server Home page
Replies: 3
Views: 356

Customizing Nagios Log Server Home page

Hi Team,

We wanted to have a home page in Nagios Log Server more inclined towards the stats of hosts from which we are receiving logs.
Is there any way we can completely customize the home page?

Thanks in advance
by DhananjayaPatil
Wed Nov 03, 2021 11:39 pm
Forum: Nagios Log Server
Topic: Customizing %last10alertlogs% macros in Email Template
Replies: 3
Views: 340

Re: Customizing %last10alertlogs% macros in Email Template

Hi ssax,

We were using this macro to get last 10 alerts and getting all fields on the email.
We wanted to customize it in such a way that we get only few fields and not all fields.

Thanks
by DhananjayaPatil
Wed Nov 03, 2021 11:37 pm
Forum: Nagios Log Server
Topic: Adding an instance to cluster after licensing
Replies: 5
Views: 389

Re: Adding an instance to cluster after licensing

Hi gsmith,

Yes, we do have data on standalone machine. So what happens in this scenario?

Thanks
by DhananjayaPatil
Wed Nov 03, 2021 4:43 am
Forum: Nagios Log Server
Topic: Customizing %last10alertlogs% macros in Email Template
Replies: 3
Views: 340

Customizing %last10alertlogs% macros in Email Template

Hi Team,

How to customize the %last10alertlogs% in an Email Template.

Thanks in advance