logstash-output-elasticsearch 12.0.3-java → 12.0.4-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 +3 -0
- data/docs/index.asciidoc +3 -2
- data/logstash-output-elasticsearch.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5d05f307c49bf3e1060a89278d32ac100b073de8b76dc2e84b4cd2e9dd40efdf
|
4
|
+
data.tar.gz: e8d09363e761fc2902a4f345e12cf754bec11de3ab2de662be1a2f77af03b888
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c66b31e7d1074d02b78c14274bde382ba53f74d73e634715a397c81fe4e29820e5ddcfb4b20c9339be772fe5efa820cfa8c5c127821245a7fa2ddd98c7391a87
|
7
|
+
data.tar.gz: d1e4a02566e65b1388e82cce6134126dfd2f9106a9ed2f2daacf7b354450a7cd6ca8f36b4b4400a1f70d404dc375d32fbaeb8b7061b365258386955c2afa48d0
|
data/CHANGELOG.md
CHANGED
@@ -1,3 +1,6 @@
|
|
1
|
+
## 12.0.4
|
2
|
+
- [DOC] Update Cloud terminology [#1212](https://github.com/logstash-plugins/logstash-output-elasticsearch/pull/1212)
|
3
|
+
|
1
4
|
## 12.0.3
|
2
5
|
- Demote connection log entry from WARN to INFO connection during register phase [#1211](https://github.com/logstash-plugins/logstash-output-elasticsearch/pull/1211)
|
3
6
|
|
data/docs/index.asciidoc
CHANGED
@@ -65,9 +65,10 @@ Set the value to port :443 instead.
|
|
65
65
|
For more info on sending data from {ls} to {es-serverless}, check out the {serverless-docs}/elasticsearch/what-is-elasticsearch-serverless[{es-serverless} docs].
|
66
66
|
|
67
67
|
[id="plugins-{type}s-{plugin}-ess"]
|
68
|
-
====
|
68
|
+
==== {ls} to {ech}
|
69
69
|
|
70
|
-
|
70
|
+
You can run Elasticsearch on your own hardware or use Elastic Cloud Hosted, available on AWS, GCP, and Azure.
|
71
|
+
Try Elastic Cloud Hosted for free: https://cloud.elastic.co/registration.
|
71
72
|
|
72
73
|
==== Compatibility with the Elastic Common Schema (ECS)
|
73
74
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = 'logstash-output-elasticsearch'
|
3
|
-
s.version = '12.0.
|
3
|
+
s.version = '12.0.4'
|
4
4
|
s.licenses = ['apache-2.0']
|
5
5
|
s.summary = "Stores logs in Elasticsearch"
|
6
6
|
s.description = "This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: logstash-output-elasticsearch
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 12.0.
|
4
|
+
version: 12.0.4
|
5
5
|
platform: java
|
6
6
|
authors:
|
7
7
|
- Elastic
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-07-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|