Splunk Search

How could I edit my search command in order to filter this table which will display the earliest time of the same value(

Jennifer
Path Finder

Hi, all!

How could I edit my search command in order to filter this table which will display the earliest time of the same value(Call_Session_ID)? 

Here is my original search command:

index="hkcivr" source="/appvol/wlp/DIVR01HK-AS01/applogs/progresshk.log*"| table Time Call_Session_ID

Jennifer_0-1643553224416.png

 

Labels (2)
Tags (1)
0 Karma
1 Solution

richgalloway
SplunkTrust
SplunkTrust

I'm not certain what you want as a final result, but perhaps this will help.

index="hkcivr" source="/appvol/wlp/DIVR01HK-AS01/applogs/progresshk.log*"
| stats min(_time) as Time by Call_Session_ID
| table Time Call_Session_ID
---
If this reply helps you, Karma would be appreciated.

View solution in original post

richgalloway
SplunkTrust
SplunkTrust

I'm not certain what you want as a final result, but perhaps this will help.

index="hkcivr" source="/appvol/wlp/DIVR01HK-AS01/applogs/progresshk.log*"
| stats min(_time) as Time by Call_Session_ID
| table Time Call_Session_ID
---
If this reply helps you, Karma would be appreciated.
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...