Skip to content

Commit

Permalink
[8.16] kbn-doc-links: remove functionbeat (#198902) (#199161)
Browse files Browse the repository at this point in the history
## Summary

Remove docs link to functionbeat as it has been deprecated and will be
removed in 9.0

Co-authored-by: Anderson Queiroz <[email protected]>
  • Loading branch information
kilfoyle and AndersonQ authored Nov 6, 2024
1 parent c929240 commit 5e08e2c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions packages/kbn-doc-links/src/get_doc_links.ts
Original file line number Diff line number Diff line change
Expand Up @@ -287,9 +287,6 @@ export const getDocLinks = ({ kibanaBranch, buildFlavor }: GetDocLinkOptions): D
base: `${ELASTIC_WEBSITE_URL}guide/en/logstash/${DOC_LINK_VERSION}`,
inputElasticAgent: `${ELASTIC_WEBSITE_URL}guide/en/logstash/${DOC_LINK_VERSION}/plugins-inputs-elastic_agent.html`,
},
functionbeat: {
base: `${ELASTIC_WEBSITE_URL}guide/en/beats/functionbeat/${DOC_LINK_VERSION}`,
},
winlogbeat: {
base: `${ELASTIC_WEBSITE_URL}guide/en/beats/winlogbeat/${DOC_LINK_VERSION}`,
},
Expand Down
3 changes: 0 additions & 3 deletions packages/kbn-doc-links/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -243,9 +243,6 @@ export interface DocLinks {
readonly base: string;
readonly inputElasticAgent: string;
};
readonly functionbeat: {
readonly base: string;
};
readonly winlogbeat: {
readonly base: string;
};
Expand Down

0 comments on commit 5e08e2c

Please sign in to comment.