The Cluster Event Stream Viewer is a client-side scaffold. Paste the output of kubectl get events -o yaml and it parses the text in your browser to list the events (type, reason, involved object, message), newest first. It does NOT connect to a live cluster - you supply the snapshot yourself.
A small tolerant YAML parser (not js-yaml) reads the pasted text. Nothing is uploaded.