Skip to content

Commit f4cda88

Browse files
committed
set default_codec doc attribute
1 parent ad65b7c commit f4cda88

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

docs/index.asciidoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
:plugin: monasca_log_api
22
:type: output
3+
:default_codec: json
34

45
///////////////////////////////////////////
56
START - GENERATED VARIABLES, DO NOT EDIT!
@@ -176,4 +177,6 @@ monasca-log-api configuration
176177

177178

178179
[id="plugins-{type}s-{plugin}-common-options"]
179-
include::{include_path}/{type}.asciidoc[]
180+
include::{include_path}/{type}.asciidoc[]
181+
182+
:default_codec!:

logstash-output-monasca_log_api.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-monasca_log_api'
3-
s.version = '1.0.2'
3+
s.version = '1.0.3'
44
s.licenses = ['Apache-2.0']
55
s.summary = 'This gem is a logstash output plugin to connect via http to monasca-log-api.'
66
s.description = 'This gem is a logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/plugin install gemname. This gem is not a stand-alone program'

0 commit comments

Comments
 (0)