Splunk Dev

Calculate and display jump in connections

MikeElliott
Communicator

Hi all,

I have written a search that will list the "average daily connections" originating from a source ip address, as well as listing the "actual daily connections" from a source ip address.

I was wondering how I would write a statement at the end to only return results where the "actual daily connections" is 3 times (3*) the "average daily connections".

For example:

| where "Actual_Daily_Connections" >= 3*("Average_Daily_Connections")

Any assistance would be greatly appreciated 🙂

0 Karma
1 Solution

MikeElliott
Communicator

I managed to resolve it on my own - I used the below:

|where Actual_Daily_Connections >= (3*Average_Daily_Connections)

I don't think I can mark my own answer, so a mod/admin can close this when seen.

View solution in original post

0 Karma

MikeElliott
Communicator

I managed to resolve it on my own - I used the below:

|where Actual_Daily_Connections >= (3*Average_Daily_Connections)

I don't think I can mark my own answer, so a mod/admin can close this when seen.

0 Karma

richgalloway
SplunkTrust
SplunkTrust

Yes, you are allowed to answer your questions and accept the answers. You have to answer the question, however, not reply to it. I've converted your reply to an answer so you can accept it.

---
If this reply helps you, Karma would be appreciated.
0 Karma

MikeElliott
Communicator

@richgalloway - Thanks! 🙂

0 Karma
Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

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