Skip to content
This repository was archived by the owner on Sep 17, 2019. It is now read-only.

Commit 1ece7f9

Browse files
formatting fix
1 parent 38b7096 commit 1ece7f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ input
149149
output {
150150
jdbc {
151151
connection_string => "jdbc:mariadb://HOSTNAME/DATABASE?user=USER&password=PASSWORD"
152-
statement => [ "INSERT INTO log (host, timestamp, message) VALUES(?, ?, ?)", "host", "@timestamp", "message" ]
152+
statement => [ "INSERT INTO log (host, timestamp, message) VALUES(?, ?, ?)", "host", "@timestamp", "message" ]
153153
}
154154
155155
}

0 commit comments

Comments
 (0)