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 AWS SQS Poller
SHA256 checksum (aws-sqs-poller_10.tgz) 5778cf40e7c9279e56b555fe483b9c768b2bcacb5f42e27d6c33750ec2327048
To install your download
For instructions specific to your download, click the Details tab after closing this window.

Flag As Inappropriate

splunk

AWS SQS Poller

This app has been archived. Learn more about app archiving.
This app is NOT supported by Splunk. Please read about what that means for you here.
Overview
Details
This add-on allows users to index data for an AWS SQS queue. Users can create their own data handlers to parse data if needed.

For bugs and feature requests:
https://github.com/httpstergeek/splunk-sqs/issues

splunk-sqs

AWS sqs collector for Splunk

Setup

  1. Clone the Project from Github.
  2. Copy the full splunk-sqs/sqs_poller folder to $SPLUNK_HOME/etc/apps.
  3. Navigate to $SPLUNK_HOME/etc/apps/sqs_poller/bin/apps Run npm install.
  4. Restart Splunk

OR

Download from apps.splunk.com

Adding an input

  1. From Splunk Home, click the Settings menu. Under Data, click Data inputs, and find SQS, the input you just added. Click Add new on that row.
  2. Click Add new and fill in:
    • queueUrl (SQS queue URL. example https://sqs.us-west-1.amazonaws.com/84354864321/mySQS)
    • region (AWS region)
    • accessKeyId (accessKeyId for account. example AIIMOFM3VBOHOPU2A)
    • secretAccessKey (secretAccessKey for account. example eP6CfTUCP6apPajPpJ452Id9Ffc7zlUZz8zr)
    • MaxNumberOfMessages (MaxNumberOfMessages to retrieve from queue defaults to 3 max is 10)
    • VisibilityTimeout (VisibilityTimeout the duration in seconds that the received messages are hidden from subsequent retrieve requests after being retrieved by a ReceiveMessage request)
    • sleepTime (sleepTime is the duration to sleep while queue is empty. defauts to 1 second)
    • WaitTimeSeconds (WaitTimeSeconds the duration (in seconds) for which the call will wait for a message to arrive in the queue before returning. If a message is available, the call will return sooner than WaitTimeSeconds)
    • (optional) interval (How many second between scheduling)
  3. Save your input, and navigate back to Splunk Home.

NOTES:

* ensure aws account was ability to read and delete message from queue

Release Notes

Version 1.0
Dec. 7, 2015

General AWS sqs poller. First release


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.