You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@metron.apache.org by Euan Hope <ho...@gmail.com> on 2020/02/15 04:45:42 UTC

Alerts UI user metrics dashboard

Hello Metron community.

Is it possible to get information that shows which users have logged into
the Metron Alerts UI? We would like to create a dashboard with metrics of
usage of the Metron Alerts UI.

Hoping there might be someone that can share some insight regarding this.

Thank you!

Re: Alerts UI user metrics dashboard

Posted by Euan Hope <ho...@gmail.com>.
Thank you so much for the help with this. We applied these suggestions and this provided the information that would be needed for the user metrics dashboard. Thanks again for your help with this.

On 2020/02/15 16:52:25, Nick Allen <ni...@nickallen.org> wrote: 
> Try enabling debug logging for the REST service.  You should be able to add
> this option under Ambari > Metron > Config > REST.
> 
> --logging.level.org.apache.metron.rest=DEBUG ­­
> --logging.level.org.springframework.security=DEBUG
> 
> After restarting the REST service, you should find some auth related
> logging in /var/log/metron/metron-rest.log that will include the users that
> have logged in.
> 
> 
> 
> 
> On Fri, Feb 14, 2020 at 11:45 PM Euan Hope <ho...@gmail.com> wrote:
> 
> > Hello Metron community.
> >
> > Is it possible to get information that shows which users have logged into
> > the Metron Alerts UI? We would like to create a dashboard with metrics of
> > usage of the Metron Alerts UI.
> >
> > Hoping there might be someone that can share some insight regarding this.
> >
> > Thank you!
> >
> 

Re: Alerts UI user metrics dashboard

Posted by Michael Miklavcic <mi...@gmail.com>.
Here is some further detail in the rest app docs
https://github.com/apache/metron/blob/master/metron-interface/metron-rest/README.md#logging

On Sat, Feb 15, 2020, 9:53 AM Nick Allen <ni...@nickallen.org> wrote:

> Try enabling debug logging for the REST service.  You should be able to
> add this option under Ambari > Metron > Config > REST.
>
> --logging.level.org.apache.metron.rest=DEBUG ­­
> --logging.level.org.springframework.security=DEBUG
>
> After restarting the REST service, you should find some auth related
> logging in /var/log/metron/metron-rest.log that will include the users that
> have logged in.
>
>
>
>
> On Fri, Feb 14, 2020 at 11:45 PM Euan Hope <ho...@gmail.com> wrote:
>
>> Hello Metron community.
>>
>> Is it possible to get information that shows which users have logged into
>> the Metron Alerts UI? We would like to create a dashboard with metrics of
>> usage of the Metron Alerts UI.
>>
>> Hoping there might be someone that can share some insight regarding this.
>>
>> Thank you!
>>
>

Re: Alerts UI user metrics dashboard

Posted by Nick Allen <ni...@nickallen.org>.
Try enabling debug logging for the REST service.  You should be able to add
this option under Ambari > Metron > Config > REST.

--logging.level.org.apache.metron.rest=DEBUG ­­
--logging.level.org.springframework.security=DEBUG

After restarting the REST service, you should find some auth related
logging in /var/log/metron/metron-rest.log that will include the users that
have logged in.




On Fri, Feb 14, 2020 at 11:45 PM Euan Hope <ho...@gmail.com> wrote:

> Hello Metron community.
>
> Is it possible to get information that shows which users have logged into
> the Metron Alerts UI? We would like to create a dashboard with metrics of
> usage of the Metron Alerts UI.
>
> Hoping there might be someone that can share some insight regarding this.
>
> Thank you!
>