- Download Filebeat (OSS Version) from https://www.elastic.co/downloads/beats/filebeat-oss
- Edit the filebeat.yml attached in this article replacing WITFOOIP with the IP address of the WitFoo Precinct All-in-One Appliance or Streamer node.
- Extract the file from step 1 onto the machine that will be sending logs to WitFoo. The directory can be placed anywhere on the filesystem.
- Place the edited filebeat.yml from step 2 into the folder created in step 3. This will replace the existing file in the directory.
- Start filebeat:
- On Windows:
Start-Service filebeat
- On Linux (deb & rpm):
sudo service filebeat start
- Mac OS X & Linux:
sudo chown root filebeat.yml
sudo ./filebeat -e
filebeat
- You must be logged in to reply to this topic.