Skip to content

Commit

Permalink
Update docs link for ip location processor (elastic#204340)
Browse files Browse the repository at this point in the history
Closes [elastic#199755](elastic#199755)

## Summary
This PR updates the documentation for the IP Location processor
  • Loading branch information
SoniaSanzV authored and JoseLuisGJ committed Dec 19, 2024
1 parent 352ef97 commit f6b4a90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ export const mapProcessorTypeToDescriptor: MapProcessorTypeToDescriptor = {
ip_location: {
category: processorCategories.DATA_ENRICHMENT,
FieldsComponent: IpLocation,
docLinkPath: '/geoip-processor.html',
docLinkPath: '/ip-location-processor.html',
label: i18n.translate('xpack.ingestPipelines.processors.label.ipLocation', {
defaultMessage: 'IP Location',
}),
Expand Down

0 comments on commit f6b4a90

Please sign in to comment.