Splunk Search

eval calculations

Dsrao12345
New Member

how to solve the above issue using eval function.

(1 * 100) / (1 + 2) = % .

Tags (2)
0 Karma

woodcock
Esteemed Legend

Like this?

| makeresults | eval answer = round(((1 * 100) / (1 + 2)), 2) . "%"
0 Karma

richgalloway
SplunkTrust
SplunkTrust

Um, | eval pct=(1 * 100) / (1 + 2)

---
If this reply helps you, Karma would be appreciated.
0 Karma
Get Updates on the Splunk Community!

Dashboards: Hiding charts while search is being executed and other uses for tokens

There are a couple of features of SimpleXML / Classic dashboards that can be used to enhance the user ...

Splunk Observability Cloud's AI Assistant in Action Series: Explaining Metrics and ...

This is the fourth post in the Splunk Observability Cloud’s AI Assistant in Action series that digs into how ...

Brains, Bytes, and Boston: Learn from the Best at .conf25

When you think of Boston, you might picture colonial charm, world-class universities, or even the crack of a ...