Splunk Search

Visited website duration

bryansocito
New Member

Hi Everyone,

I have the query below and it works, however I would like to add the time spend on each website/domain visited. how to do that?

index=mc_proxy sourcetype=mc_proxy client_ip=$ip_token$ | stats count by domain | sort - count

Cheers!
Bry

Tags (1)
0 Karma
1 Solution

schose
Builder

Hi,

index=mc_proxy sourcetype=mc_proxy client_ip=$ip_token$ | transaction domain client_ip | table _time domain client_ip duration

.. should do the job!

regards,

Andreas

View solution in original post

0 Karma

schose
Builder

Hi,

index=mc_proxy sourcetype=mc_proxy client_ip=$ip_token$ | transaction domain client_ip | table _time domain client_ip duration

.. should do the job!

regards,

Andreas

0 Karma
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 ...