Splunk Search Query – Apache Webserver Status (HTTP Status Code)
Let’s consider there are three web servers (www1, www2 & www3) in our environment and we want to know the stats of how many times the Web servers has processed successful HTTP requests (Status code of 200). Below is the Search query that yield the events with successful HTTP request events i.e., Status Code of “200” for all three hosts.
Read more