logstash-output-elasticsearch 11.22.4-java → 11.22.5-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 +1 -1
- 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: 60c6529fa7531efe04e93b06b86961ac5e9995a636215ff4c010e0cdd3a5a15f
|
|
4
|
+
data.tar.gz: 761246b97c79d5bea3da8810d449e99ca704d5346aee1b52bc82f3f4a3926c60
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fb414cc5197c87f4e111acb6b5b853b58f24705e2c186e4c2b6bc680b8c6d64583a46d51d471f352295ab632146025da2018cdc15ab12d3ef6f5e543611119c1
|
|
7
|
+
data.tar.gz: 321249fe2cb731ad67a3d2a02ed9fa46123ab731e514cc14339b9287a885cf524bbb06945ad5c53151c4ee292a08e1d810d336f20ae7df39a4c8c4ac686493e9
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
## 11.22.5
|
|
2
|
+
- [DOC] Correct default data stream name (`logs-generic-default`) [#1140](https://github.com/logstash-plugins/logstash-output-elasticsearch/pull/1140)
|
|
3
|
+
|
|
1
4
|
## 11.22.4
|
|
2
5
|
- [DOC] Adds note that ecs-compatibility is required for data streams to work properly [#1174](https://github.com/logstash-plugins/logstash-output-elasticsearch/pull/1174)
|
|
3
6
|
|
data/docs/index.asciidoc
CHANGED
|
@@ -118,7 +118,7 @@ output {
|
|
|
118
118
|
|
|
119
119
|
This example shows the minimal settings for processing data streams. Events
|
|
120
120
|
with `data_stream.*`` fields are routed to the appropriate data streams. If the
|
|
121
|
-
fields are missing, routing defaults to `logs-generic-
|
|
121
|
+
fields are missing, routing defaults to `logs-generic-default`.
|
|
122
122
|
|
|
123
123
|
**Example: Customize data stream name**
|
|
124
124
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = 'logstash-output-elasticsearch'
|
|
3
|
-
s.version = '11.22.
|
|
3
|
+
s.version = '11.22.5'
|
|
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: 11.22.
|
|
4
|
+
version: 11.22.5
|
|
5
5
|
platform: java
|
|
6
6
|
authors:
|
|
7
7
|
- Elastic
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-04-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|