When I restart rundeckd, I get no logs in elasticsearch.
I am running a relatively old version of logstash (1.5.4), but the problem doesn't seem to be there because the TCP listener on port 9700 is open and I can connect to it using netcat. My config for logstash:
Hi,
I am unable to get this to work with rundeck 2.7.1 running on Red Hat Enterprise Linux Server release 6.8.
I placed the LogstashPlugin.groovy file in /var/lib/rundeck/libext/, and added these lines to the config files:
rundeck.execution.logs.streamingWriterPlugins=LogstashPlugin
framework.plugin.StreamingLogWriter.LogstashPlugin.port=9700
framework.plugin.StreamingLogWriter.LogstashPlugin.host=localhost
When I restart rundeckd, I get no logs in elasticsearch.
I am running a relatively old version of logstash (1.5.4), but the problem doesn't seem to be there because the TCP listener on port 9700 is open and I can connect to it using netcat. My config for logstash:
It appears that rundeck is not opening a connection to localhost, because netstat never shows ESTABLISHED, only LISTENING for port 9700.
I tried enabling DEBUG in the logs, but there was nothing indicating a problem.