[
https://issues.apache.org/jira/browse/NIFI-2661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15983236#comment-15983236
]
ASF GitHub Bot commented on NIFI-2661:
--------------------------------------
Github user mattyb149 commented on a diff in the pull request:
https://github.com/apache/nifi/pull/1650#discussion_r113244694
--- Diff:
nifi-nar-bundles/nifi-enrich-bundle/nifi-enrich-processors/src/main/java/org/apache/nifi/processors/GeoEnrichIP.java
---
@@ -70,6 +55,7 @@
@WritesAttributes({
@WritesAttribute(attribute = "X.geo.lookup.micros", description = "The
number of microseconds that the geo lookup took"),
@WritesAttribute(attribute = "X.geo.city", description = "The city
identified for the IP address"),
+ @WritesAttribute(attribute = "X.geo.accuracy", description = "The
accuracy radius if provided by the database"),
--- End diff --
For clarity, probably should include the units (kilometers) here
> Create enrichment processor supporting GeoLite ASN
> --------------------------------------------------
>
> Key: NIFI-2661
> URL: https://issues.apache.org/jira/browse/NIFI-2661
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: Andre F de Miranda
> Assignee: Andre F de Miranda
>
> Current EnrichGeoIP does not support MaxMind's GeoLite ASN API and database.
> It would be great to have a processor capable of doing so.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)