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 +4 -4
- data/README.md +6 -3
- data/logstash-output-coralogix-logger.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: ce71279d0cbc8f88efcb5d8cfa4f70d744ac2647
|
4
|
+
data.tar.gz: 64d69aa230273a6339733a9304ef5360dac7017d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
-
|
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.
|
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
|
-
#####
|
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.
|
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'
|