How to implement customized fetch data when remap, similar to geoip #17924
Unanswered
tangguangliang
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi @tangguangliang ! I'm not really sure what you are trying to do, could you provide more details? A full example of input and output would help. The GeoIP enrichment functions are designed to be used with Maxmind GeoIP databases. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
To parse a geoip use the following
.geoip = get_enrichment_table_record!("geoip", { "ip": .xff })
I have an id data like 10001, 10002, I want to parse the json data and get the result in json when I pass in the ids {"10001": {"region": "eu", "name": "hello world"}} by using a form similar to geoip. What should I do?
Beta Was this translation helpful? Give feedback.
All reactions