diff --git a/logstash/pipeline/logstash.conf b/logstash/pipeline/logstash.conf
index dd0cb8cdfb8b5e4d8d49fc493999249e45df767b..45aeabd0c53a24e668cd889bf021c3138d3aaeb0 100644
--- a/logstash/pipeline/logstash.conf
+++ b/logstash/pipeline/logstash.conf
@@ -11,15 +11,15 @@ input {
 }
 
 output {
-		stdout {
-			codec => rubydebug
-		}
-		elasticsearch {
-			index => "textversions"
-			document_type => "record"
-      hosts => "http://elasticsearch:9200"
-      document_id => "%{uid}"
-      doc_as_upsert => true
-      action => "update"
-		}
+	stdout {
+		codec => rubydebug
+	}
+	elasticsearch {
+		index => "textversions"
+		document_type => "record"
+    hosts => "http://elasticsearch:9200"
+    document_id => "%{uid}"
+    doc_as_upsert => true
+    action => "update"
+	}
 }
\ No newline at end of file