Skip to content

Commit 7e77ae8

Browse files
lcawljloleysensafharo
authored
[9.0] Use new logstash, addData, logging, ingest URLs (#219286) (#220728)
# Backport This will backport the following commits from `main` to `9.0`: - [Use new logstash, addData, logging, ingest URLs (#219286)](#219286) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Lisa Cawley","email":"lcawley@elastic.co"},"sourceCommit":{"committedDate":"2025-05-10T01:51:52Z","message":"Use new logstash, addData, logging, ingest URLs (#219286)\n\n\nCo-authored-by: Jean-Louis Leysens <jloleysens@gmail.com>","sha":"b0a841c4215db4dc7ba083fe71304a78870c85c0","branchLabelMapping":{"^v9.1.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","backport:version","v9.1.0","v9.0.1"],"title":"Use new logstash, addData, logging, ingest URLs","number":219286,"url":"https://github.com/elastic/kibana/pull/219286","mergeCommit":{"message":"Use new logstash, addData, logging, ingest URLs (#219286)\n\n\nCo-authored-by: Jean-Louis Leysens <jloleysens@gmail.com>","sha":"b0a841c4215db4dc7ba083fe71304a78870c85c0"}},"sourceBranch":"main","suggestedTargetBranches":["9.0"],"targetPullRequestStates":[{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/219286","number":219286,"mergeCommit":{"message":"Use new logstash, addData, logging, ingest URLs (#219286)\n\n\nCo-authored-by: Jean-Louis Leysens <jloleysens@gmail.com>","sha":"b0a841c4215db4dc7ba083fe71304a78870c85c0"}},{"branch":"9.0","label":"v9.0.1","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Jean-Louis Leysens <jloleysens@gmail.com> Co-authored-by: Alejandro Fernández Haro <alejandro.haro@elastic.co>
1 parent 873840f commit 7e77ae8

File tree

15 files changed

+1015
-976
lines changed

15 files changed

+1015
-976
lines changed

oas_docs/output/kibana.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ tags:
112112
> Do not directly access the `.logstash` index. The structure of the `.logstash` index is subject to change, which could cause your integration to break. Instead, use the Logstash configuration management APIs.
113113
externalDocs:
114114
description: Centralized pipeline management
115-
url: https://www.elastic.co/guide/en/logstash/current/logstash-centralized-pipeline-management.html
115+
url: https://www.elastic.co/docs/reference/logstash/logstash-centralized-pipeline-management
116116
name: logstash
117117
x-displayName: Logstash configuration management
118118
- name: Message Signing Service
@@ -41081,7 +41081,7 @@ paths:
4108141081
If your Elasticsearch cluster is protected with basic authentication, you must have either the `logstash_admin` built-in role or a customized Logstash writer role.
4108241082
externalDocs:
4108341083
description: Secure your connection
41084-
url: https://www.elastic.co/guide/en/logstash/current/ls-security.html
41084+
url: https://www.elastic.co/docs/reference/logstash/secure-connection
4108541085
operationId: delete-logstash-pipeline
4108641086
parameters:
4108741087
- description: An identifier for the pipeline.
@@ -41103,7 +41103,7 @@ paths:
4110341103
To use this API, you must have either the `logstash_admin` built-in role or a customized Logstash reader role.
4110441104
externalDocs:
4110541105
description: Secure your connection
41106-
url: https://www.elastic.co/guide/en/logstash/current/ls-security.html
41106+
url: https://www.elastic.co/docs/reference/logstash/secure-connection
4110741107
operationId: get-logstash-pipeline
4110841108
parameters:
4110941109
- description: An identifier for the pipeline.
@@ -41141,7 +41141,7 @@ paths:
4114141141
To use this API, you must have either the `logstash_admin` built-in role or a customized Logstash writer role.
4114241142
externalDocs:
4114341143
description: Secure your connection
41144-
url: https://www.elastic.co/guide/en/logstash/current/ls-security.html
41144+
url: https://www.elastic.co/docs/reference/logstash/secure-connection
4114541145
operationId: put-logstash-pipeline
4114641146
parameters:
4114741147
- description: |
@@ -41206,7 +41206,7 @@ paths:
4120641206
The `username` property appears in the response when security is enabled and depends on when the pipeline was created or last updated.
4120741207
externalDocs:
4120841208
description: Secure your connection
41209-
url: https://www.elastic.co/guide/en/logstash/current/ls-security.html
41209+
url: https://www.elastic.co/docs/reference/logstash/secure-connection
4121041210
operationId: get-logstash-pipelines
4121141211
responses:
4121241212
'200':

src/core/packages/deprecations/server-internal/src/deprecations/api_deprecations/register_api_depercation_info.test.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ describe('#registerApiDeprecationsInfo', () => {
149149
"message": Array [
150150
"The API \\"GET /api/test_removed/\\" has been called 13 times. The last call was on Sunday, September 1, 2024 6:06 AM -04:00.",
151151
Object {
152-
"content": "To include information about deprecated API calls in debug logs, edit your Kibana configuration as detailed in [the documentation](https://www.elastic.co/guide/en/kibana/test-branch/logging-settings.html#enable-http-debug-logs).",
152+
"content": "To include information about deprecated API calls in debug logs, edit your Kibana configuration as detailed in [the documentation](https://www.elastic.co/docs/reference/kibana/configuration-reference/logging-settings#enable-http-debug-logs).",
153153
"type": "markdown",
154154
},
155155
"This issue has been marked as resolved on Thursday, October 17, 2024 8:06 AM -04:00 but the API has been called 12 times since.",
@@ -200,7 +200,7 @@ describe('#registerApiDeprecationsInfo', () => {
200200
"message": Array [
201201
"The API \\"GET /api/test_migrated/\\" has been called 13 times. The last call was on Sunday, September 1, 2024 6:06 AM -04:00.",
202202
Object {
203-
"content": "To include information about deprecated API calls in debug logs, edit your Kibana configuration as detailed in [the documentation](https://www.elastic.co/guide/en/kibana/test-branch/logging-settings.html#enable-http-debug-logs).",
203+
"content": "To include information about deprecated API calls in debug logs, edit your Kibana configuration as detailed in [the documentation](https://www.elastic.co/docs/reference/kibana/configuration-reference/logging-settings#enable-http-debug-logs).",
204204
"type": "markdown",
205205
},
206206
"This issue has been marked as resolved on Thursday, October 17, 2024 8:06 AM -04:00 but the API has been called 12 times since.",
@@ -249,7 +249,7 @@ describe('#registerApiDeprecationsInfo', () => {
249249
"message": Array [
250250
"The API \\"GET /api/test_bumped/\\" has been called 13 times. The last call was on Sunday, September 1, 2024 6:06 AM -04:00.",
251251
Object {
252-
"content": "To include information about deprecated API calls in debug logs, edit your Kibana configuration as detailed in [the documentation](https://www.elastic.co/guide/en/kibana/test-branch/logging-settings.html#enable-http-debug-logs).",
252+
"content": "To include information about deprecated API calls in debug logs, edit your Kibana configuration as detailed in [the documentation](https://www.elastic.co/docs/reference/kibana/configuration-reference/logging-settings#enable-http-debug-logs).",
253253
"type": "markdown",
254254
},
255255
"This issue has been marked as resolved on Thursday, October 17, 2024 8:06 AM -04:00 but the API has been called 12 times since.",
@@ -297,7 +297,7 @@ describe('#registerApiDeprecationsInfo', () => {
297297
"message": Array [
298298
"The API \\"GET /api/test_deprecated/\\" has been called 13 times. The last call was on Sunday, September 1, 2024 6:06 AM -04:00.",
299299
Object {
300-
"content": "To include information about deprecated API calls in debug logs, edit your Kibana configuration as detailed in [the documentation](https://www.elastic.co/guide/en/kibana/test-branch/logging-settings.html#enable-http-debug-logs).",
300+
"content": "To include information about deprecated API calls in debug logs, edit your Kibana configuration as detailed in [the documentation](https://www.elastic.co/docs/reference/kibana/configuration-reference/logging-settings#enable-http-debug-logs).",
301301
"type": "markdown",
302302
},
303303
"This issue has been marked as resolved on Thursday, October 17, 2024 8:06 AM -04:00 but the API has been called 12 times since.",
@@ -364,7 +364,7 @@ describe('#registerApiDeprecationsInfo', () => {
364364
"message": Array [
365365
"The API \\"GET /api/test_never_resolved/\\" has been called 13 times. The last call was on Sunday, September 1, 2024 6:06 AM -04:00.",
366366
Object {
367-
"content": "To include information about deprecated API calls in debug logs, edit your Kibana configuration as detailed in [the documentation](https://www.elastic.co/guide/en/kibana/test-branch/logging-settings.html#enable-http-debug-logs).",
367+
"content": "To include information about deprecated API calls in debug logs, edit your Kibana configuration as detailed in [the documentation](https://www.elastic.co/docs/reference/kibana/configuration-reference/logging-settings#enable-http-debug-logs).",
368368
"type": "markdown",
369369
},
370370
],
@@ -413,7 +413,7 @@ describe('#registerApiDeprecationsInfo', () => {
413413
"The API \\"POST /internal/api/\\" has been called 13 times. The last call was on Sunday, September 1, 2024 6:06 AM -04:00.",
414414
"Internal APIs are meant to be used by Elastic services only. You should not use them. External access to these APIs will be restricted.",
415415
Object {
416-
"content": "To include information in debug logs about calls to APIs that are internal to Elastic, edit your Kibana configuration as detailed in [the documentation](https://www.elastic.co/guide/en/kibana/test-branch/logging-settings.html#enable-http-debug-logs).",
416+
"content": "To include information in debug logs about calls to APIs that are internal to Elastic, edit your Kibana configuration as detailed in [the documentation](https://www.elastic.co/docs/reference/kibana/configuration-reference/logging-settings#enable-http-debug-logs).",
417417
"type": "markdown",
418418
},
419419
],

src/platform/packages/shared/kbn-doc-links/src/get_doc_links.ts

Lines changed: 61 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ export const getDocLinks = ({ kibanaBranch, buildFlavor }: GetDocLinkOptions): D
2020
const meta = getDocLinksMeta({ kibanaBranch, buildFlavor });
2121

2222
const DOC_LINK_VERSION = meta.version;
23-
const ECS_VERSION = meta.ecs_version;
2423
const ELASTIC_WEBSITE_URL = meta.elasticWebsiteUrl;
2524
const ELASTIC_GITHUB = meta.elasticGithubUrl;
2625
const SEARCH_LABS_URL = meta.searchLabsUrl;
@@ -209,8 +208,8 @@ export const getDocLinks = ({ kibanaBranch, buildFlavor }: GetDocLinkOptions): D
209208
getStarted: `${ELASTIC_WEBSITE_URL}guide/en/beats/libbeat/${DOC_LINK_VERSION}/getting-started.html`,
210209
},
211210
logstash: {
212-
base: `${ELASTIC_WEBSITE_URL}guide/en/logstash/${DOC_LINK_VERSION}`,
213-
inputElasticAgent: `${ELASTIC_WEBSITE_URL}guide/en/logstash/${DOC_LINK_VERSION}/plugins-inputs-elastic_agent.html`,
211+
base: `${ELASTIC_DOCS}reference/logstash`,
212+
inputElasticAgent: `${ELASTIC_DOCS}reference/logstash/plugins/plugins-inputs-elastic_agent`,
214213
},
215214
winlogbeat: {
216215
base: `${ELASTIC_WEBSITE_URL}guide/en/beats/winlogbeat/${DOC_LINK_VERSION}`,
@@ -278,7 +277,7 @@ export const getDocLinks = ({ kibanaBranch, buildFlavor }: GetDocLinkOptions): D
278277
runtimeFields: `${ELASTIC_DOCS}explore-analyze/find-and-organize/data-views#runtime-fields`,
279278
migrateOffScriptedFields: `${ELASTIC_DOCS}explore-analyze/find-and-organize/data-views#migrate-off-scripted-fields`,
280279
},
281-
addData: `${KIBANA_DOCS}connect-to-elasticsearch.html`,
280+
addData: `${ELASTIC_DOCS}manage-data/ingest`,
282281
kibana: {
283282
askElastic: `${ELASTIC_WEBSITE_URL}products/kibana/ask-elastic?blade=kibanaaskelastic`,
284283
createGithubIssue: `${ELASTIC_GITHUB}kibana/issues/new/choose`,
@@ -425,7 +424,7 @@ export const getDocLinks = ({ kibanaBranch, buildFlavor }: GetDocLinkOptions): D
425424
publicBaseUrl: `${ELASTIC_DOCS}reference/kibana/configuration-reference/general-settings#server-publicBaseUrl`,
426425
},
427426
logging: {
428-
enableDeprecationHttpDebugLogs: `${KIBANA_DOCS}logging-settings.html#enable-http-debug-logs`,
427+
enableDeprecationHttpDebugLogs: `${ELASTIC_DOCS}reference/kibana/configuration-reference/logging-settings#enable-http-debug-logs`,
429428
},
430429
securitySolution: {
431430
artifactControl: `${ELASTIC_DOCS}solutions/security/configure-elastic-defend/configure-updates-for-protection-artifacts`,
@@ -773,60 +772,66 @@ export const getDocLinks = ({ kibanaBranch, buildFlavor }: GetDocLinkOptions): D
773772
slmStart: `${ELASTICSEARCH_APIS}operation/operation-slm-start`,
774773
},
775774
ingest: {
776-
append: `${ELASTICSEARCH_DOCS}append-processor.html`,
777-
attachment: `${ELASTIC_DOCS}reference/enrich-processor/attachment`,
778-
bytes: `${ELASTICSEARCH_DOCS}bytes-processor.html`,
779-
circle: `${ELASTICSEARCH_DOCS}ingest-circle-processor.html`,
780-
convert: `${ELASTICSEARCH_DOCS}convert-processor.html`,
781-
csv: `${ELASTICSEARCH_DOCS}csv-processor.html`,
782-
date: `${ELASTICSEARCH_DOCS}date-processor.html`,
783-
dateIndexName: `${ELASTICSEARCH_DOCS}date-index-name-processor.html`,
784-
dissect: `${ELASTICSEARCH_DOCS}dissect-processor.html`,
785-
dissectKeyModifiers: `${ELASTICSEARCH_DOCS}dissect-processor.html#dissect-key-modifiers`,
786-
dotExpander: `${ELASTICSEARCH_DOCS}dot-expand-processor.html`,
787-
drop: `${ELASTICSEARCH_DOCS}drop-processor.html`,
788-
enrich: `${ELASTICSEARCH_DOCS}ingest-enriching-data.html`,
789-
fail: `${ELASTICSEARCH_DOCS}fail-processor.html`,
790-
foreach: `${ELASTICSEARCH_DOCS}foreach-processor.html`,
791-
geoIp: `${ELASTICSEARCH_DOCS}geoip-processor.html`,
792-
geoMatch: `${ELASTICSEARCH_DOCS}geo-match-enrich-policy-type.html`,
793-
grok: `${ELASTICSEARCH_DOCS}grok-processor.html`,
794-
gsub: `${ELASTICSEARCH_DOCS}gsub-processor.html`,
795-
htmlString: `${ELASTICSEARCH_DOCS}htmlstrip-processor.html`,
796-
inference: `${ELASTICSEARCH_DOCS}inference-processor.html`,
797-
inferenceClassification: `${ELASTICSEARCH_DOCS}inference-processor.html#inference-processor-classification-opt`,
798-
inferenceRegression: `${ELASTICSEARCH_DOCS}inference-processor.html#inference-processor-regression-opt`,
799-
join: `${ELASTICSEARCH_DOCS}join-processor.html`,
800-
json: `${ELASTICSEARCH_DOCS}json-processor.html`,
801-
kv: `${ELASTICSEARCH_DOCS}kv-processor.html`,
802-
lowercase: `${ELASTICSEARCH_DOCS}lowercase-processor.html`,
803-
pipeline: `${ELASTICSEARCH_DOCS}pipeline-processor.html`,
804-
pipelines: isServerless
805-
? `${SERVERLESS_DOCS}ingest-pipelines.html`
806-
: `${ELASTICSEARCH_DOCS}ingest.html`,
807-
csvPipelines: `${ELASTIC_WEBSITE_URL}guide/en/ecs/${ECS_VERSION}/ecs-converting.html`,
808-
pipelineFailure: `${ELASTICSEARCH_DOCS}ingest.html#handling-pipeline-failures`,
809-
processors: `${ELASTICSEARCH_DOCS}processors.html`,
810-
arrayOrJson: `${ELASTICSEARCH_DOCS}processors.html#ingest-process-category-array-json-handling`,
811-
dataEnrichment: `${ELASTICSEARCH_DOCS}processors.html#ingest-process-category-data-enrichment`,
812-
dataFiltering: `${ELASTICSEARCH_DOCS}processors.html#ingest-process-category-data-filtering`,
813-
dataTransformation: `${ELASTICSEARCH_DOCS}processors.html#ingest-process-category-data-transformation`,
814-
pipelineHandling: `${ELASTICSEARCH_DOCS}processors.html#ingest-process-category-pipeline-handling`,
815-
remove: `${ELASTICSEARCH_DOCS}remove-processor.html`,
816-
rename: `${ELASTICSEARCH_DOCS}rename-processor.html`,
817-
script: `${ELASTICSEARCH_DOCS}script-processor.html`,
818-
set: `${ELASTICSEARCH_DOCS}set-processor.html`,
819-
setSecurityUser: `${ELASTICSEARCH_DOCS}ingest-node-set-security-user-processor.html`,
820-
sort: `${ELASTICSEARCH_DOCS}sort-processor.html`,
821-
split: `${ELASTICSEARCH_DOCS}split-processor.html`,
822-
trim: `${ELASTICSEARCH_DOCS}trim-processor.html`,
823-
uppercase: `${ELASTICSEARCH_DOCS}uppercase-processor.html`,
824-
uriParts: `${ELASTICSEARCH_DOCS}uri-parts-processor.html`,
825-
urlDecode: `${ELASTICSEARCH_DOCS}urldecode-processor.html`,
826-
userAgent: `${ELASTICSEARCH_DOCS}user-agent-processor.html`,
775+
append: `${ELASTIC_DOCS}reference/enrich-processor/append-processor`,
776+
bytes: `${ELASTIC_DOCS}reference/enrich-processor/bytes-processor`,
777+
circle: `${ELASTIC_DOCS}reference/enrich-processor/ingest-circle-processor`,
778+
community: `${ELASTIC_DOCS}reference/enrich-processor/community-id-processor`,
779+
convert: `${ELASTIC_DOCS}reference/enrich-processor/convert-processor`,
780+
csv: `${ELASTIC_DOCS}reference/enrich-processor/csv-processor`,
781+
date: `${ELASTIC_DOCS}reference/enrich-processor/date-processor`,
782+
dateIndexName: `${ELASTIC_DOCS}reference/enrich-processor/date-index-name-processor`,
783+
dissect: `${ELASTIC_DOCS}reference/enrich-processor/dissect-processor`,
784+
dissectKeyModifiers: `${ELASTIC_DOCS}reference/enrich-processor/dissect-processor#dissect-key-modifiers`,
785+
dotExpander: `${ELASTIC_DOCS}reference/enrich-processor/dot-expand-processor`,
786+
drop: `${ELASTIC_DOCS}reference/enrich-processor/drop-processor`,
787+
enrich: `${ELASTIC_DOCS}manage-data/ingest/transform-enrich/data-enrichment`,
788+
fail: `${ELASTIC_DOCS}reference/enrich-processor/fail-processor`,
789+
foreach: `${ELASTIC_DOCS}reference/enrich-processor/foreach-processor`,
790+
geoGrid: `${ELASTIC_DOCS}reference/enrich-processor/ingest-geo-grid-processor`,
791+
geoIp: `${ELASTIC_DOCS}reference/enrich-processor/geoip-processor`,
792+
geoMatch: `${ELASTIC_DOCS}manage-data/ingest/transform-enrich/example-enrich-data-based-on-geolocation`,
793+
grok: `${ELASTIC_DOCS}reference/enrich-processor/grok-processor`,
794+
gsub: `${ELASTIC_DOCS}reference/enrich-processor/gsub-processor`,
795+
htmlString: `${ELASTIC_DOCS}reference/enrich-processor/htmlstrip-processor`,
796+
inference: `${ELASTIC_DOCS}reference/enrich-processor/inference-processor`,
797+
inferenceClassification: `${ELASTIC_DOCS}reference/enrich-processor/inference-processor#inference-processor-classification-opt`,
798+
inferenceRegression: `${ELASTIC_DOCS}reference/enrich-processor/inference-processor#inference-processor-regression-opt`,
799+
ipLocation: `${ELASTIC_DOCS}reference/enrich-processor/ip-location-processor`,
800+
join: `${ELASTIC_DOCS}reference/enrich-processor/join-processor`,
801+
json: `${ELASTIC_DOCS}reference/enrich-processor/json-processor`,
802+
kv: `${ELASTIC_DOCS}reference/enrich-processor/kv-processor`,
803+
lowercase: `${ELASTIC_DOCS}reference/enrich-processor/lowercase-processor`,
804+
network: `${ELASTIC_DOCS}reference/enrich-processor/network-direction-processor`,
805+
pipeline: `${ELASTIC_DOCS}reference/enrich-processor/pipeline-processor`,
806+
pipelines: `${ELASTIC_DOCS}manage-data/ingest/transform-enrich/ingest-pipelines`,
807+
csvPipelines: `${ELASTIC_DOCS}reference/ecs/ecs-converting`,
808+
pipelineFailure: `${ELASTIC_DOCS}manage-data/ingest/transform-enrich/ingest-pipelines#handling-pipeline-failures`,
809+
processors: `${ELASTIC_DOCS}reference/enrich-processor`,
810+
arrayOrJson: `${ELASTIC_DOCS}reference/enrich-processor#ingest-process-category-array-json-handling`,
811+
dataEnrichment: `${ELASTIC_DOCS}reference/enrich-processor#ingest-process-category-data-enrichment`,
812+
dataFiltering: `${ELASTIC_DOCS}reference/enrich-processor#ingest-process-category-data-filtering`,
813+
dataTransformation: `${ELASTIC_DOCS}reference/enrich-processor#ingest-process-category-data-transformation`,
814+
pipelineHandling: `${ELASTIC_DOCS}reference/enrich-processor#ingest-process-category-pipeline-handling`,
815+
redact: `${ELASTIC_DOCS}reference/enrich-processor/redact-processor`,
816+
registeredDomain: `${ELASTIC_DOCS}reference/enrich-processor/registered-domain-processor`,
817+
remove: `${ELASTIC_DOCS}reference/enrich-processor/remove-processor`,
818+
rename: `${ELASTIC_DOCS}reference/enrich-processor/rename-processor`,
819+
reroute: `${ELASTIC_DOCS}reference/enrich-processor/reroute-processor`,
820+
script: `${ELASTIC_DOCS}reference/enrich-processor/script-processor`,
821+
set: `${ELASTIC_DOCS}reference/enrich-processor/set-processor`,
822+
setSecurityUser: `${ELASTIC_DOCS}reference/enrich-processor/ingest-node-set-security-user-processor`,
823+
sort: `${ELASTIC_DOCS}reference/enrich-processor/sort-processor`,
824+
split: `${ELASTIC_DOCS}reference/enrich-processor/split-processor`,
825+
terminate: `${ELASTIC_DOCS}reference/enrich-processor/terminate-processor`,
826+
trim: `${ELASTIC_DOCS}reference/enrich-processor/trim-processor`,
827+
uppercase: `${ELASTIC_DOCS}reference/enrich-processor/uppercase-processor`,
828+
uriParts: `${ELASTIC_DOCS}reference/enrich-processor/uri-parts-processor`,
829+
urlDecode: `${ELASTIC_DOCS}reference/enrich-processor/urldecode-processor`,
830+
userAgent: `${ELASTIC_DOCS}reference/enrich-processor/user-agent-processor`,
827831
},
828832
fleet: {
829833
guide: `${FLEET_DOCS}index.html`,
834+
fingerprint: `${ELASTIC_DOCS}reference/fleet/fingerprint-processor`,
830835
fleetServer: `${FLEET_DOCS}fleet-server.html`,
831836
fleetServerAddFleetServer: `${FLEET_DOCS}add-a-fleet-server.html`,
832837
settings: `${FLEET_DOCS}fleet-settings.html`,

src/platform/packages/shared/kbn-doc-links/src/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -480,6 +480,7 @@ export interface DocLinks {
480480
readonly fleet: Readonly<{
481481
beatsAgentComparison: string;
482482
guide: string;
483+
fingerprint: string;
483484
fleetServer: string;
484485
fleetServerAddFleetServer: string;
485486
esSettings: string;

0 commit comments

Comments
 (0)