logstash-input-elastic_serverless_forwarder 0.1.5-java → 1.0.0-java
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -0
- data/docs/index.asciidoc +0 -8
- data/logstash-input-elastic_serverless_forwarder.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: 1266c6a7956193b8c7199743ebd440d559a3186fbcc3e0011a7dcbf0ac276776
|
4
|
+
data.tar.gz: 886fb64c5bbe55ee366848eba4f9a4d433c162fcdbce1b8ac5b9df955fd8feb0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e8b3c9d8c2069350396e216748d7c923efbff12d6e1fc9d2a97bbfac0fdd21f43e134e983996af85c810596bae3917e1378246e4e2e658101a3ad205c0df0ebd
|
7
|
+
data.tar.gz: 2ae77ad3c6e7ef912c2a09e6b3fceaa366b578e4cd42c426192a67305a0766e13d32f9a8c4d3487ac30de48b83f6561a0f24dc0d8feee1d729b0a7d6f339fcfa
|
data/CHANGELOG.md
CHANGED
@@ -1,3 +1,6 @@
|
|
1
|
+
## 1.0.0
|
2
|
+
- Promote from technical preview to GA [#10](https://github.com/logstash-plugins/logstash-input-elastic_serverless_forwarder/pull/10)
|
3
|
+
|
1
4
|
## 0.1.5
|
2
5
|
- [DOC] Fix attributes to accurately set and clear default codec values [#8](https://github.com/logstash-plugins/logstash-input-elastic_serverless_forwarder/pull/8)
|
3
6
|
|
data/docs/index.asciidoc
CHANGED
@@ -58,14 +58,6 @@ input {
|
|
58
58
|
|
59
59
|
|=======================================================================================================================
|
60
60
|
|
61
|
-
.Technical Preview
|
62
|
-
****
|
63
|
-
This {esf-name} input plugin is part of a _Technical Preview_, which means that both configuration options and implementation details are subject to change in minor releases without being preceded by deprecation warnings.
|
64
|
-
|
65
|
-
Before upgrading this plugin or Logstash itself, please pay special attention to this plugin's https://github.com/logstash-plugins/logstash-input-elastic_serverless_forwarder/blob/main/CHANGELOG.md[CHANGELOG.md] to avoid being caught by surprise.
|
66
|
-
****
|
67
|
-
|
68
|
-
|
69
61
|
[id="plugins-{type}s-{plugin}-enrichment"]
|
70
62
|
==== Enrichment
|
71
63
|
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |s|
|
4
4
|
s.name = 'logstash-input-elastic_serverless_forwarder'
|
5
|
-
s.version = '0.
|
5
|
+
s.version = '1.0.0'
|
6
6
|
s.licenses = ['Apache License (2.0)']
|
7
7
|
s.summary = "Receives events from Elastic Serverless Forwarder over HTTP or HTTPS"
|
8
8
|
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-input-elastic_serverless_forwarder
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 1.0.0
|
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-12-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|