Skip to content

Instantly share code, notes, and snippets.

View vandatech's full-sized avatar

vandatech

  • London
View GitHub Profile
@abn
abn / logstash.service
Last active November 30, 2022 13:17
logstash systemd service file
[Unit]
Description=Logstash
Documentation=https://www.elastic.co/products/logstash
After=network.target
ConditionPathExists=/etc/logstash.conf
[Service]
ExecStart=/opt/logstash/bin/logstash agent -f /etc/logstash.conf
[Install]