From ebe0a8adedc463d404c9acf3512fbb0a2abab73a Mon Sep 17 00:00:00 2001 From: Jun Ohtani Date: Wed, 25 Oct 2017 16:01:32 +0900 Subject: [PATCH 1/2] [Doc] Add Ingest CSV Processor Plugin to plugin as a community plugin --- docs/plugins/ingest.asciidoc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/plugins/ingest.asciidoc b/docs/plugins/ingest.asciidoc index 490d3d1362b59..41a6891573cda 100644 --- a/docs/plugins/ingest.asciidoc +++ b/docs/plugins/ingest.asciidoc @@ -25,6 +25,13 @@ under the CCA-ShareAlike 3.0 license. For more details see, http://dev.maxmind.c A processor that extracts details from the User-Agent header value. +[float] +=== Community contributed repository plugins + +The following plugin has been contributed by our community: + +* https://github.com/johtani/elasticsearch-ingest-csv[Ingest CSV Processor Plugin] (by Jun Ohtani) + include::ingest-attachment.asciidoc[] include::ingest-geoip.asciidoc[] From 2ab55f72d6d8b4503c03f8c56c88f76ad2b760a4 Mon Sep 17 00:00:00 2001 From: Jun Ohtani Date: Thu, 26 Oct 2017 10:32:48 +0900 Subject: [PATCH 2/2] [Doc] Add Ingest CSV Processor Plugin to plugin as a community plugin Fix typo... --- docs/plugins/ingest.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins/ingest.asciidoc b/docs/plugins/ingest.asciidoc index 41a6891573cda..fa316c3862fb1 100644 --- a/docs/plugins/ingest.asciidoc +++ b/docs/plugins/ingest.asciidoc @@ -26,7 +26,7 @@ under the CCA-ShareAlike 3.0 license. For more details see, http://dev.maxmind.c A processor that extracts details from the User-Agent header value. [float] -=== Community contributed repository plugins +=== Community contributed ingest plugins The following plugin has been contributed by our community: