Skip to content

Commit

Permalink
Merge pull request #51 from axoflow/docs-domain-replace
Browse files Browse the repository at this point in the history
replace docs.axoflow.com to axoflow.com/docs/
  • Loading branch information
kozmagabor authored Jan 22, 2024
2 parents e7a8fff + 81cd7eb commit 91d84ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ WORKDIR /app/
RUN npm install autoprefixer postcss-cli

RUN hugo \
--baseURL="https://docs.axoflow.com/axosyslog-core" \
--baseURL="https://axoflow.com/docs/axosyslog-core" \
-e production \
--enableGitInfo \
--ignoreCache
Expand Down
2 changes: 1 addition & 1 deletion content/install/helm/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,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 "/install/helm/helm-chart-parameters.md" %}}.
Expand Down
2 changes: 1 addition & 1 deletion content/install/helm/helm-chart-parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ 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.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]({{< relref "/chapter-configuration-file/configuration-syntax/_index.md" >}}). | "" |
| config.sources.kubernetes.enabled | Collect pod logs using the [`kubernetes()`]({{< relref "/chapter-sources/configuring-sources-kubernetes/_index.md" >}}) source. If disabled, the chart doesn't configure any source. For the list of available sources, see the ({{< relref "/chapter-sources/_index.md" >}}) | true |

Expand Down

0 comments on commit 91d84ae

Please sign in to comment.