All Apps and Add-ons

Splunk grabbing website body information?

Jarohnimo
Builder

I have a request for Splunk to read the body message of a specific web url (https://myurl.com/health) and the health status shows up or down.

Without installing a forwarder on the server side or reading tomcat logs theyd like to know if it's possible for splunk to read the url body and print the status to the Indexer.

I'd imagine it maybe possible to do this with a bash/ powershell script. If anyone knows of a way please let me know.

Tags (1)
0 Karma

anthonymelita
Contributor

In python you can use the "requests" package. Basic example:

import requests

r = response.get('https://myurl.com/health')
print(r.content)

In powershell you can use Invoke-WebRequest

$r = Invoke-WebRequest https://myurl.com/health
echo $r.Content
0 Karma
Get Updates on the Splunk Community!

Index This | I’m short for "configuration file.” What am I?

May 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with a Special ...

New Articles from Academic Learning Partners, Help Expand Lantern’s Use Case Library, ...

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

Your Guide to SPL2 at .conf24!

So, you’re headed to .conf24? You’re in for a good time. Las Vegas weather is just *chef’s kiss* beautiful in ...