Update README.md

Feexing README.md
This commit is contained in:
Karl 2014-04-15 15:20:44 +01:00
parent 36d37ad579
commit f7d5af1c87

View File

@ -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 :*/