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!

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...