By: Conrad Krinock user 11 Jun 2020 at 7:34 a.m. CDT

7 Responses
Conrad Krinock gravatar
## Expected Behavior The line graph on the Gluu Authentication Server home page displays a line graph with the successful and failed login attempts over the past 7 days. This should update immediately or within a couple seconds ## Actual Behavior After an end user logs in using our https://github.com/GluuFederation/spring-boot-demo.git prototype web app the update of the line graph - takes up to 30 minutes, and - sometimes loses the record entirely *(and yes we are refreshing the web page with the line graph; even closing and reopening the browser with the Authetication Server admin dashboard.)* Thanks/RSVP, Conrad Krinock 775-450-1202

By Sahil Arora user 11 Jun 2020 at 11:26 a.m. CDT

Sahil Arora gravatar
Hi Cornard, Metric refresh interval can be set by configuration > JSON Configuration > Oxauth Configuration > metricReporterInterval . Please adjust this value and let us know if you are still facing the same issue.

By Conrad Krinock user 11 Jun 2020 at 2:25 p.m. CDT

Conrad Krinock gravatar
Hi Sahil Your solution worked; however we had to restart our Linux server Seems the FAILUREs are not being shown on the graph consistently. We executed at least 4-5 login FAILUREs on June 10 and 11. However the graph shows only 1 FAILURE was recorded on June 10 and zero on the 11th Conrad 775.450.1202

By Michael Schwartz Account Admin 11 Jun 2020 at 3:24 p.m. CDT

Michael Schwartz gravatar
Metrics is being re-factored as we move to cloud native. Stay tuned for improvements...

By Conrad Krinock user 12 Jun 2020 at 6:07 a.m. CDT

Conrad Krinock gravatar
OK thanks Mike -- totally acceptable answer. One last question before closing this request ... Is there a log file or database table somewhere within the Gluu Authentication Server that has the successful/failed logins? Conrad

By Mohib Zico staff 12 Jun 2020 at 10:14 a.m. CDT

Mohib Zico gravatar
>> Is there a log file or database table somewhere within the Gluu Authentication Server that has the successful/failed logins oxauth.log showing successful / failed login. Thanks!

By Conrad Krinock user 13 Jun 2020 at 4:15 a.m. CDT

Conrad Krinock gravatar
Hi Mohib -- hey sorry I need a little more context with your response: "oxauth.log showing successful / failed login" Please provide: * full path of the log files on the Linux server, or * click path within the Glue Authentication Server admin site,or * whatever else can help us find the log file Did you read the entire message chain within this tech support request? Thanks, Conrad J Krinock

By Mohib Zico staff 13 Jun 2020 at 5:06 a.m. CDT

Mohib Zico gravatar
Hello Conrad, >> Did you read the entire message chain within this tech support request? Yep. I have an idea.... please read / search our official doc, it should have info on logs. Otherwise, I would just use basic linux commands ( i.e.: `find / -name abcd` ) to get any file. There are lot of other linux commands which you use to get any file anywhere in your linux system.