From f7d5af1c870c66d942c1cf2d27d71e438383fbbd Mon Sep 17 00:00:00 2001 From: Karl Date: Tue, 15 Apr 2014 15:20:44 +0100 Subject: [PATCH] Update README.md Feexing README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6d366f0..9e92096 100644 --- a/README.md +++ b/README.md @@ -15,12 +15,14 @@ Installation Example configuration --------------------- -```output { +``` +output { jdbc { driver_class => 'com.microsoft.sqlserver.jdbc.SQLServerDriver' connection_string => "jdbc:sqlserver://server:1433;databaseName=databasename;user=username;password=password;autoReconnect=true;" - statement => [ "INSERT INTO filezilla (host, connection_id, timestamp, username, client, command) VALUES(?, ?, ?, ?, ?, ?)", "%{host}", "%{connection_id}", "%{timestamp}", "%{username}", "%{client}", "%{command}" ] + statement => [ "INSERT INTO filezilla (host, connection_id, timestamp, username, client, command) VALUES(?, ?, ?, ?, ?, ?)", "%{host}", "%{connection_id}", "%{timestamp}", "%{username}", "%{client}", "%{command}" ] } -}``` +} +``` /* vim: set ts=4 sw=4 tw=0 :*/