Skip to content

Commit

Permalink
Fix plugin build
Browse files Browse the repository at this point in the history
  • Loading branch information
dedemorton committed Aug 18, 2017
1 parent efe3226 commit 972b57d
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion docs/plugins/codecs/rubydebug.asciidoc
Expand Up @@ -12,7 +12,7 @@ START - GENERATED VARIABLES, DO NOT EDIT!
END - GENERATED VARIABLES, DO NOT EDIT!
///////////////////////////////////////////

[id="plugins-{type}-{plugin}"]
[id="plugins-{type}s-{plugin}"]

=== Rubydebug codec plugin

Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/filters/hashid.asciidoc
Expand Up @@ -13,7 +13,7 @@ START - GENERATED VARIABLES, DO NOT EDIT!
END - GENERATED VARIABLES, DO NOT EDIT!
///////////////////////////////////////////

[id="plugins-{type}-{plugin}"]
[id="plugins-{type}s-{plugin}"]

=== Hashid filter plugin

Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/inputs/graphite.asciidoc
Expand Up @@ -12,7 +12,7 @@ START - GENERATED VARIABLES, DO NOT EDIT!
END - GENERATED VARIABLES, DO NOT EDIT!
///////////////////////////////////////////

[id="plugins-{type}-{plugin}"]
[id="plugins-{type}s-{plugin}"]

=== Graphite input plugin

Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/inputs/kafka.asciidoc
Expand Up @@ -7,7 +7,7 @@ START - GENERATED VARIABLES, DO NOT EDIT!
:version: v5.1.10
:release_date: 2017-08-18
:changelog_url: https://github.com/logstash-plugins/logstash-input-kafka/blob/v5.1.10/CHANGELOG.md
:include_path: ../../../logstash/docs/include
:include_path: ../../../../logstash/docs/include
///////////////////////////////////////////
END - GENERATED VARIABLES, DO NOT EDIT!
///////////////////////////////////////////
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/outputs/datadog_metrics.asciidoc
Expand Up @@ -13,7 +13,7 @@ START - GENERATED VARIABLES, DO NOT EDIT!
END - GENERATED VARIABLES, DO NOT EDIT!
///////////////////////////////////////////

[id="plugins-{type}-{plugin}"]
[id="plugins-{type}s-{plugin}"]

=== Datadog_metrics output plugin

Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/outputs/exec.asciidoc
Expand Up @@ -13,7 +13,7 @@ START - GENERATED VARIABLES, DO NOT EDIT!
END - GENERATED VARIABLES, DO NOT EDIT!
///////////////////////////////////////////

[id="plugins-{type}-{plugin}"]
[id="plugins-{type}s-{plugin}"]

=== Exec output plugin

Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/outputs/hipchat.asciidoc
Expand Up @@ -13,7 +13,7 @@ START - GENERATED VARIABLES, DO NOT EDIT!
END - GENERATED VARIABLES, DO NOT EDIT!
///////////////////////////////////////////

[id="plugins-{type}-{plugin}"]
[id="plugins-{type}s-{plugin}"]

=== Hipchat output plugin

Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/outputs/jms.asciidoc
Expand Up @@ -13,7 +13,7 @@ START - GENERATED VARIABLES, DO NOT EDIT!
END - GENERATED VARIABLES, DO NOT EDIT!
///////////////////////////////////////////

[id="plugins-{type}-{plugin}"]
[id="plugins-{type}s-{plugin}"]

=== Jms output plugin

Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/outputs/kafka.asciidoc
Expand Up @@ -7,7 +7,7 @@ START - GENERATED VARIABLES, DO NOT EDIT!
:version: v5.1.9
:release_date: 2017-08-18
:changelog_url: https://github.com/logstash-plugins/logstash-output-kafka/blob/v5.1.9/CHANGELOG.md
:include_path: ../../../logstash/docs/include
:include_path: ../../../../logstash/docs/include
///////////////////////////////////////////
END - GENERATED VARIABLES, DO NOT EDIT!
///////////////////////////////////////////
Expand Down
4 changes: 2 additions & 2 deletions docs/plugins/outputs/lumberjack.asciidoc
Expand Up @@ -13,15 +13,15 @@ START - GENERATED VARIABLES, DO NOT EDIT!
END - GENERATED VARIABLES, DO NOT EDIT!
///////////////////////////////////////////

[id="plugins-{type}-{plugin}"]
[id="plugins-{type}s-{plugin}"]

=== Lumberjack output plugin

include::{include_path}/plugin_header.asciidoc[]

==== Description


Sends events using the `lumberjack` protocol.

[id="plugins-{type}s-{plugin}-options"]
==== Lumberjack Output Configuration Options
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/outputs/rabbitmq.asciidoc
Expand Up @@ -46,7 +46,7 @@ This plugin supports the following configuration options plus the <<plugins-{typ
| <<plugins-{type}s-{plugin}-heartbeat>> |<<number,number>>|No
| <<plugins-{type}s-{plugin}-host>> |<<string,string>>|Yes
| <<plugins-{type}s-{plugin}-key>> |<<string,string>>|No
| <<plugins-{type}s-{plugin}-message_properties>> |<<Hash,Hash>>|No
| <<plugins-{type}s-{plugin}-message_properties>> |<<hash,hash>>|No
| <<plugins-{type}s-{plugin}-passive>> |<<boolean,boolean>>|No
| <<plugins-{type}s-{plugin}-password>> |<<password,password>>|No
| <<plugins-{type}s-{plugin}-persistent>> |<<boolean,boolean>>|No
Expand Down

0 comments on commit 972b57d

Please sign in to comment.