Splunk Search

for every command we filter fields and giving few fields to the next command, why eval gives all fields to the next command

nagarjuna280
Communicator

index=* sourcetype=history browser=chrome | eval name="raj" giving output as many fields like sourecetype, browser, host etc...

index=* sourcetype=history browser=chrome |table sourcetype gives only sourcetype

is there any command like eval

Tags (2)
0 Karma
1 Solution

martin_mueller
SplunkTrust
SplunkTrust

The initial search gives all fields to eval, and eval adds one field to that set.
You can combine commands like this:

index=* sourcetype=history browser=chrome | table sourcetype | eval name="raj"

View solution in original post

martin_mueller
SplunkTrust
SplunkTrust

The initial search gives all fields to eval, and eval adds one field to that set.
You can combine commands like this:

index=* sourcetype=history browser=chrome | table sourcetype | eval name="raj"
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

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

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...