Sometimes, you just need that extra bit of logic or custom processing of data that might be unique to your line of business. You might also simply be in a position where you have picky executives who like to see their data formatted in a very specific manner.
In this recipe, you will learn how to use Splunk's Python SDK to create a custom search command that you can use to apply consistent formatting to product names, or any other string field, by capitalizing the first letter of each word in the string.