Splunk Enterprise Security

Detect Long Duration of Data Transfer from src to dest

ayushchoudhary
Path Finder

I need to write a search to detect the long duration of data transfer between a src and dest. can some one help me on the same.

0 Karma
1 Solution

to4kawa
Ultra Champion
| tstats range(_time) as duration where index=your_index by src dest
| where duration > your_threshold

If the above doesn't work:

index=your_index
| stats range(_time) as duration by src dest
| where duration > your_threshold

View solution in original post

0 Karma

to4kawa
Ultra Champion
| tstats range(_time) as duration where index=your_index by src dest
| where duration > your_threshold

If the above doesn't work:

index=your_index
| stats range(_time) as duration by src dest
| where duration > your_threshold
0 Karma
Get Updates on the Splunk Community!

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

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...