Splunk Search

Automatic lookup failing

ipops
Path Finder

I have a lookup working when I use "lookup" manually in my search.alt text I cannot seem to get this working as an automatic lookup though.

This search works and returns the lookup fields

sourcetype=ivrdata | WHERE IVR_Message="Phone" | rename IVR_Value AS areacode | rex field=areacode mode=sed "s/(\d{3})(\d{3})(\d{4})/\1-\2/g" | table areacode | lookup AreaCodeLookup areacode

This search simply returns the areacodes but all other fields (city, region, etc) are blank

sourcetype=ivrdata | WHERE IVR_Message="Phone" | rename IVR_Value AS areacode | rex field=areacode mode=sed "s/(\d{3})(\d{3})(\d{4})/\1-\2/g" | table areacode city region latitude

My automatic lookup is defined as
AreaCodeLookup areacode AS phone_no OUTPUTNEW city country latitude AS _lat longitude AS _lng region

What am I missing here to get automatic lookup working?

Tags (1)
0 Karma

sundareshr
Legend

It appears your lookup is dependent on a field that has not been extracted. Add areacode to field extraction on your search head and try the auto lookup. The reason it works in the GUI is because you have a rex to extract the field before the lookup

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