Using the rest API, I can create custom events like this:
curl -L -v -X POST --user XXX@customer1:YYY 'http://appdynamics.example.net/controller/rest/applications/5/events?severity=INFO&summary=Marsupials%20Rule&eventtype=CUSTOM&customeventtype=MEOW&propertynames=foo&propertynames=bar&propertyvalues=cat&propertyvalues=dog'
Unfortunately, the thus-created events aren't visible to any of my colleagues. I can see them in my browser, and I can them a direct link to an event -- but it still wouldn't open for anyone other than myself.
What's the solution?