We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c142bfd commit 5c8b256Copy full SHA for 5c8b256
docker-compose.yml
@@ -11,7 +11,9 @@ services:
11
- SPLUNK_APPS_URL=https://github.com/splunk/sdk-app-collection/releases/download/v1.1.0/sdkappcollection.tgz
12
volumes:
13
- ./examples/github_forks:/opt/splunk/etc/apps/github_forks
14
+ - ./splunklib:/opt/splunk/etc/apps/github_forks/lib/splunklib
15
- ./examples/random_numbers:/opt/splunk/etc/apps/random_numbers
16
+ - ./splunklib:/opt/splunk/etc/apps/random_numbers/lib/splunklib
17
- ./examples/searchcommands_app/package:/opt/splunk/etc/apps/searchcommands_app
18
- ./splunklib:/opt/splunk/etc/apps/searchcommands_app/lib/splunklib
19
- ./examples/twitted/twitted:/opt/splunk/etc/apps/twitted
examples/github_forks/github_forks.py renamed to examples/github_forks/bin/github_forks.py
0 commit comments