You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bin/logstash --version
Using bundled JDK: /usr/share/logstash/jdk
logstash 7.12.1
Installation source: deb
Run through systemd
Plugin installed with ansible logstash_plugin module
JVM (e.g. java -version):
java -version
openjdk version "11.0.6" 2020-01-14
OpenJDK Runtime Environment (build 11.0.6+10-post-Debian-1bpo91)
OpenJDK 64-Bit Server VM (build 11.0.6+10-post-Debian-1bpo91, mixed mode, sharing)
OS version (uname -a if on a Unix-like system): Linux vm01 4.9.0-6-amd64 #1 SMP Debian 4.9.88-1+deb9u1 (2018-05-07) x86_64 GNU/Linux
Description of the problem including expected versus actual behaviour:
Since upgrade to Logstash 7.12.1, logstash jdbc plugin is not able anymore to write to /usr/share/logstash/.logstash_jdbc_last_run.
I suspect it's due to elastic/logstash#12782 which changed ownership of /usr/share/logstash from logstash:logstash to root:root.
Thanks for reporting this, data files should be written to the configured path.data directory, but it seems this plugin was never updated.
Fixing this without regressing to the old permissions means we should adapt the rpm/deb package upgrade process to move the file and fix the permissions. /cc @roaksoax
Logstash information:
Installation source: deb
Run through systemd
Plugin installed with ansible
logstash_plugin
moduleJVM (e.g.
java -version
):OS version (
uname -a
if on a Unix-like system):Linux vm01 4.9.0-6-amd64 #1 SMP Debian 4.9.88-1+deb9u1 (2018-05-07) x86_64 GNU/Linux
Description of the problem including expected versus actual behaviour:
Since upgrade to Logstash 7.12.1, logstash jdbc plugin is not able anymore to write to
/usr/share/logstash/.logstash_jdbc_last_run
.I suspect it's due to elastic/logstash#12782 which changed ownership of
/usr/share/logstash
fromlogstash:logstash
toroot:root
.Steps to reproduce:
-Create a jdbc input
Provide logs (if relevant):
The text was updated successfully, but these errors were encountered: