Splunk Enterprise

Help in complex Search Query alert

Unige2021
Loves-to-Learn

The context is Splunk is collecting data from a radar device.

Basically what it gets is the Latitude, Longitude and Id of nearby objects in a meters radius range.

The events are in JSON format and the following is an exemple:

 

 

{
  "Id": 1,
  "Latitude": x,
  "Longitude": y
}

 

 

Splunk must trigger an alert when an object which previously was at position y, now is at position z iff delta z-y is too big.

I know the alert can be triggered if the search result returns at least 1 row, but I don't know how to write this query because too complex.

Is it possibile to make this query? How can I do this?
Thank you in advance!

Labels (1)
0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

The JSON object only has 3 elements - of two events for the same id, how  do you determine which was the previous. Given two events for the same id, how do you determine the diff between two events especially since these look like locations on a sphere?

0 Karma

Unige2021
Loves-to-Learn

Sorry you are right, I forgot to specify the JSON includes the timestamp too.

0 Karma
Get Updates on the Splunk Community!

Splunk Observability as Code: From Zero to Dashboard

For the details on what Self-Service Observability and Observability as Code is, we have some awesome content ...

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Shape the Future of Splunk: Join the Product Research Lab!

Join the Splunk Product Research Lab and connect with us in the Slack channel #product-research-lab to get ...