Splunk Search

How to create chart using web access logs as source and list all URIs

pdave83
New Member

How do I create a chart using web access logs as a source ?
I want a list of all URI's which shows counts of error codes 40* and 50*

I am using below splunk search for getting list of URI with error codes other than 200 and 300:

source="web_access_log*" ( (NOT (( "HTTP/1.1\" 200") OR ( "HTTP/1.0\" 200") OR ( "HTTP/1.1\" 302") OR ( "HTTP/1.1\" 304")) )) 

I want to create chart or stats which list all URI's on left and shows count of 400's and 500's error codes on right.

Any help would be appreciated.

0 Karma

pdave83
New Member

I need to extract URL's and error code counts from unformatted data

0 Karma
Get Updates on the Splunk Community!

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...