formatting fix

This commit is contained in:
Dmitry Morozov 2015-12-04 13:20:58 +00:00
parent 38b7096419
commit 1ece7f9abc

View File

@ -149,7 +149,7 @@ input
output {
jdbc {
connection_string => "jdbc:mariadb://HOSTNAME/DATABASE?user=USER&password=PASSWORD"
statement => [ "INSERT INTO log (host, timestamp, message) VALUES(?, ?, ?)", "host", "@timestamp", "message" ]
statement => [ "INSERT INTO log (host, timestamp, message) VALUES(?, ?, ?)", "host", "@timestamp", "message" ]
}
}