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

This support forum board is for support questions relating to Nagios Log Server, our solution for managing and monitoring critical log data.
Locked
DhananjayaPatil
Posts: 11
Joined: Fri Oct 22, 2021 8:06 am

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

Post by DhananjayaPatil »

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 backend of the Log Server itself.

Kindly provide us with the path of the file containing user data stored in server or let us know if there's any better way to resolve this issue.

Thanks in advance.
User avatar
pbroste
Posts: 1288
Joined: Tue Jun 01, 2021 1:27 pm

Re: How to add User Group from the backend of Nagios Log Ser

Post by pbroste »

Hello @DhananjayaPatil

Thanks for reaching out, we see that there is currently a feature request to add User groups. Here is an 'api' command that will provide a current list"
  • Code: Select all

    curl -XGET 'http://localhost:9200/nagioslogserver/user/_search?q=_type:user'
Please let us know if we can help point to other options,
Perry
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: How to add User Group from the backend of Nagios Log Ser

Post by ssax »

In addition to what @pbroste posted, Nagios Log Server doesn't currently support AD/LDAP groups other than importing individual users from those groups. The group would never show in in Log Server, only the individual imported users.
Locked