Skip to content

Commit

Permalink
ecs: update v1 to ECS v1.12.1 (elastic#1047)
Browse files Browse the repository at this point in the history
  • Loading branch information
yaauie committed Nov 2, 2021
1 parent f0b6a6a commit 5be2dec
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,6 @@
## 11.2.2
- Update ECS templates from upstream; `ecs_compatiblity => v1` now resolves to templates for ECS v1.12.1 [#1027](https://github.com/logstash-plugins/logstash-output-elasticsearch/issues/1027)

## 11.2.1
- Fix referencing Gem classes from global lexical scope [#1044](https://github.com/logstash-plugins/logstash-output-elasticsearch/pull/1044)

Expand Down
2 changes: 1 addition & 1 deletion Rakefile
@@ -1,7 +1,7 @@
require "logstash/devutils/rake"

ECS_VERSIONS = {
v1: 'v1.5.0'
v1: 'v1.12.1'
}

ECS_LOGSTASH_INDEX_PATTERNS = %w(
Expand Down
2 changes: 1 addition & 1 deletion logstash-output-elasticsearch.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'logstash-output-elasticsearch'
s.version = '11.2.1'
s.version = '11.2.2'

s.licenses = ['apache-2.0']
s.summary = "Stores logs in Elasticsearch"
Expand Down

0 comments on commit 5be2dec

Please sign in to comment.