...crews up, or when I delete the index and need to backfill all of the previous data. The scriptedinput is setup in inputs.conf as: [script://$SPLUNK_HOME/etc/apps/app/bin/app.sh] interval = */5...
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...
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...
...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...
Build scriptedinputs, Get data from APIs and other remote data interfaces through scriptedinputs, etc., point to either streaming (STDOUT) or file monitoring after script runs. If I am n...
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...
...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...
...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...
...hat runs "cat" to file(* about 7MB), and forwards result to Indexer.
However, sometimes the UF ignores the setting of "interval" and tries to do this scriptinput many times (* dozens times etc.), a...