I'm new to Splunk and I have been searching for a way to do faceted search, similarly to what I have been doing with Solr. BUt no success so far. Hope you can give me a hand on this.
Imagine I have the following data sample.
PARAMETER01 | PARAMETER02 | PARAMETER03
house | road | road
car | tree | house
road | car | car
tree | car | house
What I want to know is how many times a search matches a specific field. For instance, I want to be able to search for "house" and get the following results:
PARAMETER01: 1
PARAMETER02: 0
PARAMETER03: 2
Can I do this with Splunk?
Thank you in advance.
... View more