Splunk Search

In accesslog, "status" search.. help me ^^

khyoung7410
Communicator

Hi


Please help me a little "Search Command".


In accesslog, I should need two results.(count)


I Have a field name "status".


Using status field under line.


--- result ----


* | 404 | 40x 50x | ~


      6         300 ===> count

Please help me.

Thanks

Tags (1)
0 Karma

khyoung7410
Communicator

Hi Ayn!

Thank you for answer.

I learned so much thanks.

0 Karma

Ayn
Legend

Awesome. Could you please mark my answer as accepted? Thanks!

0 Karma

Ayn
Legend

I'm GUESSING the question is how you can get a table containing a count of the different values for the field "status"?

... | stats count by status

Or is the issue how to have one count for "404", but then group together all other 40x status codes? In that case use eval:

.... | eval status_group=case(status="404","404",match(status,"^40"),"40x",match(status,"^50"),"50x") | stats count by status_group
Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...