From 79cb1a0a478f2a466b15b63562d2d3b89039df4c Mon Sep 17 00:00:00 2001 From: Karen Metts Date: Fri, 2 Aug 2019 21:57:09 -0400 Subject: [PATCH] Remove md from s3 --- docs/plugins/outputs/s3.asciidoc | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) diff --git a/docs/plugins/outputs/s3.asciidoc b/docs/plugins/outputs/s3.asciidoc index 4d4e85721..582934853 100644 --- a/docs/plugins/outputs/s3.asciidoc +++ b/docs/plugins/outputs/s3.asciidoc @@ -43,16 +43,10 @@ ls.s3.312bc026-2f5d-49bc-ae9f-5940cf4ad9a6.2013-04-18T10.00.tag_hello.part0.txt | part0 | this means if you indicate size_file then it will generate more parts if your file.size > size_file. When a file is full it will be pushed to the bucket and then deleted from the temporary directory. If a file is empty, it is simply deleted. Empty files will not be pushed | |======= -Crash Recovery: -* This plugin will recover and upload temporary log files after crash/abnormal termination when using `restore` set to true +===== Crash Recovery +This plugin will recover and upload temporary log files after crash/abnormal termination when using `restore` set to true - - - - - - -#### Usage: +===== Usage This is an example of logstash config: [source,ruby] output { @@ -118,11 +112,11 @@ output plugins. This plugin uses the AWS SDK and supports several ways to get credentials, which will be tried in this order: -1. Static configuration, using `access_key_id` and `secret_access_key` params in logstash plugin config -2. External credentials file specified by `aws_credentials_file` -3. Environment variables `AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY` -4. Environment variables `AMAZON_ACCESS_KEY_ID` and `AMAZON_SECRET_ACCESS_KEY` -5. IAM Instance Profile (available when running inside EC2) +. Static configuration, using `access_key_id` and `secret_access_key` params in logstash plugin config +. External credentials file specified by `aws_credentials_file` +. Environment variables `AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY` +. Environment variables `AMAZON_ACCESS_KEY_ID` and `AMAZON_SECRET_ACCESS_KEY` +. IAM Instance Profile (available when running inside EC2) [id="plugins-{type}s-{plugin}-additional_settings"] ===== `additional_settings`