2 Description=Metricbeat is a lightweight shipper for metrics.
3 Documentation=https://www.elastic.co/products/beats/metricbeat
4 Wants=network-online.target
5 After=network-online.target
9 Environment="BEAT_LOG_OPTS=-e"
10 Environment="BEAT_CONFIG_OPTS=-c /etc/metricbeat/metricbeat.yml"
11 Environment="BEAT_PATH_OPTS=-path.home /usr/share/metricbeat -path.config /etc/metricbeat -path.data /var/lib/metricbeat -path.logs /var/log/metricbeat"
12 ExecStart=/usr/bin/metricbeat $BEAT_LOG_OPTS $BEAT_CONFIG_OPTS $BEAT_PATH_OPTS
16 WantedBy=multi-user.target