diff --git a/30-outputs.conf b/30-outputs.conf
new file mode 100644
index 0000000000000000000000000000000000000000..dc92b9de18aedd1b5f66067d04f15436fe994e97
--- /dev/null
+++ b/30-outputs.conf
@@ -0,0 +1,8 @@
+output {  
+elasticsearch { 
+
+hosts => localhost 
+
+index => "logstash-%{+YYYY.MM.dd}" }  
+# stdout { codec => rubydebug }  
+}