Hi everyone,
I'm trying to parse information from the Ziti WebSocket api and I would like to know if theres a way to track what services an identity is dialing. Right now I can track how many dials are happening at any given moment with the service.dial.sucess event.
{
namespace: 'service',
event_src_id: 'my.ziti.domain',
timestamp: '2025-07-13T04:22:10.227442058Z',
version: 2,
event_type: 'service.dial.success',
terminator_id: '703f2I4IrhcroYiGinE8LS',
service_id: '1uazV8qvilRM3s31IOsR6N',
count: 73,
interval_start_utc: 1752380460,
interval_length: 60
}
Is there an event that fires each time an identity dials a service?