Skip to content

Commit

Permalink
Change default linux filebeat path (#5478)
Browse files Browse the repository at this point in the history
We don't ship filebeat in the linux sidecar packages anymore.
Adopt the path to the elastic beats package.
  • Loading branch information
mpfz0r authored and Marius Sturm committed Jan 14, 2019
1 parent dcc82fe commit ce180c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public void upgrade() {
"filebeat",
"exec",
"linux",
"/usr/lib/graylog-sidecar/filebeat",
"/usr/share/filebeat/bin/filebeat",
"-c %s",
"test config -c %s",
beatsPreambel +
Expand Down

0 comments on commit ce180c6

Please sign in to comment.