From beb8f725600628ed46d7245829630ed68b5516b3 Mon Sep 17 00:00:00 2001 From: Karl Southern Date: Fri, 26 Jun 2015 12:57:45 +0100 Subject: [PATCH] Fixes up README --- README.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index e4b58d0..2798a23 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,20 @@ -# logstash-jdbc -JDBC output plugin for Logstash. +# logstash-output-jdbc This plugin is provided as an external plugin and is not part of the Logstash project. -## Warning -The master branch is for 1.5, is currently incomplete and should NOT be used (yet). - -Please see the v1.4 branch for v1.4 of Logstash. +This plugin allows you to output to SQL databases, using JDBC adapters. +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. +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. + +## Versions + - See master branch for logstash v1.5 + - See v1.4 branch for logstash 1.4 + ## Installation - - Copy lib directory contents into your logstash installation. + - Run `bin/plugin install logstash-output-jdbc` in your logstash installation directory - Create the directory vendor/jar/jdbc in your logstash installation (`mkdir -p vendor/jar/jdbc/`) - Add JDBC jar files to vendor/jar/jdbc in your logstash installation - Configure @@ -93,5 +97,3 @@ output { } } ``` - -/* vim: set ts=4 sw=4 tw=0 :*/