Installing the Sidecar Client on Windows
Manually Installing the Client
- Navigate to Releases · Graylog2/collector-sidecar · GitHub and download the newest Windows release.
- When downloaded, run the installer.
- Enter the Graylog Server API Endpoint. See the example and swap out {IP-ADDRESS] for your Graylog Server IP. Example: http://{IP-ADDRESS}:9000/api
- Enter a Node Name, for simplicity, the device name is the best choice.
- Enter the API Token from the Graylog Control Panel.
- See here to Create a New API Token.
- Click Next and then click Finish.
- Open a Command Prompt as an Administrator and enter the following commands:
- C:\Program Files\graylog\sidecar\graylog-sidecar.exe -service install
- C:\Program Files\graylog\sidecar\graylog-sidecar.exe -service start
- When finished, Assign Configurations to Sidecar Client.
Unattended Installation
- Navigate to Releases · Graylog2/collector-sidecar · GitHub and download the newest Windows release.
- Using your preferred method of distribution, run the Sidecar installer using the unattended parameters below:
-
graylog_sidecar_installer_1.1.0-1.exe /S -SERVERURL=http://{IP-ADDRESS}:9000/api -NODENAME={NODENAME} -APITOKEN={APITOKEN}
- Replace {IP-ADDRESS} with your Graylog Server IP Address.
- Replace {NODENAME} with the name you would like to use as your Node Name.
- If installing the EXE using Command Line or PowerShell, you can use the COMPUTERNAME Environment Variable.
- Replace {APITOKEN} with the Graylog API Token.
-
- When finished, Assign Configurations to Sidecar Client.
No Comments