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 <[email protected]> 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! >
