Splunk Search

Daily/Weekly/Monthly top traffic report?

Oren
Explorer

I've got weblogs going into splunk. We have a bunch of different domain names (extracted as http_domain) in the logs. Our traffic is variable, and I'd like to find out what the top 10 domains are for each period, ideally with the count of lines for those top 10 as well.

the trivial query:

nginx | timechart count by http_domain

provides what I want for a specified period. I'd like to be able to run this for every day, week, whatever and get the top 10 results for that period, not for the entire run time.

Thanks! Oren

Tags (1)
0 Karma
1 Solution

gkanapathy
Splunk Employee
Splunk Employee

How about:

 nginx | bucket _time span=1d | top 10 http_domain by _time

View solution in original post

gkanapathy
Splunk Employee
Splunk Employee

How about:

 nginx | bucket _time span=1d | top 10 http_domain by _time
Get Updates on the Splunk Community!

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...