Elasticsearch Loader idle

To anyone else, having a similar issue, here’s what I found in a similar thread:

This was applying to me, as in, I used the same appName for enrich and my elasticsearch loader. In hindsight, it should be pretty obvious to store lease coordinator data separately, but seeing as I’m not the first to make this mistake, maybe the docs should emphasize this.

Also, another helpful tip for anyone else struggling with snowplow jar’s during realtime setup (enrich, loaders, collectors):

to print debug messages, run your jar from cli with the debug flag:

-Dorg.slf4j.simpleLogger.defaultLogLevel=debug
1 Like