Skip to content

Commit 7c51ef4

Browse files
committed
set default_codec doc attribute
1 parent 4712459 commit 7c51ef4

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 9.1.1
2+
- Docs: Set the default_codec doc attribute.
3+
14
## 9.1.0
25
- Set number_of_shards to 1 and document_type to '_doc' for es 7.x clusters #741 #747
36
- Fix usage of upsert and script when update action is interpolated #239

docs/index.asciidoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
:plugin: elasticsearch
22
:type: output
3+
:default_codec: plain
34

45
///////////////////////////////////////////
56
START - GENERATED VARIABLES, DO NOT EDIT!
@@ -690,3 +691,5 @@ See also https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-in
690691

691692
[id="plugins-{type}s-{plugin}-common-options"]
692693
include::{include_path}/{type}.asciidoc[]
694+
695+
:default_codec!:

logstash-output-elasticsearch.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'logstash-output-elasticsearch'
3-
s.version = '9.1.0'
3+
s.version = '9.1.1'
44
s.licenses = ['apache-2.0']
55
s.summary = "Stores logs in Elasticsearch"
66
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"

0 commit comments

Comments
 (0)