Project

General

Profile

How to Set Up An Incoming Webhook from IFTTT » History » Version 1

Version 1/4 - Next » - Current version
Luke Murphey, 07/06/2017 06:45 PM


Incoming Webhook IFTTT

You can use IFTTT to push data to your Splunk install via a Webhook. Here is how you do it:

Step 1: Create Input in Splunk

Create a webhook in Splunk if you have not done so already.

Step 2: Configure Maker Channel in IFTTT

Use the Maker channel in IFTTT to push data to your Splunk install. Make a new applet and make sure that the applet is configured with the following:

If you want to upload form data then make sure the following is configured:

  1. The method is a POST
  2. The content type is "application/JSON" if you want to send structured data. Otherwise, use "plain/text" if you just want the data ingested as text.
  3. The body is filled out. If you chose "application/JSON" format, then make sure the data is valid JSON. You can do this by entering the body at http://jsonparseronline.com/ and ensuring it is indicated as valid.

ifttt_example.png View (93 KB) Luke Murphey, 07/10/2017 07:38 PM