Skip to content

Commit

Permalink
bump to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Marius Sturm committed Apr 20, 2016
1 parent b950b95 commit 14bfc98
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Install the NXLog package from the offical download [page](https://nxlog.org/pro
$ update-rc.d -f nxlog remove
$ gpasswd -a nxlog adm
$ dpkg -i collector-sidecar_0.0.2-1_amd64.deb
$ dpkg -i collector-sidecar_0.0.3-1_amd64.deb
```

Edit `/etc/graylog/collector-sidecar/collector_sidecar.yml`, you should set at least the correct URL to your Graylog server and proper tags.
Expand Down
4 changes: 0 additions & 4 deletions collector_sidecar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,3 @@ backends:
enabled: true
binary_path: /usr/bin/nxlog
configuration_path: /etc/graylog/collector-sidecar/generated/nxlog.conf
- name: topbeat
enabled: true
binary_path: /usr/bin/topbeat
configuration_path: /etc/graylog/collector-sidecar/generated/topbeat.yml
2 changes: 1 addition & 1 deletion common/metadata.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
package common

const (
CollectorVersion = "0.0.2"
CollectorVersion = "0.0.3"
)
2 changes: 1 addition & 1 deletion dist/recipe.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Name "Graylog Collector Sidecar"
!define MUI_FILE "savefile"
!define MUI_BRANDINGTEXT "Graylog Collector Sidecar v0.0.2"
!define MUI_BRANDINGTEXT "Graylog Collector Sidecar v0.0.3"
CRCCheck On

!include "${NSISDIR}\Contrib\Modern UI\System.nsh"
Expand Down
2 changes: 1 addition & 1 deletion dist/recipe.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ class GraylogSidecar < FPM::Cookery::Recipe
description 'Graylog collector sidecar'

name 'collector-sidecar'
version '0.0.2'
version '0.0.3'
revision '1'
homepage 'https://graylog.org'
arch 'amd64'
Expand Down

0 comments on commit 14bfc98

Please sign in to comment.