Skip to content

Commit

Permalink
Stop setting default node name to graylog-sidecar (#346)
Browse files Browse the repository at this point in the history
Removed the lines to default the node name to graylog-sidecar. 
The current action doesn't match the documentation.
# The node name of the sidecar. If this is empty, the sidecar will use the
# hostname of the host it is running on.
  • Loading branch information
J-Camping authored and mpfz0r committed Feb 20, 2019
1 parent 6f8dfe3 commit b7c0048
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions dist/recipe.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,6 @@ Section "Post"
${If} $ServerUrl == ""
StrCpy $ServerUrl "http://127.0.0.1:9000/api"
${EndIf}
${If} $NodeName == ""
StrCpy $NodeName "graylog-sidecar"
${EndIf}
${If} $UpdateInterval == ""
StrCpy $UpdateInterval "10"
${EndIf}
Expand Down

0 comments on commit b7c0048

Please sign in to comment.