Skip to content

Commit

Permalink
Revert "Update axoflow.com/docs links to docs.axoflow.com"
Browse files Browse the repository at this point in the history
This reverts commit cf257ae.
  • Loading branch information
eldarnash committed Dec 15, 2023
1 parent e6d793c commit ddf47da
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# AxoSyslog documentation

Documentation for the syslog-related projects of Axoflow, published at [https://docs.axoflow.com/axosyslog/](https://docs.axoflow.com/axosyslog/).
Documentation for the syslog-related projects of Axoflow, published at [https://axoflow.com/docs/axosyslog/](https://axoflow.com/docs/axosyslog/).

The documentation is built using [Hugo](https://gohugo.io/) and the [Docsy theme](https://www.docsy.dev/docs/).

Expand Down
4 changes: 2 additions & 2 deletions content/docs-main/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ layout: docs-main

{{< blocks/section color="white" type="features">}}

{{% blocks/feature icon="fa-server" title="AxoSyslog Core documentation" url="https://docs.axoflow.com/axosyslog-core/" %}}
{{% blocks/feature icon="fa-server" title="AxoSyslog Core documentation" url="https://axoflow.com/docs/axosyslog-core/" %}}
AxoSyslog Core documentation for `syslog-ng` versions 3.38-4.3.
{{% /blocks/feature %}}

{{% blocks/feature icon="fa-cloud" title="AxoSyslog container image and chart documentation" url="https://docs.axoflow.com/axosyslog/" %}}
{{% blocks/feature icon="fa-cloud" title="AxoSyslog container image and chart documentation" url="https://axoflow.com/docs/axosyslog/" %}}
Documentation for AxoSyslog container images and Helm charts that help you run `syslog-ng` effectively in a containerized, cloud-native environment.
{{% /blocks/feature %}}

Expand Down
2 changes: 1 addition & 1 deletion content/docs/install/helm/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ You must have [Helm 3.0 or newer](https://helm.sh) installed to use these charts

The chart provides parameters that make it easy to:

- collect logs using the [`kubernetes()`](https://docs.axoflow.com/axosyslog-core/chapter-sources/configuring-sources-kubernetes/) source, and
- collect logs using the [`kubernetes()`](https://axoflow.com/docs/axosyslog-core/chapter-sources/configuring-sources-kubernetes/) source, and
- forward the logs using the `network()` and `opensearch()` destinations.

To use other sources and destinations, use the `config.raw` parameter. For the list of configurable parameters and their default values, see {{% xref "/docs/install/helm/helm-chart-parameters.md" %}}.
Expand Down
6 changes: 3 additions & 3 deletions content/docs/install/helm/helm-chart-parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ The following table lists the configurable parameters of the AxoSyslog collector

| Parameter | Description | Default |
| --------- | ----------- | ------- |
| config.raw | A complete `syslog-ng` configuration. If this parameter is set, all other parameters in the *config* section are ignored. For details on how to create a configuration for `syslog-ng`, see the [AxoSyslog Core documentation](https://docs.axoflow.com/axosyslog-core/). | "" |
| config.version | The version string specifies [the `syslog-ng` version the configuration corresponds to](https://docs.axoflow.com/axosyslog-core/chapter-configuration-file/configuration-syntax/). | "" |
| config.sources.kubernetes.enabled | Collect pod logs using the [`kubernetes()`](https://docs.axoflow.com/axosyslog-core/chapter-sources/configuring-sources-kubernetes/) source. If disabled, the chart doesn't configure any source. For the list of available sources, see the [AxoSyslog Core Documentation](https://docs.axoflow.com/axosyslog-core/chapter-sources/) | true |
| config.raw | A complete `syslog-ng` configuration. If this parameter is set, all other parameters in the *config* section are ignored. For details on how to create a configuration for `syslog-ng`, see the [AxoSyslog Core documentation](https://axoflow.com/docs/axosyslog-core/). | "" |
| config.version | The version string specifies [the `syslog-ng` version the configuration corresponds to](https://axoflow.com/docs/axosyslog-core/chapter-configuration-file/configuration-syntax/). | "" |
| config.sources.kubernetes.enabled | Collect pod logs using the [`kubernetes()`](https://axoflow.com/docs/axosyslog-core/chapter-sources/configuring-sources-kubernetes/) source. If disabled, the chart doesn't configure any source. For the list of available sources, see the [AxoSyslog Core Documentation](https://axoflow.com/docs/axosyslog-core/chapter-sources/) | true |

The following example uses the `config.raw` parameter to configure a custom destination:

Expand Down

0 comments on commit ddf47da

Please sign in to comment.