This is an example Splunk command called slogan that adds random Splunk slogans
to your results table. The add-on was written strictly for entertainment value.
Usage:
| slogan |table splunk _slogan, _raw
You will then get a new field called splunk_slogan with your results. You can
do things like:
| slogan | top splunk_slogan limit=100
| slogan | stats count by splunk_slogan
Installation
Untar/gunzip into $SPLUNK_HOME/etc/apps. Restart Splunk. Further instructions are in the README.txt.