Skip to content

Commit dc4eb45

Browse files
author
David Noble
committed
Fixed up search commands example app/template
* Removed dead code (examples/searchcommands_app/bin and examples/searchcommands_app/default were moved to examples/searchcommands_app/package directory) * Removed random_data.csv.gz because of its size * Modified examples/searchcommands_app/setup.py searchcommands_app so that it uses commands-scpv1.conf by default and makes no reference to the requests package or random_data.csv.gz.
1 parent f1a81d8 commit dc4eb45

File tree

21 files changed

+93
-1157
lines changed

21 files changed

+93
-1157
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
* Added support for Search Command Protocol V2, for Splunk 6.3+.
66

7+
* Added `splunklib.searchcommands.validators.Match` class for verifying that an option value matches a regular expression pattern.
8+
79
### Bug fixes
810

911
* Various bug fixes/improvements for Search Command Protocol V1.

examples/searchcommands_app/bin/countmatches.py

Lines changed: 0 additions & 74 deletions
This file was deleted.

examples/searchcommands_app/bin/generatehello.py

Lines changed: 0 additions & 30 deletions
This file was deleted.

examples/searchcommands_app/bin/population.csv

Lines changed: 0 additions & 629 deletions
This file was deleted.

examples/searchcommands_app/bin/simulate.py

Lines changed: 0 additions & 112 deletions
This file was deleted.

examples/searchcommands_app/bin/sum.py

Lines changed: 0 additions & 68 deletions
This file was deleted.

examples/searchcommands_app/default/app.conf

Lines changed: 0 additions & 16 deletions
This file was deleted.

examples/searchcommands_app/default/commands.conf

Lines changed: 0 additions & 34 deletions
This file was deleted.

examples/searchcommands_app/default/data/ui/nav/default.xml

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)