fluent-plugin-newrelictransform 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3cd6718c44974ac5f041abc9f6b03dc4bbf58a86
4
- data.tar.gz: 932c47cda15b15bd989dc589b4d20e72d1693917
3
+ metadata.gz: ed2f4f7ea2434c949531db3b466c0ebb8a749926
4
+ data.tar.gz: 6e9dc1fdc6ca95d2ef0ed527d66944b464c7a7b5
5
5
  SHA512:
6
- metadata.gz: a9a1e2d913dd54b0b5ed97de840dabd5c68c7e5429b00d2f608149bf7eda0c1979234be594656ee870c64975fdcd12c40f62d566e1b5a8e5d9ba5624bf760667
7
- data.tar.gz: 1093c50c2cf54a9d222267f2085c983ca739f2074fdd76219b8676a3e587570e01cafd927faa504b19b7e1f2366cc220a1b10058a97fa6df0350e841acaa99ae
6
+ metadata.gz: f1a25921d5c676a10b4f759d2bf61a013235034c92d44c9dff53ad25622d6e27e491637a6aec99ff54a9877ececa3454ca307d9b7a404eb18ba41a7d87aed54f
7
+ data.tar.gz: bcde8b9543455b1a569f5c6b8708608ae345374cbc57854a6966c708df54430855960e48f41bbefc873749d0d7f932273584fe9409bf2f73e57d57f2f48aa4ad
data/README CHANGED
@@ -26,8 +26,6 @@ Add the following into your fluentd config.
26
26
  log_level debug
27
27
  </match>
28
28
 
29
- #{"creation_time":"2015-02-11T13:58:08Z","business_unit_l1":"QDC-PROD","alert_policy_name":"Default server alert policy","criticality":"critical","event_name":"Fullest disk > 70%","alert_description":"Ended alert on pprdihbas307.corp.intuit.net","long_description":"Alert ended: Disk IO > 90%","alert_url":"https://rpm.newrelic.com/accounts/643508/incidents/13378503","server":"oprdoaspf300.corp.intuit.net","tag":"alert.newrelic"}
30
-
31
29
  Advance configurations. Please add these as needed.
32
30
  <match alert.newrelic.out>
33
31
  type rename_key
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
3
3
 
4
4
  Gem::Specification.new do |gem|
5
5
  gem.name = "fluent-plugin-newrelictransform"
6
- gem.version = "0.0.1"
6
+ gem.version = "0.0.2"
7
7
  gem.date = '2015-01-30'
8
8
  gem.authors = ["chandrashekar Tippur"]
9
9
  gem.email = ["ctippur@gmail.com"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-newrelictransform
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - chandrashekar Tippur