Getting Data In

How do I index a simple http URL request in Splunk Light?

jedashford
New Member

Our web PHP error and access logs are available only at a simple http URL request. How can I get these into Splunk Light?

0 Karma

FritzWittwer_ol
Contributor

a simple solution could be to use a scripted input with either a wget or curl to grab the logs

0 Karma

jedashford
New Member

'scripted input' being a splunk function? Or a cron curl to a file and point splunk to the log?

0 Karma

FritzWittwer_ol
Contributor

Scripted input is a Splunk feature, the universal forwarder executes a script, which you provide, at defined Intervals and indexes the script output, see http://docs.splunk.com/Documentation/Splunk/6.2.5/AdvancedDev/ScriptedInputsIntro

This allows you to get in any data source which you can access via a script, but you have to be aware of the security implications. The script runs under the identity of the Splunk forwarder, usually either root or splunk. It may have too much or not enough privileges to execute the command. Thus a cron jobs which executes the script and writes the output to a file you index with the Splunk forwarder is sometimes a simpler Solution.

0 Karma
Get Updates on the Splunk Community!

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...