Splunk Search

Can a field value of any column but used as a fieldname in eval?

msaranya
Observer

I have a field as field1, and field2 which is an indexed event:

Field1
1.A
2.B

and another table I have as match1 table as mapping table which has:

match1 contains
1.Field1
2.Field2

Now I need to write an eval condition with match1 table which should consider Field1 value instead of the string "Field1"
If it's possible, please help.

0 Karma

sbarr0
Explorer

You can also take a look at this AddOn: https://splunkbase.splunk.com/app/4597/

|pointerset MyNewField pointer=match1

0 Karma

MuS
Legend

You might be after something like this:

 | makeresults | eval A="foo", B="bar", {B}=A, {A}=B | fields - _time

Just run it and you will understand how it works; you will get a result like this:

A     B   bar   foo
foo bar foo bar

Hope this helps ...

cheers, MuS

0 Karma

msaranya
Observer

i have two fields as Calc_Channel & Calc_Categorization (which part of indexed data)

Calc_Channel Calc_Categorization
External HM-IO-Linux
EMS Tools Network Gear & Appliance>Switch
Alert DataCenter Services
EMS Tools Network Gear & Appliance>Switch
I have one more table for mapping with some rule, table Fieldname1 keyword1 we have to map the index data
FieldName1 Keywords1
Calc_Categorization regex command1
Calc_Categorization regex command2
Calc_Channel regex command3
Calc_Categorization regex command4
Calc_Channel regex command5
Calc_TicketDescription regex command6 , now i have to apply regex commands against fieldname1 table, when applying it goes for string "Calc_Categorization" but for me i want to apply rule to fieldvalue of Calc_Categorization. We have nearly 100rules each varies, index is approx. 1Million records.

0 Karma

jnudell_2
Builder

This does not make much sense. Instead of trying to make up an example, please provide the real information you're working with, which might provide more insight as to what you're trying to accomplish.

0 Karma

sandeepmakkena
Contributor

Can please re-frame your question please.

0 Karma
Get Updates on the Splunk Community!

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

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...