Event log

As of Flow 6.6, system security events will be logged and possible to view in the Windows Event Viewer.

A log, NCFLog, is created under Applications and Services Logs.

The following applications are supported:

  • Flow Studio Application

  • Client - Web Application and Mobile Applications (iOS, Android, UWP)

  • Portal Application

Types of Events

The following types of events will be logged:

  1. USER_CREATED

    • Event Id - 1

    • Parameters: Login, Access Level, Type, Roles

  2. USER_UPDATED

    • Event Id - 2

    • Parameters: Login, Access Level, Type, Roles

  3. USER_DELETED

    • Event Id - 3

    • Parameters: Login

  4. USER_LOGGED_IN

    • Event Id - 4

    • Parameters: Login

  5. USER_LOGGED_OUT

    • Event Id - 5

    • Parameters: Login

  6. ACCESS_DENIED

    • Event Id - 6

    • Parameters: Login

  7. DEVICE_APPROVED

    • Event Id - 7

    • Parameters: Device Id, Device Name, Last user login

  8. DEVICE_BLOCKED

    • Event Id - 8

    • Parameters: Device Id, Device Name, Last user login

  9. MENU_CHANGE

    • Event Id - 9

    • Parameters: Menu name, Roles

  10. ROLES_CHANGE

    • Event Id - 10

    • Parameters: Login, Roles

  11. PASSWORD_CHANGE

    • Event Id - 11

    • Parameters: Login

Last updated