Hi
I'm having troublle with stackdriver logging on our debian jessie instances. It seems that the files that should be installed by google-fluentd-catch-all-config are missing.
I have complete removed the google-fluentd packages and reinstalled to no avail. manually installing or reinstalling the package also does not install (see below)
One instance has some customised confi file which do work, and on one machine I had a backup copy of the configurations and have copied them into place and I am getting logs from that system.
ANy suggestions on how to fix?
root@debian-jessie-2:/etc/google-fluentd/config.d# ls -las
total 20
4 drwxr-xr-x 2 root root 4096 Jul 24 04:21 .
4 drwxr-xr-x 4 google-fluentd google-fluentd 4096 Jul 24 04:20 ..
4 -rw-r--r-- 1 root root 806 Jul 24 04:21 alfresco_tomcat.conf
8 -rw-r--r-- 1 root root 5197 Jul 24 04:21 puppet-enterprise.conf
root@debian-jessie-2:/etc/google-fluentd/config.d# sudo apt-get install --only-upgrade -o Dpkg::Options::="--force-confnew" google-fluentd-catch-all-config --reinstall
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 16 not upgraded.
Need to get 0 B/5,740 B of archives.
After this operation, 0 B of additional disk space will be used.
(Reading database ... 97046 files and directories currently installed.)
Preparing to unpack .../google-fluentd-catch-all-config_0.7_all.deb ...
Unpacking google-fluentd-catch-all-config (0.7) over (0.7) ...
Setting up google-fluentd-catch-all-config (0.7) ...