I started the enrich process correctly, set all the elements in the configuration file, the environment variable was set, the collector process correctly sends data to the topic pubsub and the subscription receives the data and shows the number of received elements. Unfortunately, I don’t know why the enriich process does not download and process subscription data. I don’t see any errors in the logs, is there something I’m doing wrong?
The default logging level for enrich is info which is generally enough to pick up most errors or issues that may happen with enrich (e.g., permissions, missing topic, invalid enrichments etc).
What are you seeing in the logs currently for enrich?