How do you debug data ingested using streaming HTTP API? I always got the response 200. Additionally not everything imho shows in streaming monitoring UI? I use sync validation. Any hints?
I'm currently using the following API to send event data toward a datastream: https://experienceleague.adobe.com/docs/experience-platform/edge-network-server-api/data-collection/interactive-data-collection.html?lang=en{
"event": {
"xdm": {
"identityMap": {
"Email_LC_SHA2...
Hi guys, We would like to monitor our OSGI components (possibly using JMX) so that if one fails to start, we will be notified. Could someone point us in the right direction? Thanks!