(01)Install Logz.io
Linux
1curl -L -O https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-8.15.0-linux-x86_64.tar.gz2tar xzf filebeat-*.tar.gzManaged ELK — ship logs with Filebeat or Fluentd
What is this?
Logz.io is a managed ELK platform — ship logs with Filebeat or Fluentd.
Step 01
1curl -L -O https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-8.15.0-linux-x86_64.tar.gz2tar xzf filebeat-*.tar.gzStep 02
1# filebeat.yml — use token from Logz.io onboarding2# output.logstash.hosts: ["listener.logz.io:5015"]3# output.logstash.ssl.certificate_authorities: ["/etc/filebeat/logzio.crt"]4./filebeat -e -c filebeat.ymlStep 03
1filebeat test output2filebeat -eStep 04
1filebeat test output2openssl s_client -connect listener.logz.io:50153filebeat -e -d publish