From 53a346c57ff40830d9f7725677ba5dfeb469ac13 Mon Sep 17 00:00:00 2001 From: kaisecheng <69120390+kaisecheng@users.noreply.github.com> Date: Tue, 14 Nov 2023 23:26:45 +0000 Subject: [PATCH] [Doc] add reference to ECK (#15565) add ECK reference to doc Fixed: #15471 Co-authored-by: Karen Metts <35154725+karenzone@users.noreply.github.com> --- docs/index.asciidoc | 2 ++ docs/static/running-logstash-kubernetes.asciidoc | 6 ++++++ docs/static/setting-up-logstash.asciidoc | 1 + 3 files changed, 9 insertions(+) create mode 100644 docs/static/running-logstash-kubernetes.asciidoc diff --git a/docs/index.asciidoc b/docs/index.asciidoc index 70aaa36910c..8a278b052a4 100644 --- a/docs/index.asciidoc +++ b/docs/index.asciidoc @@ -66,6 +66,8 @@ include::static/running-logstash.asciidoc[] include::static/docker.asciidoc[] +include::static/running-logstash-kubernetes.asciidoc[] + include::static/running-logstash-windows.asciidoc[] include::static/logging.asciidoc[] diff --git a/docs/static/running-logstash-kubernetes.asciidoc b/docs/static/running-logstash-kubernetes.asciidoc new file mode 100644 index 00000000000..3799029f4f6 --- /dev/null +++ b/docs/static/running-logstash-kubernetes.asciidoc @@ -0,0 +1,6 @@ +[[running-logstash-kubernetes]] +=== Running Logstash on Kubernetes +{ls} runs on a {k8s} cluster through https://www.elastic.co/guide/en/cloud-on-k8s/current/index.html[{eck} (ECK)] in technical preview. + +To get started, check out https://www.elastic.co/guide/en/cloud-on-k8s/current/k8s-deploy-eck.html[QuickStart] to install ECK +and https://www.elastic.co/guide/en/cloud-on-k8s/current/k8s-logstash.html[Run {ls} on ECK] to deploy {ls} with ECK. \ No newline at end of file diff --git a/docs/static/setting-up-logstash.asciidoc b/docs/static/setting-up-logstash.asciidoc index b7c2864d44c..eda02705359 100644 --- a/docs/static/setting-up-logstash.asciidoc +++ b/docs/static/setting-up-logstash.asciidoc @@ -13,6 +13,7 @@ This section includes additional information on how to set up and run Logstash, * <> * <> * <> +* <> * <> * <> * <>