Hi, I'm trying to use an elasticsearch appender to log directly to elastic search via the es /_bulk api.
It works fine when I run the Storm topology when I use the java command, but nothing happens when I use the storm jar command (even in local cluster). Is it possible this way? or is there another way that you can recommend? I'm currently using logback but will happily switch over to log4j2 if that makes it easier. I'm using storm 1.2.1 & have tried adding the appenders/loggers to both the local cluster.xml & worker.xml but nothing. Thanks in advance, Kevin.
