That worked, but I think I discovered a fundamental problem with my search. As I said, I'm really new to Splunk and didn't know I needed a search at the beginning before I did the stats command. What I did was: "no phase found for entry" OR "no work order found" | stats count(eval(searchmatch("no phase found for entry"))) AS count_no_phase count(eval(searchmatch("no work order found"))) AS count_no_order Before the pipe command, can I just search for anything? Or does it have to match exactly what I'm looking for in the searchmatch? EDIT: Also, it doesn't look like I can plot these results (50 for count_no_phase & 2 for count_no_order) on something like a pie chart after running that search. It splits them into a table format, but I'm not so sure how to get it onto a pie or line chart.
... View more