diff --git a/infrastructure/up-wo-elk.sh b/infrastructure/up-wo-elk.sh
new file mode 100644
index 0000000000000000000000000000000000000000..113e613a3696e03c04a3d7146632f9d4dd7aac6d
--- /dev/null
+++ b/infrastructure/up-wo-elk.sh
@@ -0,0 +1,2 @@
+#!/bin/sh
+docker-compose up minio rabbitmq redis
\ No newline at end of file
diff --git a/nomad/config.py b/nomad/config.py
index 7b1b1982c9b097a6cf35f5ff0934ceb30c8aa1f3..9e6a3ac492a4b56ce079e40dadb3e5e7d41ed71a 100644
--- a/nomad/config.py
+++ b/nomad/config.py
@@ -41,7 +41,7 @@ fs = FSConfig(
     tmp='./infrastructure/data/tmp'
 )
 logstash = LogstashConfig(
-    enabled=True,
+    enabled=False,
     host='localhost',
     tcp_port=5000
 )