Reputation: 1489
QUESTION: Why don't I see Agent Events in the Data Viewer for the Kinesis Stream I attached to an instance of Amazon Connect?
Here is what I did:
amzn-conn-agent-events
.Data Streaming
and enabled data streaming; I selected amzn-conn-agent-events
for Agent Events, but did not select any Kinesis resource for Contact Trace Records.amzn-conn-agent-events
.Data Viewer
tab.At this point, I was expecting to see Agent Events. There was nothing. I then selected each of 4 different shards, and pressed on Get Records
... still nothing.
What is going on? How do I get the Agent Events to be pushed into the stream amzn-conn-agent-events
.
Upvotes: 1
Views: 576
Reputation: 1
Agent events should be flowing as long as you have an agent logged in (heartbeats post every 2 minutes) so potentially a permissions issue, check cloudtrail for any errors. I've also had some issues with data viewer showing me data consistently honestly. Not the easiest thing to use. If you really want to check an easy thing to do is set up a lambda that has logging turned on and subscribe it the event stream.
Upvotes: 0
Reputation: 4099
Contact trace records get published when the contact ends (after the agent leaves ACW). However, I'm not sure if that's the case also for agent events. But worth checking!
Upvotes: 1