Whenever a user logs in, a line like the following shows up in the REST API log.
20250924/205055.912 - 8596 U00045098 Method 'GET', URL: 'http://10.0.0.1:8088/ae/api/v1/0000/telemetry/export/2', received from IP: '10.0.0.1' 'User: AUTOMIC/AUTOMIC'
20250924/205055.965 - 8596 U00045105 Log on of 'AUTOMIC/AUTOMIC' ('124693637') successful, client: '0000' (Connection='*CP024#00000173').
20250924/205056.313 - 8596 U00045099 The server replied with following status: '200' SessionId: '124693637'
This did not happen in prior versions. Is this normal?
Version: 24+
This is as designed. The design of the product is moving certain routines away from direct database queries to REST calls instead and this is a more efficient way to do this. Users logging in has always called the telemetry endpoint. Now it's moving towards REST which is also more transparent.