logstash-output-rollbar-k8s 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 +4 -4
- data/Gemfile +1 -1
- data/lib/logstash/outputs/rollbar.rb +1 -1
- data/logstash-output-rollbar-k8s.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 73a9ca34c46fe6fd562343a6f87fe5de1b4fac8672fef5ab2e929e26bdd230b8
|
4
|
+
data.tar.gz: eaf193e331e2ad09829179a17c47ba60686fe26fbef4605d7ed0825d8c58dd29
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fdd499d6f139bceda63390eef03ccea88584d77a66eca6dc7ebaeff709afe2eaf1cf963fe93979b3b7c879a367e06a6155ccf00928ff74189844055994e3792c
|
7
|
+
data.tar.gz: ee501eccd9664373b0c480a62dfa3c8f870ba5f40e71008fe1a00c81dcad5dc0eaf2a433775989059a7996d2697bccc148f7bf68c35814b37f8ee89f0ce92fc8
|
data/Gemfile
CHANGED
@@ -78,7 +78,7 @@ class LogStash::Outputs::Rollbar < LogStash::Outputs::Base
|
|
78
78
|
# Some optimizations for k8s and Go Projects in AVS
|
79
79
|
rb_item['data']['timestamp'] = event.timestamp.to_i
|
80
80
|
rb_item['data']['level'] = data.has_key?('level') ? data['level'] : @level
|
81
|
-
rb_item['data']['environment'] = data
|
81
|
+
rb_item['data']['environment'] = data.has_key?('region') ? data['region'] : @environment
|
82
82
|
rb_item['data']['title'] = data['message']
|
83
83
|
rb_item['data']['code_version'] = data['git_commit'] if data['git_commit']
|
84
84
|
|
@@ -1,7 +1,7 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
|
3
3
|
s.name = 'logstash-output-rollbar-k8s'
|
4
|
-
s.version = '0.0.
|
4
|
+
s.version = '0.0.2'
|
5
5
|
s.licenses = ['Apache-2.0']
|
6
6
|
s.summary = "The Rollbar Logstash output sends events to the Rollbar error monitoring service."
|
7
7
|
s.description = "This gem is a logstash plugin. Install using: $LS_HOME/bin/plugin install gemname. This gem is not a stand-alone program"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: logstash-output-rollbar-k8s
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Maxim Pogozhiy
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-12-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: logstash-core
|
@@ -82,7 +82,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
82
82
|
version: '0'
|
83
83
|
requirements: []
|
84
84
|
rubyforge_project:
|
85
|
-
rubygems_version: 2.7.
|
85
|
+
rubygems_version: 2.7.6
|
86
86
|
signing_key:
|
87
87
|
specification_version: 4
|
88
88
|
summary: The Rollbar Logstash output sends events to the Rollbar error monitoring
|