Page MenuHomePhabricator

Experimental logstash systemd unit

Authored By
MoritzMuehlenhoff
Feb 25 2016, 8:04 AM
Size
439 B
Referenced Files
None
Subscribers
None

Experimental logstash systemd unit

[Unit]
Description=Logstash
Requires=elasticsearch.service
[Install]
WantedBy=multi-user.target
[Service]
User=logstash
Group=logstash
WorkingDirectory=/opt/logstash
Restart=always
Type=simple
PIDFile=/var/run/logstash.pid
LimitNOFILE=16384
EnvironmentFile=/etc/default/logstash
ExecStart=/opt/logstash/bin/logstash agent -f /etc/logstash/conf.d -l /var/log/logstash/logstash.log ${LS_OPTS}"
StandardOutput=journal
StandardError=journal

File Metadata

Mime Type
text/plain; charset=utf-8
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3412269
Default Alt Text
Experimental logstash systemd unit (439 B)

Event Timeline