I tried this out on a test system using the new IBM i Navigator.
This was from just the initial logon.
SELECT Message_Timestamp,From_User,From_Job,Message_Id,MESSAGE_TEXT
FROM TABLE(Qsys2.History_Log_Info(
Start_Time => current_timestamp - 1 hour,
End_Time => current_timestamp
)) i
WHERE Message_Id in ('CPIAD09','CPI3E34')
AND
MESSAGE_TEXT LIKE '%127.0.0.1%';
returned 7 connections
for the Heritage Navigator 2 connections were returned
------------------------------
Bryan Dietz
------------------------------