Sha256: e04cdaf67bfe354e2b9463566ea95516a0805d886174f48526612cfe135ff4a9

Contents?: true

Size: 1.58 KB

Versions: 1

Compression:

Stored size: 1.58 KB

Contents

# Beta
## 0.1.8

- Add additional metrics.
- Correctly handle flatten_nested_values_duration metric
- Add support for setting sampling rate for per event level metrics. It defaults to %5 (``0.05``.)
- Status log line format has been updated so it doesn't include comma between key=value pair to
  make parser definition a bit simpler.

## 0.1.7
 - Tracking of new statistics such as `multi_receive` method duration and batch sizes.
 - Addition of percentiles for both existing and new stats.
 - Add ability to define a parser name for status messages using the `status_parser` configuration option.

## 0.1.6
 - Allow for a customer delimiter when flattening values using the `flatten_nested_values_delimiter` configuration option

## 0.1.2
 - Remove special treatment of `origin` field in favor of `serverHost`
 - Change concurrency type to `single` to help guarantee one-time ordered delivery in Scalyr
 - Change default compression to `deflate`
 - Don't use aggregator hostname as `serverHost` by default
 - Update upload request format to match latest Scalyr API
 - Add `User-Agent` header to Scalyr requests

# Alpha
## 0.0.4
  - Docs: Set the default_codec doc attribute.
## 0.0.3
 - Docs: Add documentation template
## 0.0.2
 - Add encoding: utf-8 to spec files. This can help prevent issues during testing.
## 0.0.1
 - Plugins were updated to follow the new shutdown semantic, this mainly allows Logstash to instruct input plugins to terminate gracefully, 
   instead of using Thread.raise on the plugins' threads. Ref: https://github.com/elastic/logstash/pull/3895
 - Dependency on logstash-core update to 2.0

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
logstash-output-scalyr-0.1.8 CHANGELOG.md