How do I change the location of the data, logs and config folders in logstash from the default?
Thanks
How do I change the location of the data, logs and config folders in logstash from the default?
Thanks
I've found that I need to modify the following to point to the desired location in logstash.yml:
I modified these in logstash.yml and moved the contents of the originals to their new locations, but starting logstash (.\bin\logstash -e 'input { stdin {} } output { stdout {} }'
) gives the following error:
warning: no jvm.options found
So how does logstash know where to look if the logstash.yml in in a non-default location?
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
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.