From a373cccf21bfa9c5da7a6ee7369effe6fca09049 Mon Sep 17 00:00:00 2001 From: Eldar Nash Date: Tue, 19 Dec 2023 13:19:24 +0100 Subject: [PATCH] Various minor fixes --- content/_index.md | 2 +- content/quickstart/opensearch-helm/_index.md | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/content/_index.md b/content/_index.md index 4da4f932..3c06254c 100644 --- a/content/_index.md +++ b/content/_index.md @@ -8,7 +8,7 @@ aliases: - /ose-preface/acknowledgements/ --- -{{% param "product.abbrev" %}} is a cloud-native syslog-ng distribution by [Axoflow](https://axoflow.com). +{{% param "product.abbrev" %}} is a cloud-native syslog-ng distribution by [Axoflow](https://axoflow.com). If you want to try running `syslog-ng` in a container, or use it as a log collector in Kubernetes, try {{% param "product.abbrev" %}}! This documentation is originally based on the [syslog-ng Open Source Edition documentation](https://github.com/balabit/syslog-ng-ose-guides/commit/2f4a52ee61d1ea9ad27cb4f3168b95408fddfdf2) for version 3.38 and is used in compliance with the terms of [The syslog-ng Open Source Edition Documentation License]({{< relref "/documentation-license/_index.md" >}}). We are continuously working on it to keep it up-to-date with the latest released version of the [`syslog-ng` project](https://github.com/syslog-ng/syslog-ng/) (currently {{% param "product.version" %}}). diff --git a/content/quickstart/opensearch-helm/_index.md b/content/quickstart/opensearch-helm/_index.md index 35e57a21..e4f14739 100644 --- a/content/quickstart/opensearch-helm/_index.md +++ b/content/quickstart/opensearch-helm/_index.md @@ -4,7 +4,8 @@ weight: 600 --- -The following tutorial shows you how to send Kubernetes logs to OpenSearch. +The following tutorial shows you how to install {{% param "product.abbrev" %}} on Kubernetes, deploy OpenSearch to the same cluster, and send Kubernetes logs to OpenSearch. + ## Prerequisites @@ -22,9 +23,9 @@ You need: ## Generate logs -Install `kube-logging/log-generator` to generate logs. Complete the following steps. +If you don't already have an application that generates logs deployed to the Kubernetes cluster, install `kube-logging/log-generator` to generate sample logs. Complete the following steps. -1. Add the kube-logging repository to Helm. +1. Add the `kube-logging` repository to Helm. ```bash helm repo add kube-logging https://kube-logging.github.io/helm-charts