logstash-output-opensearch 2.0.3-java → 2.1.0-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: c4d023016ab9043a845b0c4c35fc0fea899235e8f15d32f8cc9799a29dd4a84a
4
- data.tar.gz: 1eef3e646ab7a2ec0ac175fa26b3fe7983755133de4bb0580ea55299d55ce18c
3
+ metadata.gz: 9e28db2587cf1e6799c6c3e120ae645c32731c4ac2deb133b56657991ccecf45
4
+ data.tar.gz: 79ff25a9dbbe8404d02a73839ad8b8fccadb48b050e0d04296e5727402d6a82c
5
5
  SHA512:
6
- metadata.gz: e22c44f48115c0df680dc9dc1e886daa5ac1521daf1a3b1ee3c9f5574eed59e7974356bff2055dfc44c0ed01115cb8838b073ffa7b81d70172b5da227c718584
7
- data.tar.gz: 98556ece3e0e8f771a8168bffb32d6b8be5d4e21d356cbd64ddb814b26ac5cb91c3b58a94f49dec72e377a67cb3896008a7441f9db2373bcf3c15de9f7ece2a9
6
+ metadata.gz: caffc9d8fe50149b4608b4c1317394459a333485d6f3c06aa1d0388eb02b2b0e74433a0f34df89bcd8079767911ab7a71f88a38043dc38f3516c40bf73572f1a
7
+ data.tar.gz: 29dbc4775ddc406eec95d85e04d31e2d002ebfc0bc327dd15377f43bf433c1cb6acbaeb7c0fe9f5befccf4ced94766b62401b3c7d71b78fde6f06a81a663a395
checksums.yaml.gz.sig CHANGED
Binary file
data/MAINTAINERS.md CHANGED
@@ -5,21 +5,21 @@ This document contains a list of maintainers in this repo. See [opensearch-proje
5
5
  ## Current Maintainers
6
6
 
7
7
 
8
- | Maintainer | GitHub ID | Affiliation |
9
- | ------------------------ | --------------------------------------------------- | ----------- |
10
- | Daniel "dB." Doubrovkine | [dblock](https://github.com/dblock) | Amazon |
11
- | Asif Sohail Mohammed | [asifsmohammed](https://github.com/asifsmohammed) | Amazon |
12
- | David Venable | [dlvenable](https://github.com/dlvenable) | Amazon |
13
- | Hai Yan | [oeyh](https://github.com/oeyh) | Amazon |
8
+ | Maintainer | GitHub ID | Affiliation |
9
+ | -------------------- | ------------------------------------------------- | ----------- |
10
+ | Asif Sohail Mohammed | [asifsmohammed](https://github.com/asifsmohammed) | Amazon |
11
+ | David Venable | [dlvenable](https://github.com/dlvenable) | Amazon |
12
+ | Hai Yan | [oeyh](https://github.com/oeyh) | Amazon |
14
13
 
15
14
 
16
15
 
17
16
  ## Emeritus
18
17
 
19
- | Maintainer | GitHub ID | Affiliation |
20
- | ----------------------- | ------------------------------------------- | ----------- |
21
- | Jack Mazanec | [jmazanec15](https://github.com/jmazanec15) | Amazon |
22
- | Vamshi Vijay Nakkirtha | [vamshin](https://github.com/vamshin) | Amazon |
23
- | Vijayan Balasubramanian | [VijayanB](https://github.com/VijayanB) | Amazon |
24
- | Deep Datta | [deepdatta](https://github.com/deepdatta) | Amazon |
25
- | Shivani Shukla | [sshivanii](https://github.com/sshivanii) | Amazon |
18
+ | Maintainer | GitHub ID | Affiliation |
19
+ | ------------------------ | ------------------------------------------- | ----------- |
20
+ | Daniel "dB." Doubrovkine | [dblock](https://github.com/dblock) | Independent |
21
+ | Jack Mazanec | [jmazanec15](https://github.com/jmazanec15) | Amazon |
22
+ | Vamshi Vijay Nakkirtha | [vamshin](https://github.com/vamshin) | Amazon |
23
+ | Vijayan Balasubramanian | [VijayanB](https://github.com/VijayanB) | Amazon |
24
+ | Deep Datta | [deepdatta](https://github.com/deepdatta) | Amazon |
25
+ | Shivani Shukla | [sshivanii](https://github.com/sshivanii) | Amazon |
data/README.md CHANGED
@@ -11,7 +11,7 @@
11
11
 
12
12
  ## Welcome!
13
13
 
14
- **logstash-output-opensearch** is a community-driven, open source fork logstash-output-elasticsearch licensed under the [Apache v2.0 License](LICENSE). For more information, see [opensearch.org](https://opensearch.org/).
14
+ **logstash-output-opensearch** is a community-driven, open source fork of logstash-output-elasticsearch licensed under the [Apache v2.0 License](LICENSE). For more information, see [opensearch.org](https://opensearch.org/).
15
15
 
16
16
  The logstash-output-opensearch plugin helps to ship events from Logstash to OpenSearch cluster.
17
17
 
@@ -112,8 +112,11 @@ Starting in 2.0.0, the aws sdk version is bumped to v3. In order for all other A
112
112
  /usr/share/logstash/bin/logstash-plugin install --version 0.1.0.pre logstash-integration-aws
113
113
  /usr/share/logstash/bin/logstash-plugin install --version 2.0.0 logstash-output-opensearch
114
114
  ```
115
+
116
+ For all other plugin configuration parameters, please inspect [api_configs.rb](lib/logstash/plugin_mixins/opensearch/api_configs.rb).
117
+
115
118
  ## ECS Compatibility
116
- [Elastic Common Schema(ECS)](https://www.elastic.co/guide/en/ecs/current/index.html]) compatibility for V8 was added in 1.3.0. For more details on ECS support refer to this [documentation](docs/ecs_compatibility.md).
119
+ [Elastic Common Schema(ECS)](https://www.elastic.co/guide/en/ecs/current/index.html) compatibility for V8 was added in 1.3.0. For more details on ECS support refer to this [documentation](docs/ecs_compatibility.md).
117
120
 
118
121
 
119
122
  ## Code of Conduct
data/RELEASING.md CHANGED
@@ -13,13 +13,7 @@ This document explains the release strategy for artifacts in this organization.
13
13
 
14
14
  ### Release Branching
15
15
 
16
- Given the current major release of 1.0, projects in this organization maintain the following active branches.
17
-
18
- * **main**: The next _major_ release. This is the branch where all merges take place and code moves fast.
19
- * **1.x**: The next _minor_ release. Once a change is merged into `main`, decide whether to backport it to `1.x`.
20
- * **1.0**: The _current_ release. In between minor releases, only hotfixes (e.g. security) are backported to `1.0`.
21
-
22
- Label PRs with the next major version label (e.g. `2.0.0`) and merge changes into `main`. Label PRs that you believe need to be backported as `1.x` and `1.0`. Backport PRs by checking out the versioned branch, cherry-pick changes and open a PR against each target backport branch.
16
+ This project currently releases only from `main`.
23
17
 
24
18
  ### Feature Branches
25
19
 
@@ -27,14 +21,17 @@ Do not creating branches in the upstream repo, use your fork, for the exception
27
21
 
28
22
  ## Release Labels
29
23
 
30
- Repositories create consistent release labels, such as `v1.0.0`, `v1.1.0` and `v2.0.0`, as well as `backport`. Use release labels to target an issue or a PR for a given release. See [MAINTAINERS](MAINTAINERS.md#triage-open-issues) for more information on triaging issues.
24
+ Repositories create consistent release labels, such as `1.0.0`, `1.1.0` and `2.0.0`, as well as `backport`. Use release labels to target an issue or a PR for a given release. See [MAINTAINERS](MAINTAINERS.md#triage-open-issues) for more information on triaging issues.
31
25
 
32
26
  ## Releasing
33
27
 
34
28
  The release process is standard across repositories in this org and is run by a release manager volunteering from amongst [MAINTAINERS](MAINTAINERS.md).
35
29
 
36
- 1. Create a tag, e.g. 1.0.0, and push it to this GitHub repository.
30
+ 1. Create a tag, e.g. `1.0.0`, and push it to this GitHub repository. You can do this from your local fork:
31
+ 1. `git fetch upstream --tags`
32
+ 1. `git tag 2.0.3`
33
+ 1. `git push --tags upstream`
37
34
  1. The [release-drafter.yml](.github/workflows/release-drafter.yml) will be automatically kicked off and a draft release will be created.
38
- 1. This draft release triggers the [jenkins release workflow](https://build.ci.opensearch.org/job/logstash-ouput-opensearch-release) as a As a result of which the logstash-output-plugin is released on [rubygems.org](https://rubygems.org/gems/logstash-output-opensearch). Please note that the release workflow is triggered only if created release is in draft state.
35
+ 1. This draft release triggers the [jenkins release workflow](https://build.ci.opensearch.org/job/logstash-output-opensearch-release) as a As a result of which the logstash-output-plugin is released on [rubygems.org](https://rubygems.org/gems/logstash-output-opensearch). Please note that the release workflow is triggered only if created release is in draft state.
39
36
  1. Once the above release workflow is successful, the drafted release on GitHub is published automatically.
40
37
  1. Increment "version" in [logstash-output-opensearch.gemspec](./logstash-output-opensearch.gemspec) to the next iteration, e.g. 1.0.1.
@@ -11,7 +11,7 @@ signing_key_path = "gem-private_key.pem"
11
11
 
12
12
  Gem::Specification.new do |s|
13
13
  s.name = 'logstash-output-opensearch'
14
- s.version = '2.0.3'
14
+ s.version = '2.1.0'
15
15
 
16
16
  s.licenses = ['Apache-2.0']
17
17
  s.summary = "Stores logs in OpenSearch"
@@ -45,7 +45,7 @@ Gem::Specification.new do |s|
45
45
  s.add_runtime_dependency 'stud', ['>= 0.0.17', '~> 0.0']
46
46
  s.add_runtime_dependency "logstash-core-plugin-api", ">= 1.60", "<= 2.99"
47
47
  s.add_runtime_dependency 'logstash-mixin-ecs_compatibility_support', '~>1.0'
48
- s.add_runtime_dependency 'aws-sdk', '~> 3'
48
+ s.add_runtime_dependency 'aws-sdk-core', '~> 3'
49
49
  s.add_runtime_dependency 'json', '>= 2.3.0', '~> 2'
50
50
 
51
51
  s.add_development_dependency 'logstash-codec-plain'
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,19 +1,18 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-output-opensearch
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.3
4
+ version: 2.1.0
5
5
  platform: java
6
6
  authors:
7
7
  - Elastic
8
8
  - OpenSearch Contributors
9
- autorequire:
10
9
  bindir: bin
11
10
  cert_chain:
12
11
  - |
13
12
  -----BEGIN CERTIFICATE-----
14
13
  MIIDfDCCAmSgAwIBAgIBATANBgkqhkiG9w0BAQsFADBCMRMwEQYDVQQDDApvcGVu
15
14
  c2VhcmNoMRYwFAYKCZImiZPyLGQBGRYGYW1hem9uMRMwEQYKCZImiZPyLGQBGRYD
16
- Y29tMB4XDTI0MDcyNjIzMjIyN1oXDTI1MDcyNjIzMjIyN1owQjETMBEGA1UEAwwK
15
+ Y29tMB4XDTI1MDcwNzIwMDIyNVoXDTI2MDcwNzIwMDIyNVowQjETMBEGA1UEAwwK
17
16
  b3BlbnNlYXJjaDEWMBQGCgmSJomT8ixkARkWBmFtYXpvbjETMBEGCgmSJomT8ixk
18
17
  ARkWA2NvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAM1z3/jcitjV
19
18
  umXwRFn+JSBBd36qZB54Dtucf6+E2fmNPzBRhgYN5XJy/+clQJ9NIJV7C8H52P3V
@@ -24,16 +23,17 @@ cert_chain:
24
23
  zfR37/NQFkECAwEAAaN9MHswCQYDVR0TBAIwADALBgNVHQ8EBAMCBLAwHQYDVR0O
25
24
  BBYEFJJ2myhLXK742btavNbG0IWrMNBIMCAGA1UdEQQZMBeBFW9wZW5zZWFyY2hA
26
25
  YW1hem9uLmNvbTAgBgNVHRIEGTAXgRVvcGVuc2VhcmNoQGFtYXpvbi5jb20wDQYJ
27
- KoZIhvcNAQELBQADggEBAB1D6Ba88KkTApeUl0Iv/WKie1WNi+6o3KQhqqLt+xjB
28
- oiBLLdQpKwH7k/TkCmfo9/8lY1sa3Pxckuw2fNVDaVhEHX56fmTUPoOjkyPS4H19
29
- YEKFBeY6U1aF7a2piN58j4EcPP7Kv0KD3RlaEwKbYJTiOy/0f5XjWqVYKOS+DrjM
30
- EMhX0gWR5oucydDNSi5hkggPYqCZnW9q6yo+k/FW+DK33CeUm69D6elFx7qPGhEx
31
- m0rB25J1sO2yjlalRdBoV5p7OKaWG4CGMr+q6vCC2za7yrtZiYOOv+KpWmheTwds
32
- P1nbdIL2eAXGfNU3cbtYisS1sSYi7VSkS52pVk8Jgtw=
26
+ KoZIhvcNAQELBQADggEBABoyE+vT8JDWYpSyDbMTDS7Am/wRsxzRPN9elTTTLB8a
27
+ YlIn33WwOjg4OZeSmGqTOrlr3ml2YRFr7AuBvk2QrPCSwa25Ta7D39wmy+DMU6RZ
28
+ TkgPE/0/WH1HH72XS+gyQ+VypItQRAWuXw773uXAw7nxUibhBFnvvugfiv1vDD3W
29
+ T54ektIq3Zge7DJ+jldYHsgkRSpDNGDKE1FMT15DqIbC9/Zncu5OAcyvP0MAsIu6
30
+ o3OY7TEtlEaoDIDrA4z7IYumFy9TDivmILkTJzWsxSloQBapMYO7NBc340n2avwn
31
+ 4EIvCSrKF9/Pk18ts8FuoqT89wCNnJBrRqMy/ylgHgY=
33
32
  -----END CERTIFICATE-----
34
- date: 2024-11-04 00:00:00.000000000 Z
33
+ date: 1980-01-02 00:00:00.000000000 Z
35
34
  dependencies:
36
35
  - !ruby/object:Gem::Dependency
36
+ name: manticore
37
37
  requirement: !ruby/object:Gem::Requirement
38
38
  requirements:
39
39
  - - ">="
@@ -42,7 +42,6 @@ dependencies:
42
42
  - - "<"
43
43
  - !ruby/object:Gem::Version
44
44
  version: 1.0.0
45
- name: manticore
46
45
  type: :runtime
47
46
  prerelease: false
48
47
  version_requirements: !ruby/object:Gem::Requirement
@@ -54,6 +53,7 @@ dependencies:
54
53
  - !ruby/object:Gem::Version
55
54
  version: 1.0.0
56
55
  - !ruby/object:Gem::Dependency
56
+ name: stud
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
59
  - - ">="
@@ -62,7 +62,6 @@ dependencies:
62
62
  - - "~>"
63
63
  - !ruby/object:Gem::Version
64
64
  version: '0.0'
65
- name: stud
66
65
  type: :runtime
67
66
  prerelease: false
68
67
  version_requirements: !ruby/object:Gem::Requirement
@@ -74,6 +73,7 @@ dependencies:
74
73
  - !ruby/object:Gem::Version
75
74
  version: '0.0'
76
75
  - !ruby/object:Gem::Dependency
76
+ name: logstash-core-plugin-api
77
77
  requirement: !ruby/object:Gem::Requirement
78
78
  requirements:
79
79
  - - ">="
@@ -82,7 +82,6 @@ dependencies:
82
82
  - - "<="
83
83
  - !ruby/object:Gem::Version
84
84
  version: '2.99'
85
- name: logstash-core-plugin-api
86
85
  type: :runtime
87
86
  prerelease: false
88
87
  version_requirements: !ruby/object:Gem::Requirement
@@ -94,12 +93,12 @@ dependencies:
94
93
  - !ruby/object:Gem::Version
95
94
  version: '2.99'
96
95
  - !ruby/object:Gem::Dependency
96
+ name: logstash-mixin-ecs_compatibility_support
97
97
  requirement: !ruby/object:Gem::Requirement
98
98
  requirements:
99
99
  - - "~>"
100
100
  - !ruby/object:Gem::Version
101
101
  version: '1.0'
102
- name: logstash-mixin-ecs_compatibility_support
103
102
  type: :runtime
104
103
  prerelease: false
105
104
  version_requirements: !ruby/object:Gem::Requirement
@@ -108,12 +107,12 @@ dependencies:
108
107
  - !ruby/object:Gem::Version
109
108
  version: '1.0'
110
109
  - !ruby/object:Gem::Dependency
110
+ name: aws-sdk-core
111
111
  requirement: !ruby/object:Gem::Requirement
112
112
  requirements:
113
113
  - - "~>"
114
114
  - !ruby/object:Gem::Version
115
115
  version: '3'
116
- name: aws-sdk
117
116
  type: :runtime
118
117
  prerelease: false
119
118
  version_requirements: !ruby/object:Gem::Requirement
@@ -122,6 +121,7 @@ dependencies:
122
121
  - !ruby/object:Gem::Version
123
122
  version: '3'
124
123
  - !ruby/object:Gem::Dependency
124
+ name: json
125
125
  requirement: !ruby/object:Gem::Requirement
126
126
  requirements:
127
127
  - - ">="
@@ -130,7 +130,6 @@ dependencies:
130
130
  - - "~>"
131
131
  - !ruby/object:Gem::Version
132
132
  version: '2'
133
- name: json
134
133
  type: :runtime
135
134
  prerelease: false
136
135
  version_requirements: !ruby/object:Gem::Requirement
@@ -142,12 +141,12 @@ dependencies:
142
141
  - !ruby/object:Gem::Version
143
142
  version: '2'
144
143
  - !ruby/object:Gem::Dependency
144
+ name: logstash-codec-plain
145
145
  requirement: !ruby/object:Gem::Requirement
146
146
  requirements:
147
147
  - - ">="
148
148
  - !ruby/object:Gem::Version
149
149
  version: '0'
150
- name: logstash-codec-plain
151
150
  type: :development
152
151
  prerelease: false
153
152
  version_requirements: !ruby/object:Gem::Requirement
@@ -156,12 +155,12 @@ dependencies:
156
155
  - !ruby/object:Gem::Version
157
156
  version: '0'
158
157
  - !ruby/object:Gem::Dependency
158
+ name: logstash-devutils
159
159
  requirement: !ruby/object:Gem::Requirement
160
160
  requirements:
161
161
  - - ">="
162
162
  - !ruby/object:Gem::Version
163
163
  version: '0'
164
- name: logstash-devutils
165
164
  type: :development
166
165
  prerelease: false
167
166
  version_requirements: !ruby/object:Gem::Requirement
@@ -170,12 +169,12 @@ dependencies:
170
169
  - !ruby/object:Gem::Version
171
170
  version: '0'
172
171
  - !ruby/object:Gem::Dependency
172
+ name: flores
173
173
  requirement: !ruby/object:Gem::Requirement
174
174
  requirements:
175
175
  - - ">="
176
176
  - !ruby/object:Gem::Version
177
177
  version: '0'
178
- name: flores
179
178
  type: :development
180
179
  prerelease: false
181
180
  version_requirements: !ruby/object:Gem::Requirement
@@ -184,12 +183,12 @@ dependencies:
184
183
  - !ruby/object:Gem::Version
185
184
  version: '0'
186
185
  - !ruby/object:Gem::Dependency
186
+ name: cabin
187
187
  requirement: !ruby/object:Gem::Requirement
188
188
  requirements:
189
189
  - - "~>"
190
190
  - !ruby/object:Gem::Version
191
191
  version: '0.6'
192
- name: cabin
193
192
  type: :development
194
193
  prerelease: false
195
194
  version_requirements: !ruby/object:Gem::Requirement
@@ -198,12 +197,12 @@ dependencies:
198
197
  - !ruby/object:Gem::Version
199
198
  version: '0.6'
200
199
  - !ruby/object:Gem::Dependency
200
+ name: opensearch-ruby
201
201
  requirement: !ruby/object:Gem::Requirement
202
202
  requirements:
203
203
  - - "~>"
204
204
  - !ruby/object:Gem::Version
205
205
  version: '1'
206
- name: opensearch-ruby
207
206
  type: :development
208
207
  prerelease: false
209
208
  version_requirements: !ruby/object:Gem::Requirement
@@ -293,7 +292,6 @@ metadata:
293
292
  logstash_plugin: 'true'
294
293
  logstash_group: output
295
294
  source_code_uri: https://github.com/opensearch-project/logstash-output-opensearch
296
- post_install_message:
297
295
  rdoc_options: []
298
296
  require_paths:
299
297
  - lib
@@ -308,8 +306,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
308
306
  - !ruby/object:Gem::Version
309
307
  version: '0'
310
308
  requirements: []
311
- rubygems_version: 3.3.26
312
- signing_key:
309
+ rubygems_version: 3.7.2
313
310
  specification_version: 4
314
311
  summary: Stores logs in OpenSearch
315
312
  test_files:
metadata.gz.sig CHANGED
Binary file