File tree Expand file tree Collapse file tree 5 files changed +14
-193
lines changed
searchcommands_app/package/default Expand file tree Collapse file tree 5 files changed +14
-193
lines changed Original file line number Diff line number Diff line change @@ -16,15 +16,15 @@ MANIFEST
1616coverage_report
1717test.log
1818examples /* /local
19- examples /* /metadata /local.meta
19+ examples /** /local.meta
20+ examples /** /* .log
2021tests /searchcommands_data /log /
2122tests /searchcommands_data /output /
2223examples /searchcommands_app /searchcommand_app.log
2324Test Results * .html
2425tests /searchcommands /data /app /app.log
2526splunk_sdk.egg-info /
2627dist /
27- examples /searchcommands_app /package /default /commands.conf
2828examples /searchcommands_app /package /lib /splunklib
2929tests /searchcommands /apps /app_with_logging_configuration /* .log
3030* .observed
Original file line number Diff line number Diff line change @@ -9,6 +9,12 @@ services:
99 - SPLUNK_HEC_TOKEN=11111111-1111-1111-1111-1111111111113
1010 - SPLUNK_PASSWORD=changed!
1111 - 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+ - ./examples/random_numbers:/opt/splunk/etc/apps/random_numbers
15+ - ./examples/searchcommands_app/package:/opt/splunk/etc/apps/searchcommands_app
16+ - ./splunklib:/opt/splunk/etc/apps/searchcommands_app/lib/splunklib
17+ - ./examples/twitted/twitted:/opt/splunk/etc/apps/twitted
1218 ports :
1319 - 8000:8000
1420 - 8088:8088
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 44[countmatches]
55filename = countmatches.py
66chunked = true
7+ python.version = python3
78
89[filter]
910filename = filter.py
1011chunked = true
12+ python.version = python3
1113
1214[generatetext]
1315filename = generatetext.py
1416chunked = true
17+ python.version = python3
1518
1619[pypygeneratetext]
1720filename = pypygeneratetext.py
1821chunked = true
22+ python.version = python3
1923
2024[simulate]
2125filename = simulate.py
2226chunked = true
27+ python.version = python3
2328
2429[sum]
2530filename = sum.py
2631chunked = true
32+ python.version = python3
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments