Skip to content

Commit 856763c

Browse files
authored
Build plugin against aws-sdk-core. (#267)
Signed-off-by: Paulo E. Castro <paulo.castro@hmrc.gov.uk> Signed-off-by: Paulo E. Castro <pecastro@wormholenet.com>
1 parent ac2f1ee commit 856763c

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Starting in 2.0.0, the aws sdk version is bumped to v3. In order for all other A
113113
/usr/share/logstash/bin/logstash-plugin install --version 2.0.0 logstash-output-opensearch
114114
```
115115
## 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).
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).
117117

118118

119119
## Code of Conduct

logstash-output-opensearch.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ signing_key_path = "gem-private_key.pem"
1111

1212
Gem::Specification.new do |s|
1313
s.name = 'logstash-output-opensearch'
14-
s.version = '2.0.3'
14+
s.version = '2.1.0'
1515

1616
s.licenses = ['Apache-2.0']
1717
s.summary = "Stores logs in OpenSearch"
@@ -45,7 +45,7 @@ Gem::Specification.new do |s|
4545
s.add_runtime_dependency 'stud', ['>= 0.0.17', '~> 0.0']
4646
s.add_runtime_dependency "logstash-core-plugin-api", ">= 1.60", "<= 2.99"
4747
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'
4949
s.add_runtime_dependency 'json', '>= 2.3.0', '~> 2'
5050

5151
s.add_development_dependency 'logstash-codec-plain'

release-notes/logstash-output-opensearch-release-notes-next.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
## Version 2.0.3 Release Notes
1+
## Version 2.1.0 Release Notes
22

33
Compatible with OpenSearch 1.3+, 2.0+
44

55
### Bug Fixes
66

7+
* Install against most recent versions of logstash by building with [aws-sdk-core](https://rubygems.org/gems/aws-sdk-core). (#267)
78
* Fix warning retrieving cluster UUID with Amazon OpenSearch Serverless (#237)
89

910
### Documentation

0 commit comments

Comments
 (0)