logstash-output-coralogix_logger 0.10.0 → 0.11.0

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: 0f5ba2d658ba9fea306c5e88d2b1daab20fd3081
4
- data.tar.gz: c4a68ed34cd113a34fb2d676889595555ff6da7d
3
+ metadata.gz: ce71279d0cbc8f88efcb5d8cfa4f70d744ac2647
4
+ data.tar.gz: 64d69aa230273a6339733a9304ef5360dac7017d
5
5
  SHA512:
6
- metadata.gz: 8c6701127a679bf4eb5d153affbc80ba20417ef20da62b4a4fe6c84aa0030b1728374cc9bd9a4aadf3d10f2fdbf177b29ccbbca4ed31d3d5f7e20f710f6ad35e
7
- data.tar.gz: d745cd27140fa63a2d0d18f5aeada76e0af97c31ba94a47317f7979a4175da9116f088d0bf2b772943570688f1ede8abf6a4e6dab7d8c8467deed8d9b6d091c1
6
+ metadata.gz: 6e6e82fa6d62bbba8a4a922d23ec33d7e4933af4b86f6194fac683d6cfa50e77677b748ca08369e3d4b6ebaaaddd1d0d0bc37a072726857175d2d955a430eeea
7
+ data.tar.gz: 2a64417998757ae30886a97e99b58a1a57a49aec703613f59f502905046b525f89befe6e6be2f41568f422a56859236f3677409befad57c6e4b7395d5187463a
data/README.md CHANGED
@@ -26,7 +26,10 @@ Have Logstash installed, for more information on how to install: https://www.ela
26
26
 
27
27
  ## Installation
28
28
 
29
- logstash-plugin install logstash-output-coralogix_logger. If you are not sure where logstash-plugin is located, you can check here:
29
+ #####
30
+ logstash-plugin install logstash-output-coralogix_logger
31
+
32
+ If you are not sure where logstash-plugin is located, you can check here:
30
33
 
31
34
  https://www.elastic.co/guide/en/logstash/current/dir-layout.html
32
35
 
@@ -49,9 +52,9 @@ Open your Logstash configuration file and add Coralogix output. (You should conf
49
52
  }
50
53
 
51
54
  The fist key (config_params) is mandatory while the other two are optional.
52
- In case your input stream is a JSON object, you can extract APP_NAME and/or SUB_SYSTEM from the JSON using the $ sign. For instance, in the bellow JSON $message. system will extract “nginx” value.
55
+ In case your input stream is a JSON object, you can extract APP_NAME and/or SUB_SYSTEM from the JSON using the $ sign. For instance, in the bellow JSON $message.system will extract “nginx” value.
53
56
 
54
- ##### Example: Ruby usage ####
57
+ #####
55
58
  {
56
59
  "@timestamp": "2017 - 04 - 03 T18: 44: 28.591 Z",
57
60
  "@version": "1",
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-output-coralogix_logger'
3
- s.version = '0.10.0'
3
+ s.version = '0.11.0'
4
4
  s.licenses = ['Apache License (2.0)']
5
5
  s.summary = 'Coralogix Logstash logger SDK'
6
6
  s.description = 'Coralogix Logstash logger to send logs to Coralogix server'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-output-coralogix_logger
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.11.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Royee Goldberg