From 909cae01b3b6a8fb771951d9746d6f4488d9c3a5 Mon Sep 17 00:00:00 2001 From: Karl Southern Date: Tue, 12 Apr 2016 11:20:19 +0100 Subject: [PATCH] Adds travis-ci badge --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 794778c..9258308 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ -# logstash-output-jdbc +# logstash-output-jdbc + +[![Build Status](https://travis-ci.org/theangryangel/logstash-output-jdbc.svg?branch=master)](https://travis-ci.org/theangryangel/logstash-output-jdbc) + This plugin is provided as an external plugin and is not part of the Logstash project. This plugin allows you to output to SQL databases, using JDBC adapters. @@ -6,7 +9,7 @@ See below for tested adapters, and example configurations. This has not yet been extensively tested with all JDBC drivers and may not yet work for you. -If you do find this works for a JDBC driver not listed, let me know and provide a small example configuration. +If you do find this works for a JDBC driver without an example, let me know and provide a small example configuration if you can. This plugin does not bundle any JDBC jar files, and does expect them to be in a particular location. Please ensure you read the 4 installation lines below.