Skip to content

Commit

Permalink
Various minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
eldarnash committed Dec 19, 2023
1 parent 8cabc96 commit a373ccc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion content/_index.md
Expand Up @@ -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" %}}).

Expand Down
7 changes: 4 additions & 3 deletions content/quickstart/opensearch-helm/_index.md
Expand Up @@ -4,7 +4,8 @@ weight: 600
---
<!-- This file is under the copyright of Axoflow, and licensed under Apache License 2.0, except for using the Axoflow and AxoSyslog trademarks. -->

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

Expand All @@ -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
Expand Down

0 comments on commit a373ccc

Please sign in to comment.