Splunk Search

How do I remove Fields "values"?

HarperWCurran
Engager

I am new to splunk and still wokring out the kinks however im wondering as to why i have the iplocation of clients and ect however i want to just select one country in country field however when i select one it gives me nothing how do i get around this p1.PNGp2.PNG

Labels (2)
0 Karma
1 Solution

ITWhisperer
SplunkTrust
SplunkTrust

Country is not in your events, it is added by the iplocation command, you should add a where command after iplocation

<search> | iplocation clientip | where Country="India" | geostats count

View solution in original post

ITWhisperer
SplunkTrust
SplunkTrust

Country is not in your events, it is added by the iplocation command, you should add a where command after iplocation

<search> | iplocation clientip | where Country="India" | geostats count

HarperWCurran
Engager

Thank you!

 

0 Karma
Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...