fluent-plugin-newrelictransform 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README +0 -2
- data/fluent-plugin-newrelic.gemspec +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ed2f4f7ea2434c949531db3b466c0ebb8a749926
|
|
4
|
+
data.tar.gz: 6e9dc1fdc6ca95d2ef0ed527d66944b464c7a7b5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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"]
|