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 the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...

Introducing Splunk Enterprise 9.2

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