aboutsummaryrefslogtreecommitdiffstats
path: root/testing/logstash/logstash.confd
diff options
context:
space:
mode:
Diffstat (limited to 'testing/logstash/logstash.confd')
-rw-r--r--testing/logstash/logstash.confd3
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/logstash/logstash.confd b/testing/logstash/logstash.confd
new file mode 100644
index 0000000000..f78c45ed53
--- /dev/null
+++ b/testing/logstash/logstash.confd
@@ -0,0 +1,3 @@
+LS_CONF_DIR="/etc/logstash"
+LS_LOG_DIR="/var/log/logstash"
+LS_OPTS="-f $LS_CONF_DIR/*.conf -l $LS_LOG_DIR/logstash.log"