All Apps and Add-ons

Error with google map app in Splunk

OMohi
Path Finder

I am getting errords from the geoip script in the Google map apps in Splunk. The same search in the search app is working fine. I thought it might be some permission issue but google map app has read , write and execute functions properly defined.

Here is my search string: index=network sourcetype=syslog | rex field=_raw "(?\d+.\d+.\d+.\d+)" | lookup geoip clientip as ip

On seach head the following eror gets displayed
Script for lookup table 'geoip' returned error code 1 . Results may be incorrect.

Please suggest if there is a resolution for this issue.

0 Karma

asmall
Explorer

Try:

index=network sourcetype=syslog ip=* | rex field=_raw "(?d+.d+.d+.d+)" | geoip ip

0 Karma
Get Updates on the Splunk Community!

Simplifying the Analyst Experience with Finding-based Detections

    Splunk invites you to an engaging Tech Talk focused on streamlining security operations with ...

[Puzzles] Solve, Learn, Repeat: Word Search

This challenge was first posted on Slack #puzzles channelThis puzzle is based on a letter grid containing ...

[Puzzles] Solve, Learn, Repeat: Advent of Code - Day 4

Advent of CodeIn order to participate in these challenges, you will need to register with the Advent of Code ...