From 87dd3b0db5281b13e5b0eae33630299605b4ff27 Mon Sep 17 00:00:00 2001 From: Michael Binshtock Date: Tue, 13 Sep 2016 14:10:31 +0300 Subject: [PATCH] corrected readme --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0dc22ec..d55896b 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,11 @@ [![GitHub version](https://badge.fury.io/gh/microsoft%2Flogstash-output-application-insights.svg)](https://badge.fury.io/gh/microsoft%2Flogstash-output-application-insights) [![Gem Version](https://badge.fury.io/rb/logstash-output-application_insights.svg)](https://badge.fury.io/rb/logstash-output-application_insights) -This project is a plugin for [Logstash](https://github.com/elastic/logstash). +* This project is a plugin for [Logstash](https://github.com/elastic/logstash). + +* This plugin have to be installed on top of the Logstash core pipeline. It is not a stand-alone program. + +* **This plugin outputs events to Microsoft Application Insights Analytics open schema tables.** # Plugin Features @@ -358,11 +362,11 @@ example: ```ruby delete_not_notified_blobs => true ``` -### validate_endpoint +### validate_notification When set to true, access to application insights will be validated at initialization and if validation fail, logstash process will abort. Default false example: ```ruby -validate_endpoint => true +validate_notification => true ``` ### validate_storage