Sorry if this is answered elsewhere, I had a look around the web but couldn't really find anything.
After a pipeline has executed, does this plugin sign the given user out from the SQL server or retain the connection for future runs?
If the latter, is there a way to force a sign out to happen?
I'm connecting to an annoying proprietary flavour of SQL which has some steep licencing costs and currently getting an error which suggests that the user connections from my dev/test/staging environments are still signed in.
I was just trying to gather some data before I approach the service provider (as their support is pretty rough, and you guys rule!).
By running netstat -an I've found that my standard SQL server connections all show as established and the ones to the proprietary SQL mentioned in the original post are showing as close_wait.
This seems to suggest that logstash doesn't close the connection correctly after querying. At least by default.
Is there something I'm missing?
Also, is there anybody here? There doesn't seem to be any docs around this and the plugin page says to ask questions here. If I'm missing any helpful info please ask and I'll supply it.
Assuming the plugin you are using uses the mixin, the connection is opened before a statement executes and closed after. On the other hand, the integration uses long-lived connections. So the answer is going to depend on which version of which plugin you are asking about.
I'm using it with docker and the version of LS I'm using is unfortunately limited by the version of elastic we're using in production.
I haven't really done anything with the version of the plugin, that's the one that comes packaged with the the image docker.elastic.co/logstash/logstash:7.16.2 but looking at the plugin page, this is the correct version for this version of LS.
It looks like the suggested mixin was merged in 4.3.19 so I'd assume that it would be using it. What would be the best way to verify?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.