driskell / log-courier

The Log Courier Suite is a set of lightweight tools created to ship and process log files speedily and securely, with low resource usage, to Elasticsearch or Logstash instances.
Other
419 stars 107 forks source link

Installing latest with apt-get #296

Closed dkirrane closed 8 years ago

dkirrane commented 8 years ago

I'm trying to get the latest log-courier version on Ubuntu 14:04. The below command installs Log Courier version 1.8-11.ge745e9e

    add-apt-repository -y ppa:devel-k/log-courier \
    && apt-get update \
    && apt-get install -yq log-courier
driskell commented 8 years ago

That looks right.

Were you expecting 2.0? It's currently in alpha at moment and still under last leg of development.

dkirrane commented 8 years ago

I was expecting v1.8.2 https://github.com/driskell/log-courier/releases

driskell commented 8 years ago

1.8.2 is a plugin only release. Log Courier had no changes. I know it's not clear though and that's why I moved the plugins to separate version numbering. It'll be cleared soon when I push out 1.9 and a 2.0 beta

driskell commented 8 years ago

So latest Log Courier is indeed 1.8.1. Sorry for the confusion