Skip to content

Commit 8a588bc

Browse files
committed
set default_codec doc attribute
1 parent 00a6c2b commit 8a588bc

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+
## 5.2.1
2+
- Docs: Set the default_codec doc attribute.
3+
14
## 5.2.0
25
- Added json_batch format
36
- Make 429 responses log at debug, not error level. They are really just flow control

docs/index.asciidoc

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

45
///////////////////////////////////////////
56
START - GENERATED VARIABLES, DO NOT EDIT!
@@ -382,3 +383,5 @@ See https://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/org/apache
382383

383384
[id="plugins-{type}s-{plugin}-common-options"]
384385
include::{include_path}/{type}.asciidoc[]
386+
387+
:default_codec!:

logstash-output-http.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-http'
3-
s.version = '5.2.0'
3+
s.version = '5.2.1'
44
s.licenses = ['Apache License (2.0)']
55
s.summary = "Sends events to a generic HTTP or HTTPS endpoint"
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)