Splunk Search

How to exclude a field in foreach?

HeinzWaescher
Motivator

Hi,

is it possible to exclude one specific field in the foreach command?
Currently it looks like this, but I want to exclude the "size" field here:

| foreach * [eval <<FIELD>>=round('<<FIELD>>'/size*100, 2)]

Cheers
Heinz

0 Karma
1 Solution

javiergn
Super Champion

Try this:

| foreach * [eval <<FIELD>>=if("<<FIELD>>" == "size", size, round('<<FIELD>>'/size*100, 2))]

View solution in original post

javiergn
Super Champion

Try this:

| foreach * [eval <<FIELD>>=if("<<FIELD>>" == "size", size, round('<<FIELD>>'/size*100, 2))]

HeinzWaescher
Motivator

Awesome, thanks a lot!

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 ...