Splunk Search

How To Eval Filename As A New Field?

vtsguerrero
Contributor

Shoud it be done in the props.conf stanza at the moment of indexing?
I'm gonna have multiple .txt files indexed and later for a dashboard I need to get these filename to compare each other's values.
Is there a way to create a new field using eval for these filenames?

Thanks in advance!
- Vinicius Guerrero

0 Karma
1 Solution

aweitzman
Motivator

The filename should show up in the source field, right? Why not just use it from there?

View solution in original post

aweitzman
Motivator

The filename should show up in the source field, right? Why not just use it from there?

vtsguerrero
Contributor

But will I be able to table it as a result? Is there any example on how to use it?

0 Karma

aweitzman
Motivator

It's a field like any other field you might have. You can include it in a table ( table source field1 field2... ), you can use it to group your results ( stats sum(field1) by source ), you can create another field by applying a regex to it ( rex field=source "regex-goes-here" ). Anything you can do with a text field you can do with source.

0 Karma

vtsguerrero
Contributor

Thanks @awitzman ! it worked!
I thought it wouldn't work for multiple files, but seems ok without a regex.

0 Karma
Get Updates on the Splunk Community!

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...