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.
17 lines
532 B
17 lines
532 B
8 months ago
|
# 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
|