From 74e8a237aedc607b11f98f0a93903a9c73f38565 Mon Sep 17 00:00:00 2001 From: Sam Millar Date: Wed, 10 Jul 2019 14:00:16 +0100 Subject: [PATCH] Tidy up --- .gitignore | 3 +++ Gemfile.lock | 61 ------------------------------------------ LICENSE.txt => LICENSE | 0 README.md | 4 ++- 4 files changed, 6 insertions(+), 62 deletions(-) delete mode 100644 Gemfile.lock rename LICENSE.txt => LICENSE (100%) diff --git a/.gitignore b/.gitignore index 16e37a4..3b15b96 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ *.gem *.rbc +.ruby-version +.ruby-gemset +Gemfile.lock diff --git a/Gemfile.lock b/Gemfile.lock deleted file mode 100644 index e73faad..0000000 --- a/Gemfile.lock +++ /dev/null @@ -1,61 +0,0 @@ -PATH - remote: . - specs: - fluent-plugin-indicative (0.1.0) - fluentd (>= 0.14.15, < 2) - -GEM - remote: http://rubygems.org/ - specs: - addressable (2.6.0) - public_suffix (>= 2.0.2, < 4.0) - cool.io (1.5.4) - crack (0.4.3) - safe_yaml (~> 1.0.0) - dig_rb (1.0.1) - fluentd (1.6.0) - cool.io (>= 1.4.5, < 2.0.0) - dig_rb (~> 1.0.0) - http_parser.rb (>= 0.5.1, < 0.7.0) - msgpack (>= 0.7.0, < 2.0.0) - serverengine (>= 2.0.4, < 3.0.0) - sigdump (~> 0.2.2) - strptime (>= 0.2.2, < 1.0.0) - tzinfo (~> 1.0) - tzinfo-data (~> 1.0) - yajl-ruby (~> 1.0) - hashdiff (0.4.0) - http_parser.rb (0.6.0) - msgpack (1.3.0) - power_assert (1.1.4) - public_suffix (3.1.1) - rake (12.3.2) - safe_yaml (1.0.5) - serverengine (2.1.1) - sigdump (~> 0.2.2) - sigdump (0.2.4) - strptime (0.2.3) - test-unit (3.3.3) - power_assert - thread_safe (0.3.6) - tzinfo (1.2.5) - thread_safe (~> 0.1) - tzinfo-data (1.2019.2) - tzinfo (>= 1.0.0) - webmock (3.6.0) - addressable (>= 2.3.6) - crack (>= 0.3.2) - hashdiff (>= 0.4.0, < 2.0.0) - yajl-ruby (1.4.1) - -PLATFORMS - ruby - -DEPENDENCIES - fluent-plugin-indicative! - rake - test-unit (>= 3.1.0) - webmock (>= 3.6.0, < 4) - -BUNDLED WITH - 1.16.1 diff --git a/LICENSE.txt b/LICENSE similarity index 100% rename from LICENSE.txt rename to LICENSE diff --git a/README.md b/README.md index 577d1ce..67e6197 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # fluent-plugin-indicative -## Usage +Fluentd output plugin to send events to [Indicative](https://www.indicative.com/) + +## Configuration ```