event text_index was generating instead of sys_user.insert when a user is added into sys_user table
The ServiceNow registry tells us that when a new user is created in sys_user table on the application, the event name sys_user.insert should be seen in event logs but the event name that is getting populated in logs is text_index.This is also happeni...
