Skip to content

Commit ce58176

Browse files
Merge pull request #244 from splunk/chili2
Update README.md
2 parents befe529 + 5f637f0 commit ce58176

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/searchcommands_app/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)