README.md in logstash-output-scalyr-0.1.5 vs README.md in logstash-output-scalyr-0.1.6

- old
+ new

@@ -1,18 +1,18 @@ [![CircleCI](https://circleci.com/gh/scalyr/logstash-output-scalyr.svg?style=svg)](https://circleci.com/gh/scalyr/logstash-output-scalyr) -# [Scalyr output plugin for Logstash (Alpha release)] +# [Scalyr output plugin for Logstash (Beta release)] This plugin implements a Logstash output plugin that uploads data to [Scalyr](http://www.scalyr.com). You can view documentation for this plugin [on the Scalyr website](https://app.scalyr.com/solutions/logstash). # Quick start 1. Build the gem, run `gem build logstash-output-scalyr.gemspec` -2. Install the gem into a Logstash installation, run `/usr/share/logstash/bin/logstash-plugin install logstash-output-scalyr-0.1.5.gem` or follow the latest official instructions on working with plugins from Logstash. +2. Install the gem into a Logstash installation, run `/usr/share/logstash/bin/logstash-plugin install logstash-output-scalyr-0.1.6.gem` or follow the latest official instructions on working with plugins from Logstash. 3. Configure the output plugin (e.g. add it to a pipeline .conf) 4. Restart Logstash # Configuration @@ -113,10 +113,16 @@ `config :flatten_nested_values, :validate => :boolean, :default => false` --- +- If set, this will change the delimiter used when concatenating nested keys + +`config :flatten_nested_values_delimiter, :validate => :string, :default => "_"` + +--- + - If true, the 'tags' field will be flattened into key-values where each key is a tag and each value is set to :flat_tag_value `config :flatten_tags, :validate => :boolean, :default => false` @@ -299,10 +305,10 @@ ## Unit tests This repo has unit tests that can be run by running: ``` -bundle exec rspec +sudo bundle exec rspec ``` in the root of the repo. # Releasing