Hello, I am fairly new to using splunk. I am having some trouble understanding how to extract the fields. My sample data looks somewhat like this: ...Event={request=Request{data={firstName=jane, lastName=doe, yearOfBirth=1996}}}... I want to get count based on yearOfBirth. How should I do it? I tried doing stats count by request.data.yearOfBirth, and also tried simply doing stats count by yearOfBirth but neither returned any results. Am I accessing the yearOfBirth field incorrectly? How can I
... View more