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!

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