This app allows you to push Splunk search results to remote destinations. Currently supports:
search | s3ep credential=<credential name> bucket=<bucket> outputfile=<[folder/]filename> outputformat=[json|raw|kv|csv|tsv|pipe] compression=[true|false] fields=<fields list>
Push Splunk events to AWS S3 over JSON or raw text. The S3 bucket can be configured in the app setup page or in hep.conf directly. It can be configured to use the assumed role of the search head EC2 instance, or up to 20 OAuth credentials can be configured.
Syntax: credential=<credential name>
Description: The name/alias of the configured credential
Default: The credential specified in the "default_credential" setting in hep.conf will be used. This can be specified in the file by ID (e.g. credential1) or alias. If none is set and use_arn is enabled in the configuration, the assumed role of the local EC2 instance will be used.
Syntax: bucket=<bucket name>
Description: The name of the destination S3 bucket
Default: The bucket name defined in hep.conf, aws stanza
Syntax: outputfile=<[folder/]file name>
Description: The name of the file to be written to the S3 bucket. If compression=true, a .gz extension will be appended. If compression is not specified and the filename ends in .gz, compression will automatically be applied.
Default: app_username_epoch.ext
(e.g. search_admin_1588000000.log
). json=.json, csv=.csv, tsv=.tsv, pipe=.log, kv=.log, raw=.log
Keywords: __now__
=epoch, __today__
=date in yyyy-mm-dd format, __nowft__
=timestamp in yyyy-mm-dd_hhmmss format.
Syntax: outputformat=[json|raw|kv|csv|tsv|pipe]
Description: The format written for the output events/search results
Default: csv
Syntax: fields="field1, field2, field3"
Description: Limit the fields to be written to the S3 file
Default: All (Unspecified)
Syntax: compression=[true|false]
Description: Compress the output into a .gz file before uploading to S3
Default: false, unless outputfile ends in .gz
search | hep host=[host_value|$host_field$] source=[source_value|$source_field$] sourcetype=[sourcetype_value|$sourcetype_field$] index=[index_value|$index_field$]
Push Splunk events to an HTTP listener (such as Splunk HEC) over JSON.
Syntax: host=[host_value|$host_field$]
Description: Field or string to be assigned to the host field on the pushed event
Default: $host$, or if not defined, the hostname of the sending host (from inputs.conf)
Syntax: source=[source_value|$source_field$]
Description: Field or string to be assigned to the source field on the pushed event
Default: $source$, or if not defined, it is omitted
Syntax: sourcetype=[sourcetype_value|$sourcetype_field$]
Description: Field or string to be assigned to the sourcetype field on the pushed event
Default: $sourcetype$, or if not defined, json
Syntax: index=[index_value|$index_field$]
Description: The remote index in which to store the pushed event
Default: $index$, or if not defined, the remote endpoint's default.
Having trouble with the app? Feel free to email us and we’ll help you sort it out. You can also reach the author on the Splunk Community Slack.
We welcome your input on our app feature roadmap, which can be found on Trello.
Deprecation notice. Updated dashboard jQuery version.
** Special thanks to Steve McMaster for the help with the AES credential encryption/decryption in his splunksecrets SplunkSecrets code. He made special changes for us so it would work as a module within Splunk's Python environment.
Moved configuration from alert_actions.conf to hep.conf
Added search command for HEC Event Push (hep)
Added search command for S3 Event Push (s3ep)
Added documentation
Initial release.
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.