GeoIP and PII enrichments

Is the current PII enrichment compatible with extracting Geo IP data or does it break that?

@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

Thanks!