In our clickstream setup, we currently use two separate streams for handling bad data—one for the collector and another for the enricher. Is it possible to combine these two streams into a single stream, so that both the collector and enricher write bad data to the same stream?
If we were to do this, is there an identifier within the bad data that would allow us to distinguish whether it originated from the collector or the enricher?
Hi @Sreenath they are easy enough to generate yourself - for enrich sending an event like: curl -XGET https://<your-collector>/i will cause a bad event to be created.
For the Collector you need to send a single “oversized” event which will depend on your cloud for what is allowed.