iain
1
Is the current PII enrichment compatible with extracting Geo IP data or does it break that?
ihor
2
@iain, it is compatible. Just specify user_ipaddress
as the target and ensure the pipeline is upgraded to R106.
"pii": [
{
"pojo": {
"field": "user_ipaddress"
}
}
]
2 Likes