logstash-output-edge_loki 1.0.2 → 1.0.3

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: 00d5df0131344e327df327ecd450bead0a4ba2c0fe04030d40745d9a0cb0f144
4
- data.tar.gz: f37acca3d7f6d71e3451aa257466bd1b5ef5d84ff7d03a54ac7db8774fa5cc0c
3
+ metadata.gz: 28c441e337cfc3425bd57cf691d82882e5148b66c76dff34e01d679a2bc5adaf
4
+ data.tar.gz: 3c38908f62e83a123758dc34350a3b99d3f6008cc70c3923b9d21391cb1e726c
5
5
  SHA512:
6
- metadata.gz: 84f1d809b03e6e29636bc0bf755b35a3f0187fab208b9f56a7d32056cd0f5d7e748688c390f051ea933917609fd78a87c172fbd08992e1915ecb8f05087b940f
7
- data.tar.gz: 6d3d0ae93d5473cf9dc6e93048b63bc1a3f1c77e82a6991b248cfc1d0c21dbecc33b30d3fda26788e353406ff93efc675af36ffcefe78f6b8a85060554c4892e
6
+ metadata.gz: b8a1ae4b94696ecd31c29df8e1f66baad3e588ebecb08e61567ea9d32a56828430d10db9cc8af943f6fc905aa3e4e379bf73184f9ab19889de23a667a0504ca7
7
+ data.tar.gz: 54070a3792e40b6bae0865afe354d28dfbc2c0a0dcd8a6d73b979f58281f12de3c7005520769aaaa532dee00de6ab2850a0702030964755831db59d61cefc831
@@ -9,9 +9,9 @@ require 'uri'
9
9
  require 'json'
10
10
  require 'oauth2'
11
11
 
12
- class LogStash::Outputs::Loki < LogStash::Outputs::Base
12
+ class LogStash::Outputs::EDGE_Loki < LogStash::Outputs::Base
13
13
  include Loki
14
- config_name "loki"
14
+ config_name "edge_loki"
15
15
 
16
16
  ## 'A single instance of the Output will be shared among the pipeline worker threads'
17
17
  concurrency :single
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-output-edge_loki'
3
- s.version = '1.0.2'
3
+ s.version = '1.0.3'
4
4
  s.authors = ['Britto Prabhu']
5
5
  s.email = ['britto.prabhu@apmterminals.com']
6
6
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-output-edge_loki
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Britto Prabhu
@@ -81,7 +81,7 @@ extra_rdoc_files: []
81
81
  files:
82
82
  - Gemfile
83
83
  - README.md
84
- - lib/logstash/outputs/loki.rb
84
+ - lib/logstash/outputs/edge_loki.rb
85
85
  - lib/logstash/outputs/loki/batch.rb
86
86
  - lib/logstash/outputs/loki/entry.rb
87
87
  - logstash-output-edge_loki.gemspec