Download and install Filebeat from https://www.elastic.co/downloads/beats/filebeat
Edit the filebeat.yml file:
This is the bare minimum for taking the logs from NPS and sending them to the Govroam log server. Get this working first before trying the encryption.
JISC will need to know the hostname/IP address of the system sending the logs (or the public IP from which the logs originate) so that the firewall can be updated.
Adding encryption is pretty straightforward.
If you're using the hostname elk.govroam.uk and have a set of Root CAs installed (normally the default for the OS) then filebeat should just be able to enable encryption. Run it in command line mode to see any errors. See the official filebeat SSL guide for details.
Suggested here: https://discuss.elastic.co/t/logstash-xml-parse-with-meta-data/103687/6 for dealing with errors in logstash.
filebeat.prospectors: - type: log paths: - /path/to/log encoding: 'windows-1252' # multiline.pattern: '^\<\?' # multiline.negate: true # multiline.match: after fields_under_root: true