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!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...