logstash-output-otlp 0.4.5-java → 0.4.7-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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 99edd5380c8a604ff1635507ffe85f213a05092e4b9508f7273df289da3abe31
|
|
4
|
+
data.tar.gz: 7ed7840fb269a6108d3679c77250c9e68b3953661a48903c4bb1d7e30ef025fa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b45a36f07a5c1818247675b4a3806fc52d5f911e79cf2563858ad38a0c4576b7662de4ec816c66a7b8084eee97c6b1eda1814addea4e486f30c900116e2ff148
|
|
7
|
+
data.tar.gz: 5bd376d2998654a9c6ee5f39f79fa421b95880111600c84c77948076ba3596f4e22214d86aea040b8d47ce84707bd79c4ae6fb7fb2606e692991b5f0b9753882
|
data/README.md
CHANGED
|
@@ -239,7 +239,7 @@ That pattern is intended for local smoke tests of the local gem only.
|
|
|
239
239
|
For a production-like image that installs the published gem from RubyGems, use:
|
|
240
240
|
|
|
241
241
|
```dockerfile
|
|
242
|
-
FROM docker.elastic.co/logstash/logstash:9.
|
|
242
|
+
FROM docker.elastic.co/logstash/logstash:9.4.4@sha256:c1aeca2bbf56148c1c868957e1d0ea5aa020cba5b3dca3493a097f54c0efc544
|
|
243
243
|
RUN logstash-plugin install logstash-output-otlp
|
|
244
244
|
```
|
|
245
245
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.4.
|
|
1
|
+
0.4.7
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: logstash-output-otlp
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.7
|
|
5
5
|
platform: java
|
|
6
6
|
authors:
|
|
7
7
|
- Willian Marchan
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-
|
|
11
|
+
date: 2026-07-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -74,7 +74,7 @@ files:
|
|
|
74
74
|
- lib/logstash-output-otlp_jars.rb
|
|
75
75
|
- lib/logstash/outputs/otlp.rb
|
|
76
76
|
- logstash-output-otlp.gemspec
|
|
77
|
-
- vendor/jar-dependencies/org/otlp/logstash-output-otlp/0.4.
|
|
77
|
+
- vendor/jar-dependencies/org/otlp/logstash-output-otlp/0.4.7/logstash-output-otlp-0.4.7.jar
|
|
78
78
|
homepage: https://github.com/wjma90/logstash-output-otlp
|
|
79
79
|
licenses:
|
|
80
80
|
- Apache-2.0
|