Splunk Search

Line graph of URL hits based on http code over time

nirmalya2006
Path Finder

Hi All

I have 2 fields extracted -
URL as page and HTTP Response code as ResponseCode
I want to created a chart having multiple lines, each line showing the count of each different URLs having response code 200 over a period of time, maybe hourly or daily.
How can I create the query for that.

I did the below query

| chart count over ResponseCode by page usenull=f useother=f | where ResponseCode = 200

But I am unable to fit in the _time in the query to chart it in the x-axis.
Can someone help me to get _time in x-axis and show the count of 200 ResponseCodes based on the multiple pages

Thanks

Tags (2)
0 Karma
1 Solution

sundareshr
Legend

Try this.

... | where ResponseCode = 200 | timechart span=1h count by page limit=0 

View solution in original post

sundareshr
Legend

Try this.

... | where ResponseCode = 200 | timechart span=1h count by page limit=0 

nirmalya2006
Path Finder

This helped not only the one in the question, but another of my query also.
Thank you very much..

0 Karma
Get Updates on the Splunk Community!

Index This | I’m short for "configuration file.” What am I?

May 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with a Special ...

New Articles from Academic Learning Partners, Help Expand Lantern’s Use Case Library, ...

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

Your Guide to SPL2 at .conf24!

So, you’re headed to .conf24? You’re in for a good time. Las Vegas weather is just *chef’s kiss* beautiful in ...