You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Brett Woodruff 28c8d411ad
Inital Commit
11 months ago
..
splunk_instrumentation Inital Commit 11 months ago
README.md Inital Commit 11 months ago
instrumentation.py Inital Commit 11 months ago
makejson.py Inital Commit 11 months ago
on_splunk_start.py Inital Commit 11 months ago
output_telemetry.py Inital Commit 11 months ago
schedule_delete.py Inital Commit 11 months ago
set_deployment_id.py Inital Commit 11 months ago

README.md

app/bin/

This is where you put any scripts you want to add to this app.

This is also the only directory from the app that splunk puts on the python module lookup path, so any supporting libraries should live here as well.

instrumentation.py

this is the main entry point to run the instrumentation script. this is called from the mod input with a token for splunkd. But you can run directly with env INST_MODE=DEV and it will use the splunkrc.json for creds

INST_MODE=DEV python instrumentation.py

Powered by BW's shoe-string budget.