logstash-output-opentelemetry 0.4.0.rc2-java → 0.4.1-java
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -2
- data/README.md +3 -6
- data/VERSION +1 -1
- data/lib/logstash-output-opentelemetry_jars.rb +1 -1
- data/vendor/jar-dependencies/net/stomer/logstash-output-opentelemetry/{0.4.0.rc2/logstash-output-opentelemetry-0.4.0.rc2.jar → 0.4.1/logstash-output-opentelemetry-0.4.1.jar} +0 -0
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6ec49dfd29fb2c7dc753981113539980e5fb2e1979733ef456e12458673286d5
|
|
4
|
+
data.tar.gz: 532105ef0ff0847aaef51ae1478f9f7d6c0d8203bfd70f0ee7d8537c5003431e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ea469a414d6e8b4fab6bc806e3dce45e299455cb4354aa4dab25bda14aa830ec63ee7261c63d5a3b61e5e78df7804183b6d21ef4b4bc572ad4f57ebfe61fb7f1
|
|
7
|
+
data.tar.gz: e09e4b3412771adbe52d19a95acf7580e375c784f23e5d6f9196116144c88f0fcdd8d9819fec0d1bff427835bd6440d41bf428e28385b37ab62d173319a4da14
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
|
+
## 0.4.0
|
|
2
|
+
- Added more configuration options
|
|
3
|
+
- Fixed data rendering that resulted in ConvertedList not being converted to String correctly
|
|
4
|
+
## 0.3.0
|
|
5
|
+
- Fixed bug that prevented `logstash install` from working
|
|
1
6
|
## 0.2.0
|
|
2
7
|
- Deprecated `endpoint_type` option
|
|
3
8
|
- Added `protocol` option
|
|
4
9
|
- Added `compression` option
|
|
5
|
-
## 0.3.0
|
|
6
|
-
- Fixed bug that prevented `logstash install` from working
|
data/README.md
CHANGED
|
@@ -1,22 +1,19 @@
|
|
|
1
|
-
# Logstash
|
|
1
|
+
# Logstash Output Plugin for OpenTelemetry
|
|
2
2
|
|
|
3
3
|
[](https://github.com/paulgrav/logstash-output-opentelemetry/actions/workflows/gradle.yml)
|
|
4
4
|
|
|
5
|
-
This is a Java plugin for [Logstash](https://github.com/elastic/logstash).
|
|
5
|
+
This is a Java-based plugin for [Logstash](https://github.com/elastic/logstash).
|
|
6
6
|
|
|
7
7
|
It is fully free and fully open source. The license is Apache 2.0, meaning you are free to use it however you want.
|
|
8
8
|
|
|
9
|
-
The documentation for Logstash Java plugins is available [here](https://www.elastic.co/guide/en/logstash/6.7/contributing-java-plugin.html).
|
|
10
|
-
|
|
11
9
|
## OpenTelemetry
|
|
12
10
|
|
|
13
11
|
This plugin allows Logstash to output looks to an OpenTelemetry otlp endpoint.
|
|
14
12
|
|
|
15
|
-
|
|
13
|
+
Default field mapping is as per the spec: https://opentelemetry.io/docs/reference/specification/logs/data-model/#elastic-common-schema
|
|
16
14
|
|
|
17
15
|
```
|
|
18
16
|
@timestamp >> Timestamp
|
|
19
|
-
log.level >> SeverityText
|
|
20
17
|
message >> Body
|
|
21
18
|
```
|
|
22
19
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.4.
|
|
1
|
+
0.4.1
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: logstash-output-opentelemetry
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.1
|
|
5
5
|
platform: java
|
|
6
6
|
authors:
|
|
7
7
|
- Paul Grave
|
|
@@ -74,7 +74,7 @@ files:
|
|
|
74
74
|
- lib/logstash-output-opentelemetry_jars.rb
|
|
75
75
|
- lib/logstash/outputs/opentelemetry.rb
|
|
76
76
|
- logstash-output-opentelemetry.gemspec
|
|
77
|
-
- vendor/jar-dependencies/net/stomer/logstash-output-opentelemetry/0.4.
|
|
77
|
+
- vendor/jar-dependencies/net/stomer/logstash-output-opentelemetry/0.4.1/logstash-output-opentelemetry-0.4.1.jar
|
|
78
78
|
homepage: https://github.com/paulgrav/logstash-output-opentelemetry
|
|
79
79
|
licenses:
|
|
80
80
|
- Apache-2.0
|
|
@@ -93,9 +93,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
93
93
|
version: '0'
|
|
94
94
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
95
95
|
requirements:
|
|
96
|
-
- - "
|
|
96
|
+
- - ">="
|
|
97
97
|
- !ruby/object:Gem::Version
|
|
98
|
-
version:
|
|
98
|
+
version: '0'
|
|
99
99
|
requirements: []
|
|
100
100
|
rubygems_version: 3.0.6
|
|
101
101
|
signing_key:
|