Skip to main content
Question

Web Stats / number of logins?

  • March 3, 2023
  • 2 replies
  • 6 views

jhawks
Contributor
Forum|alt.badge.img+7

Is there a way thru the admin interface to get number of logins per users? or do we need to check the Tomcat logs?

2 replies

david_r
Celebrity
  • 8394 replies
  • March 6, 2023

I believe the log is your only option. In particular, you may want to check out fmeserver.log, which will mention all logins (FME Server user and client IP).


redgeographics
Celebrity
Forum|alt.badge.img+60
  • Celebrity
  • 3704 replies
  • March 6, 2023

You can build an automation with the Login Failed and Login Succeeded as triggers (you can find those under the FME Server System Events) and then pass that on to a workspace that writes to a logfile (or database).