Metricbeat
https://www.elastic.co/guide/en/beats/metricbeat/current/index.html
./metricbeat
./metricbeat setup --help
./metricbeat modules --help
./metricbeat setup --template -E output.logstash.enabled=false -E 'output.elasticsearch.hosts=["localhost:9200"]'
curl -XDELETE 'http://localhost:9200/metricbeat-*'
./metricbeat setup --dashboards
Filebeat
https://www.elastic.co/guide/en/beats/filebeat/current/index.html
./filebeat
./filebeat setup --help
./filebeat modules --help
./filebeat setup --template -E output.logstash.enabled=false -E 'output.elasticsearch.hosts=["localhost:9200"]'
curl -XDELETE 'http://localhost:9200/filebeat-*'
./filebeat setup --dashboards
Packetbeat
https://www.elastic.co/guide/en/beats/packetbeat/current/index.html
./packetbeat
./packetbeat setup --help
./packetbeat modules --help
./packetbeat setup --template -E output.logstash.enabled=false -E 'output.elasticsearch.hosts=["localhost:9200"]'
curl -XDELETE 'http://localhost:9200/packetbeat-*'
./packetbeat setup --dashboards
Heartbeat
https://www.elastic.co/guide/en/beats/heartbeat/current/index.html
./heartbeat
./heartbeat setup --help
./heartbeat modules --help
./heartbeat setup --template -E output.logstash.enabled=false -E 'output.elasticsearch.hosts=["localhost:9200"]'
curl -XDELETE 'http://localhost:9200/heartbeat-*'
./heartbeat setup --dashboards