Common services
Filebeat
This service is responsible for sending content of specific logs files to the Logstash service. See the inputs.d configuration directory.
- Software owner: Elasticsearch BV
- Management:
wfmanager {start | stop | restart | status} filebeat - Log files:
- Logs: INSTALL_DIR/supervisord/log/filebeat.out.log
- Service logs: INSTALL_DIR/filebeat/logs/filebeat.log
- Startup scripts: INSTALL_DIR/supervisord/apps/filebeat.ini
- Configuration files:
- INSTALL_DIR/filebeat/filebeat.yml
- INSTALL_DIR/filebeat/inputs.d/*.yml
- Default ports: doesn't listen to any port
Metricbeat
This service is responsible for sending metrics data to the Logstash service. See the modules.d configuration directory.
- Software owner: Elasticsearch BV
- Management:
wfmanager {start stop restart status} metricbeat - Log files:
- INSTALL_DIR/supervisord/log/metricbeat.log
- INSTALL_DIR/metricbeat/logs/metricbeat
- Startup scripts: INSTALL_DIR/supervisord/apps/metricbeat.ini
- Configuration files:
- INSTALL_DIR/metricbeat/metricbeat.yml
- INSTALL_DIR/metricbeat/inputs.d/*.yml
- Default ports: doesn't listen to any port
Heartbeat
This service is responsible for checking status of monitored services to the Logstash service. See the monitors.d configuration directory.
- Software owner: Elasticsearch BV
- Management:
wfmanager {start stop restart status} heartbeat - Log files: INSTALL_DIR/supervisord/log/heartbeat.log
- Startup scripts: INSTALL_DIR/supervisord/apps/heartbeat.ini
- Configuration files:
- INSTALL_DIR/heartbeat/heartbeat.yml
- INSTALL_DIR/heartbeat/monitors.d/*.yml
- Default ports: doesn't listen to any port
Nginx
- Software owner: NGINX Inc
- System requirements: https://www.nginx.com/products/technical-specs/
- Management:
wfmanager [start stop restart status] nginx - Log files
- Access logs: INSTALL_DIR/supervisord/log/nginx_access.log
- Error logs: INSTALL_DIR/supervisord/log/nginx_error.log
- Startup scripts:
- INSTALL_DIR/supervisord/apps/nginx.ini
- INSTALL_DIR/nginx/run_nginx.sh
- Configuration files:
- Service directory: INSTALL_DIR/nginx/
- General nginx configuration:
- INSTALL_DIR/nginx/nginx.conf
- INSTALL_DIR/nginx/sites.d/*
- Default ports: tcp 80, 443