Skip to content

Commit f0a7470

Browse files
authored
Doc: Replace cross doc links with attributes (#230)
Bump to v.4.3.3
1 parent e07e733 commit f0a7470

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
## 4.3.3
2+
- [DOC] Update links to use shared attributes [#230](https://github.com/logstash-plugins/logstash-output-s3/pull/230)
3+
14
## 4.3.2
2-
- [DOC]Added note that only AWS S3 is supported. No other S3 compatible storage solutions are supported. [#223](https://github.com/logstash-plugins/logstash-output-s3/pull/223)
5+
- [DOC] Added note that only AWS S3 is supported. No other S3 compatible storage solutions are supported. [#223](https://github.com/logstash-plugins/logstash-output-s3/pull/223)
36

47
## 4.3.1
58
- [DOC] Updated setting descriptions for clarity [#219](https://github.com/logstash-plugins/logstash-output-s3/pull/219) and [#220](https://github.com/logstash-plugins/logstash-output-s3/pull/220)

docs/index.asciidoc

+6-3
Original file line numberDiff line numberDiff line change
@@ -217,9 +217,12 @@ The endpoint should be an HTTP or HTTPS URL, e.g. https://example.com
217217
* Value type is <<string,string>>
218218
* Default value is `""`
219219

220-
Specify a prefix to the uploaded filename, this can simulate directories on S3. Prefix does not require leading slash.
221-
This option supports logstash interpolation: https://www.elastic.co/guide/en/logstash/current/event-dependent-configuration.html#sprintf;
222-
for example, files can be prefixed with the event date using `prefix = "%{+YYYY}/%{+MM}/%{+dd}"`.
220+
Specify a prefix to the uploaded filename, this can simulate directories on S3.
221+
Prefix does not require leading slash.
222+
This option supports
223+
{logstash-ref}/event-dependent-configuration.html#sprintf[Logstash
224+
interpolation]; for example, files can be prefixed with the event date using
225+
`prefix = "%{+YYYY}/%{+MM}/%{+dd}"`.
223226
Be warned this can create a lot of temporary local files.
224227

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

logstash-output-s3.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'logstash-output-s3'
3-
s.version = '4.3.2'
3+
s.version = '4.3.3'
44
s.licenses = ['Apache-2.0']
55
s.summary = "Sends Logstash events to the Amazon Simple Storage Service"
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)