Skip to content

Commit ec45574

Browse files
committed
broken ascii doc on plugin repos
1 parent b2bb5e8 commit ec45574

26 files changed

+44
-33
lines changed

docs/versioned-plugins/codecs/compress_spooler-v2.0.6.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ include::{include_path}/plugin_header.asciidoc[]
2020

2121
==== Description
2222

23-
The compress_spooler codec.
23+
2424

2525
[id="{version}-plugins-{type}s-{plugin}-options"]
2626
==== Compress_spooler Codec Configuration Options

docs/versioned-plugins/codecs/csv-v0.1.4.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ include::{include_path}/plugin_header.asciidoc[]
2020

2121
==== Description
2222

23-
The csv codec.
23+
2424

2525
[id="{version}-plugins-{type}s-{plugin}-options"]
2626
==== Csv Codec Configuration Options

docs/versioned-plugins/codecs/multiline-v3.0.9.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The multiline codec will collapse multiline messages and merge them into a
2424
single event.
2525

2626
IMPORTANT: If you are using a Logstash input plugin that supports multiple
27-
hosts, such as the {logstash-ref}/plugins-inputs-beats.html[beats input plugin] input plugin, you should not use
27+
hosts, such as the <<plugins-inputs-beats>> input plugin, you should not use
2828
the multiline codec to handle multiline events. Doing so may result in the
2929
mixing of streams and corrupted event data. In this situation, you need to
3030
handle multiline events before sending the event data to Logstash.

docs/versioned-plugins/codecs/s3plain-v2.0.7.asciidoc

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
:plugin: s3plain
1+
:plugin: s3_plain
22
:type: codec
33

44
///////////////////////////////////////////
@@ -14,11 +14,19 @@ END - GENERATED VARIABLES, DO NOT EDIT!
1414

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

17-
=== S3plain
17+
=== S3_plain
1818

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

2121
==== Description
2222

2323
The "s3_plain" codec is used for backward compatibility with previous version of the S3 Output
2424

25+
26+
[id="{version}-plugins-{type}s-{plugin}-options"]
27+
==== S3_plain Codec Configuration Options
28+
29+
[cols="<,<,<",options="header",]
30+
|=======================================================================
31+
|Setting |Input type|Required
32+
|=======================================================================

docs/versioned-plugins/filters/anonymize-v3.0.6.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ include::{include_path}/plugin_header.asciidoc[]
2020

2121
==== Description
2222

23-
deprecated[3.0.3,We recommend that you use the {logstash-ref}/plugins-filters-fingerprint.html[fingerprint filter plugin] instead.]
23+
deprecated[3.0.3,We recommend that you use the <<plugins-filters-fingerprint,fingerprint filter plugin>> instead.]
2424

2525
Anonymize fields by replacing values with a consistent hash.
2626

docs/versioned-plugins/filters/fingerprint-v3.1.2.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ you must set the key, otherwise the plugin will raise an exception
3333
NOTE: When the `target` option is set to `UUID` the result won't be
3434
a consistent hash but a random
3535
https://en.wikipedia.org/wiki/Universally_unique_identifier[UUID].
36-
To generate UUIDs, prefer the {logstash-ref}/plugins-filters-uuid.html[uuid filter].
36+
To generate UUIDs, prefer the <<plugins-filters-uuid,uuid filter>>.
3737

3838
[id="{version}-plugins-{type}s-{plugin}-options"]
3939
==== Fingerprint Filter Configuration Options

docs/versioned-plugins/filters/geoip-v5.0.3.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ A `[geoip][location]` field is created if
4343
the GeoIP lookup returns a latitude and longitude. The field is stored in
4444
http://geojson.org/geojson-spec.html[GeoJSON] format. Additionally,
4545
the default Elasticsearch template provided with the
46-
{logstash-ref}/plugins-outputs-elasticsearch.html[`elasticsearch` output] maps
46+
<<plugins-outputs-elasticsearch,`elasticsearch` output>> maps
4747
the `[geoip][location]` field to an http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/mapping-geo-point-type.html#_mapping_options[Elasticsearch geo_point].
4848

4949
As this field is a `geo_point` _and_ it is still valid GeoJSON, you get

docs/versioned-plugins/filters/multiline-v3.0.4.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The config looks like this:
3939
}
4040
}
4141

42-
The `pattern` should be a regexp ({logstash-ref}/plugins-filters-grok.html[grok] patterns are
42+
The `pattern` should be a regexp (<<plugins-filters-grok,grok>> patterns are
4343
supported) which matches what you believe to be an indicator that the field
4444
is part of an event consisting of multiple lines of log data.
4545

@@ -131,7 +131,7 @@ Negate the regexp pattern ('if not matched')
131131
* There is no default value for this setting.
132132

133133
The expression to match. The same matching engine as the
134-
{logstash-ref}/plugins-filters-grok.html[grok filter] is used, so the expression can contain
134+
<<plugins-filters-grok,grok filter>> is used, so the expression can contain
135135
a plain regular expression or one that also contains grok patterns.
136136

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

docs/versioned-plugins/filters/prune-v3.0.3.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ The prune filter is for removing fields from events based on
2424
whitelists or blacklist of field names or their values (names and
2525
values can also be regular expressions).
2626

27-
This can e.g. be useful if you have a {logstash-ref}/plugins-filters-json.html[json]
28-
or {logstash-ref}/plugins-filters-kv.html[kv] filter that creates a number of fields
27+
This can e.g. be useful if you have a <<plugins-filters-json,json>>
28+
or <<plugins-filters-kv,kv>> filter that creates a number of fields
2929
with names that you don't necessarily know the names of beforehand,
3030
and you only want to keep a subset of them.
3131

docs/versioned-plugins/filters/split-v3.1.6.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ placing each value resulting from the split into a clone of the original
2525
event. The field being split can either be a string or an array.
2626

2727
An example use case of this filter is for taking output from the
28-
{logstash-ref}/plugins-inputs-exec.html[exec input plugin] which emits one event for
28+
<<plugins-inputs-exec,exec input plugin>> which emits one event for
2929
the whole output of a command and splitting that output by newline -
3030
making each line an event.
3131

0 commit comments

Comments
 (0)