icon/x Created with Sketch.

Splunk Cookie Policy

We use our own and third-party cookies to provide you with a great online experience. We also use these cookies to improve our products and services, support our marketing campaigns, and advertise to you on our website and other websites. Some cookies may continue to collect information after you have left our website. Learn more (including how to update your settings) here.
Accept Cookie Policy

We are working on something new...

A Fresh New Splunkbase
We are designing a New Splunkbase to improve search and discoverability of apps. Check out our new and improved features like Categories and Collections. New Splunkbase is currently in preview mode, as it is under active development. We welcome you to navigate New Splunkbase and give us feedback.

Accept License Agreements

This app is provided by a third party and your right to use the app is in accordance with the license provided by that third-party licensor. Splunk is not responsible for any third-party apps and does not provide any warranty or support. If you have any questions, complaints or claims with respect to this app, please contact the licensor directly.

Thank You

Downloading Amazon S3 Uploader for Splunk
SHA256 checksum (amazon-s3-uploader-for-splunk_111.tgz) 711c4574441f263fb8c2978ffd6a82ba3e0bd53dd00189a7a849f9f10dcfdd55 SHA256 checksum (amazon-s3-uploader-for-splunk_110.tgz) c82268961f2471be979b6b74175ca2573595693bc8d3e14f84b738230fa82686
To install your download
For instructions specific to your download, click the Details tab after closing this window.

Flag As Inappropriate

splunk

Amazon S3 Uploader for Splunk

Splunk Cloud
Overview
Details
This Splunk add-on delivers an alert action that uploads search results to an Amazon (AWS) S3 bucket.

See the Details and Installation tabs for more information.

Amazon S3 Uploader for Splunk

This Splunk add-on delivers an alert action that uploads search results to an Amazon (AWS) S3 bucket.

Object keys

Object keys uniquely identify objects in an Amazon S3 bucket. Although all UTF-8 characters are allowed, some should be avoided. Forward slashes can be used to mimic a directory structure. Please refer to the official documentation for additional information.

Supported file types

The output format is inferred from the object key extension. Only CSV (.csv), gzip-compressed CSV (.csv.gzip), and JSON (.json) files are supported.

Multivalue fields are treated differently based on the output format: in JSON they are stored as an array, while in CSV they are in a single entry, separated by their delimiter (by default a newline). For example, the search

| makeresults | eval test=split("value1,value2", ",") | fields - _*

produces the CSV

test
"value1
value2"

whereas the search

| makeresults | eval test="value1,value2" | makemv delim="," test | fields - _*

produces the CSV

test
"value1,value2"

Both searches generate the same JSON {"test": ["value1", "value2"]}.

Timestamp

The user-provided object key is passed to Python's datetime.strftime() function, which encodes the time the search started.
Format codes are extremely similar to Splunk's, please refer to the official documentation.

Configuration

The add-on must be configured prior to its use. The setup is performed through a configuration page with tabs dedicated to accounts, web proxy, and logging level.

Accounts

Unless Boto3's default authentication method is used, it is necessary to configure at least an AWS IAM user with write privileges on the bucket. Temporary security credentials (which have a session token in addition to the access key ID and the secret access key) are supported, but should be used for test purposes only.

Use the account Boto3 to use Boto3's default authentication method. Please refer to the official documentation for the order in which Boto3 searches for credentials. If this method is account, then manually specifying a role has no effect.

Proxy

HTTP and HTTPS proxy servers, both authenticated and unauthenticated, are supported.

All communications with AWS servers use HTTPS. The option Disable SSL verification disables checks on the server's certificate, it should not be used unless necessary (e.g., the proxy performs TLS bridging with certificates signed by an untrusted CA).

Logging

The log file is stored in $SPLUNK_HOME/var/log/splunk/log/amazon_s3_uploader_modalert.csv. The default logging level is INFO, but it can be increased or decreased from the configuration dashboard.

Release Notes

Version 1.1.1
Jan. 30, 2024

Compliance with the new Splunk Cloud requirements.

Version 1.1.0
July 8, 2023

Add support for Splunk Cloud and Boto3's automatic credentials retrieval.


Subscribe Share

Are you a developer?

As a Splunkbase app developer, you will have access to all Splunk development resources and receive a 10GB license to build an app that will help solve use cases for customers all over the world. Splunkbase has 1000+ apps from Splunk, our partners and our community. Find an app for most any data source and user need, or simply create your own with help from our developer portal.

Follow Us:
Splunk, Splunk>,Turn Data Into Doing, Data-to-Everything, and D2E are trademarks or registered trademarks of Splunk Inc. in the United States and other countries. All other brand names,product names,or trademarks belong to their respective owners.