Getting Data In

Field alias for all indexed data

christopherutz
Path Finder

I am creating some field aliases that I want to apply to multiple sourcetypes. I was hoping to do something like this in props.conf

[mysourcetype_*]
FIELDALIAS-class = fieldname as alias

My thought was this would hopefully apply the alias to the sourcetypes that match that pattern. This didn't appear to work so I resorted to something like this

[source::...*...]
FIELDALIAS-class = fieldname as alias

While this works I have two questions.

Is there a way to specify a pattern for the sourcetype like I was trying to do in the first example?

What are the performance implications, if any, of the second example, which applies the field alias to all sources?

Thanks

Tags (2)
0 Karma
1 Solution

gkanapathy
Splunk Employee
Splunk Employee

There is. You can use:

[(?:::){0}mysourcetype_*]

as the sourcetype stanza header.

Your pattern to match all data could be simpler with any of:

[host::...]

[source::...]

But you can also use:

[(?:::){0}...]

Performance implications are pretty minimal for this.

View solution in original post

0 Karma

benoitleroux
Explorer

Where is that documented? I have many sourcetypes starting with a pattern sm_* could I set
[(^:::){0}sm_*]
fieldalias-myfirst = myFirst AS myLast
...

To apply the fieldalias to all the sourcetypes starting with sm_ ?

0 Karma

gkanapathy
Splunk Employee
Splunk Employee

There is. You can use:

[(?:::){0}mysourcetype_*]

as the sourcetype stanza header.

Your pattern to match all data could be simpler with any of:

[host::...]

[source::...]

But you can also use:

[(?:::){0}...]

Performance implications are pretty minimal for this.

0 Karma
Get Updates on the Splunk Community!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

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