Interaction Workspace Desktop log parsing

Is there any log parser like Kazimir for Interaction Workspace Desktop?
The server environment isn’t hosted at our site.

Hi, not that I know of.

Skickat från min F8331 via Tapatalk

Thanks gen_rtfm, I made may own parsing macro.

Can you share that macro please?

Sent from my Redmi Note 7 using Tapatalk

It is just a Textpad Macro:
Getting a general view of treated calls:
Find and Mark following lines with reg expressions on:

State:.*[voice
] ERROR
Voice strategy ‘VoiceProtocolEventStrategy’.*Processing msg [Name]
Request Policy ArePossible begin: Interaction ID
AgentStatusNotReadyCommandHandler
AgentStatusReadyCommandHandler

Copy bookmarked lines
Paste in new file
Clean the lines with find/replace.

Another Macro, using the result of the preceding macro is getting the ACW timings:
Find and Mark following lines with reg expressions on:
State:LoggedOut
State:LoggedIn
State=PresentedIn
[AgentEvent Begin] EventAgentNotReady AgentID.*State:AfterCallWork
AgentStatusNotReadyCommandHandler
AgentStatusReadyCommandHandler

Copy bookmarked lines
Paste in new file