mirror of https://github.com/apache/nifi.git
NIFI-11301 Fixed typos in ISPEnrichIP and DistributeLoad
This closes #7056 Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
parent
d563f522d4
commit
cb6e530a3c
|
@ -47,7 +47,7 @@ import java.util.concurrent.TimeUnit;
|
|||
@Tags({"ISP", "enrich", "ip", "maxmind"})
|
||||
@InputRequirement(Requirement.INPUT_REQUIRED)
|
||||
@CapabilityDescription("Looks up ISP information for an IP address and adds the information to FlowFile attributes. The "
|
||||
+ "ISP data is provided as a MaxMind ISP database (Note that this is NOT the same as the GeoLite database utilized" +
|
||||
+ "ISP data is provided as a MaxMind ISP database. (Note that this is NOT the same as the GeoLite database utilized " +
|
||||
"by some geo enrichment tools). The attribute that contains the IP address to lookup is provided by the " +
|
||||
"'IP Address Attribute' property. If the name of the attribute provided is 'X', then the the attributes added by" +
|
||||
" enrichment will take the form X.isp.<fieldName>")
|
||||
|
|
Loading…
Reference in New Issue