Hi,
I've been looking at the documentation i.e http://docs.splunk.com/Documentation/Splunk/4.3.2/Developer/ScriptedInputsIntro but it is vague on actually settingupa streaming scriptedinput, i...
...he setup page comes up. I update the interval and click save and get the following error
Encountered the following error while trying to update: Cannot find item for POST arg_name="/data/inputs/script...
I would like to setupa Python scriptinput which will output a .csv file. This .csv file will be the data input for my index.
Further, i would want the dashboard to search only the latest data g...
...ike a very cheap and simple way to go, whereas setting it upas ascriptedinput in this case will actually require a bit more work.
But we're concerned that this will be an awful performance b...
Hi,
I'm having a problem with settingup my data stream for scriptedinput. I have the splunk universal forwarder setup on my node and it's working. I have ascript that prints a JSON object (I a...
...his, still being indexed more than once. As far as I have been able to determine, this is because the indexer has not finished indexing the previous block of events before the scriptedinput starts upa...
Hi All,
Every minute I receive the error:
msg="Ascript exited abnormally" input="./bin/instrumentation.py" stanza="default" status="exited with code 114"
I get this error after upgrading t...
I want to run ascriptafter a particular alert triggers, taking server names as input from the Splunk alert result.
The alerts result is in bellow format:
time server LoadFailed date
I...
Hello,
I've sat up the Splunk Add-on for ServiceNow on a HF to gather inputs from ServiceNow using the default scriptedinputs that comes with the add-on. When I search in the data on my i...
...plunk 8.0.2.1 and 18 universal forwarders on Splunk 7.2.4.
When using this inputs.conf setting:
[powershell://df]
script = Get-WmiObject Win32_LogicalDisk | Select-Object DeviceID,Size,FreeSpace | f...