logzio / docker-logging-plugin

This is a docker logging driver plugin to forward docker logs to Logz.io
Apache License 2.0
7 stars 3 forks source link

Installing version 1.0.1 via docker plugin install return an error #6

Closed BeOleg closed 5 years ago

BeOleg commented 5 years ago
root@test4:/mnt# docker plugin install store/logzio/logzio-logging-plugin:1.0.1 --alias logzio/logzio-logging-plugin
Error response from daemon: manifest for store/logzio/logzio-logging-plugin:1.0.1 not found: manifest unknown: manifest unknown
skinderis commented 5 years ago

I am also facing this issue. Maybe there is solution @idohalevi, as I see you are developing here?

idohalevi commented 5 years ago

@BeOleg @skinderis You're both right. Apparently, the docker shop does not update automatically on new changes. I'm waiting for docker to update it and I will let you know

idohalevi commented 5 years ago

@BeOleg @skinderis Should work now

BeOleg commented 5 years ago

Thanks!

BeOleg commented 5 years ago

@idohalevi I have some more feedback for you if possible:

  1. I did not find the version numbers on the log-shipping page in your web app, I had to Google the name of the plugin which brought me to GitHub (where there are also no releases, but the version numbers are stated at the bottom of the README.md).

  2. Would it be possible to have some config to eliminate redundant logging on the plugin level? Right now we get a lot of garbage logged 2000 times a minute by 3rd party libraries which makes it very difficult for us to get insights from the logs.

Shabat shalom!

@idohalevi @skinderis

idohalevi commented 5 years ago

@BeOleg That is some great feedback. I'll try to address this in the next week or two.

idohalevi commented 5 years ago

@BeOleg 1) Docker store will not accept tags like latest. We have the release notes where you can find the latest version. If you have a better idea please let me know as I would like to make it easier for the users

2) Sorry, it takes me time to address this, been busy with other projects. It will take me some time to implement it and I will mention you once it's merged

idohalevi commented 5 years ago

@BeOleg #9 should help with 2