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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 184e39991e3029bf1f93d2c922861f3dfe77db6116b2438112bbbd0b43bf2263
4
- data.tar.gz: 9fbe8a553970d23dfe6f4ac36c0c3d46114718f31addf459aeeeba3c99f41b8c
3
+ metadata.gz: 73a9ca34c46fe6fd562343a6f87fe5de1b4fac8672fef5ab2e929e26bdd230b8
4
+ data.tar.gz: eaf193e331e2ad09829179a17c47ba60686fe26fbef4605d7ed0825d8c58dd29
5
5
  SHA512:
6
- metadata.gz: 2d97e202b245bbbff5115406020d0b038f4a54854ff23a88b895d691eb60982d16520c5461ccd9aca0ac765a6d7cab19b32d9b764d4a17aab102535973a1c77e
7
- data.tar.gz: d393e761bfb0e53026849350888949c5917e4d37d311cf76ad7a4820fa16193728d3653495da16e20e51bd72ead3a484d4bfedb408e7e3907a7375d7d476bbc8
6
+ metadata.gz: fdd499d6f139bceda63390eef03ccea88584d77a66eca6dc7ebaeff709afe2eaf1cf963fe93979b3b7c879a367e06a6155ccf00928ff74189844055994e3792c
7
+ data.tar.gz: ee501eccd9664373b0c480a62dfa3c8f870ba5f40e71008fe1a00c81dcad5dc0eaf2a433775989059a7996d2697bccc148f7bf68c35814b37f8ee89f0ce92fc8
data/Gemfile CHANGED
@@ -1,3 +1,3 @@
1
1
  source 'https://rubygems.org'
2
2
  gemspec
3
- gem "logstash", :github => "elasticsearch/logstash", :branch => "6.4"
3
+ gem "logstash", :github => "elasticsearch/logstash", :branch => "6.5"
@@ -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['kubernetes'].has_key?('namespace') ? data['kubernetes']['namespace'] : @environment
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.1'
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.1
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-09-05 00:00:00.000000000 Z
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.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