diff --git a/deploy-manage/deploy/self-managed/_snippets/third-party-dependencies.md b/deploy-manage/deploy/self-managed/_snippets/third-party-dependencies.md new file mode 100644 index 0000000000..e7fcca748f --- /dev/null +++ b/deploy-manage/deploy/self-managed/_snippets/third-party-dependencies.md @@ -0,0 +1 @@ +Refer to [{{stack}} third-party dependencies](https://artifacts.elastic.co/reports/dependencies/dependencies-current.html) for the complete list of dependencies. \ No newline at end of file diff --git a/deploy-manage/deploy/self-managed/install-kibana.md b/deploy-manage/deploy/self-managed/install-kibana.md index 5641add591..3abb01b706 100644 --- a/deploy-manage/deploy/self-managed/install-kibana.md +++ b/deploy-manage/deploy/self-managed/install-kibana.md @@ -52,4 +52,9 @@ Running different patch version releases of {{kib}} and {{es}} (e.g. {{kib}} 9.0 ## Installation order :::{include} /deploy-manage/deploy/_snippets/installation-order.md -::: \ No newline at end of file +::: + +## Third-party dependencies + +:::{include} /deploy-manage/deploy/self-managed/_snippets/third-party-dependencies.md +::: diff --git a/deploy-manage/deploy/self-managed/installing-elasticsearch.md b/deploy-manage/deploy/self-managed/installing-elasticsearch.md index 6fa5ec4dfa..242c633bf8 100644 --- a/deploy-manage/deploy/self-managed/installing-elasticsearch.md +++ b/deploy-manage/deploy/self-managed/installing-elasticsearch.md @@ -104,4 +104,5 @@ Don’t use third-party Java agents that attach to the JVM. These agents can red ## Third-party dependencies [dependencies-versions] -See [Elastic Stack third-party dependencies](https://artifacts.elastic.co/reports/dependencies/dependencies-current.html) for the complete list of dependencies for {{es}}. \ No newline at end of file +:::{include} /deploy-manage/deploy/self-managed/_snippets/third-party-dependencies.md +::: \ No newline at end of file