File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
examples/searchcommands_app Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ This app provides several examples of custom search commands that illustrate eac
77:---------------- |:-----------|:-------------------------------------------------------------------------------------------
88 countmatches | Streaming | Counts the number of non-overlapping matches to a regular expression in a set of fields.
99 generatetext | Generating | Generates a specified number of events containing a specified text string.
10- pypygeneratetext | Generating | Executes generatetext with the string 'PyPy'.
10+ pypygeneratetext | Generating | Runs generatetext with the string 'PyPy'.
1111 simulate | Generating | Generates a sequence of events drawn from a csv file using repeated random sampling with replacement.
1212 generatehello | Generating | Generates a specified number of events containing the text string 'hello'.
1313 sum | Reporting | Adds all of the numbers in a set of fields.
@@ -19,7 +19,7 @@ The app is tested on Splunk 5 and 6. Here is its manifest:
1919├── bin
2020│ ├── countmatches.py .......... CountMatchesCommand implementation
2121│ ├── generatetext.py .......... GenerateTextCommand implementation
22- │ ├── pypygeneratetext.py ...... Executes generatetext.py with PyPy
22+ │ ├── pypygeneratetext.py ...... Runs generatetext.py with PyPy
2323│ ├── simulate.py .............. SimulateCommand implementation
2424│ └── sum.py ................... SumCommand implementation
2525├── lib
You can’t perform that action at this time.
0 commit comments