Splunk Search

How can I subtract three values from Json?

gcescatto
New Member

Hi!
I have a Json like this:
{"LicenseNum":62,
"Status":"Registered"}
and the Status can differ from three types: Registered, Disconnected and Dropped.
alt text

Based on this chart, I need to build a new one with the following mathematical equation: number of Registered - number of Disconnected - number of Dropped.
Could somebody please help me?
I've already tried to use the stats and eval function, but I probably did something really wrong.

Thank you in advance (:

Tags (3)
0 Karma
1 Solution

skoelpin
SplunkTrust
SplunkTrust

Try adding this

... | eval Remaining = Registered - Disconnected - Dropped

View solution in original post

0 Karma

skoelpin
SplunkTrust
SplunkTrust

Try adding this

... | eval Remaining = Registered - Disconnected - Dropped

0 Karma

gcescatto
New Member

I've already tried it. I'm using the following query:

eval License=(Registered - Disconnected - Dropped) | chart max(LicenseNum) by DateTime, License

But I keep getting as result just "Registered - Disconnected"

0 Karma
Get Updates on the Splunk Community!

Building Reliable Asset and Identity Frameworks in Splunk ES

 Accurate asset and identity resolution is the backbone of security operations. Without it, alerts are ...

Cloud Monitoring Console - Unlocking Greater Visibility in SVC Usage Reporting

For Splunk Cloud customers, understanding and optimizing Splunk Virtual Compute (SVC) usage and resource ...

Automatic Discovery Part 3: Practical Use Cases

If you’ve enabled Automatic Discovery in your install of the Splunk Distribution of the OpenTelemetry ...