Specifically, when I was running logstash as a process I ran it like:
bin/logstash -f logstash-simple.conf
But I have stopped that madness and want to run it as a service
I have the service installed from the debian package, but how do I tell logstash to used the pipeline I have defined in logstash-simple.conf?
So, if I make path.config: /foo/bar/logstash-simple.conf
and put logstash-simple.conf into /foo/bar
it should work?
Is there a best place to put such config files for services?
Thanks, I know I'll be adding more pipelines in the future, so that would be helpful to have it there from the start. I did also notice it works better if I specify the full file path and not just the directory.
Cheers!
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.