-
Notifications
You must be signed in to change notification settings - Fork 847
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2897 from redpanda-data/redpanda-config
Add a redpanda page to the generated docs
- Loading branch information
Showing
6 changed files
with
636 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
= | ||
|
||
|
||
//// | ||
THIS FILE IS AUTOGENERATED! | ||
|
||
To make changes please edit the contents of: | ||
|
||
https://github.com/redpanda-data/connect/tree/main/cmd/tools/docs_gen/templates/redpanda.adoc.tmpl | ||
//// | ||
|
||
// © 2024 Redpanda Data Inc. | ||
|
||
As well as the default xref:components:logger/about.adoc[logger], you can configure Redpanda Connect to send logs to a topic in a Redpanda cluster. | ||
|
||
The configuration for this server lives under the `redpanda` namespace, with the following default values: | ||
|
||
{{if eq .CommonConfigYAML .AdvancedConfigYAML -}} | ||
```yaml | ||
# Config fields, showing default values | ||
{{.CommonConfigYAML -}} | ||
``` | ||
{{else}} | ||
|
||
[tabs] | ||
====== | ||
Common:: | ||
+ | ||
-- | ||
|
||
```yaml | ||
# Common config fields, showing default values | ||
{{.CommonConfigYAML -}} | ||
``` | ||
|
||
-- | ||
Advanced:: | ||
+ | ||
-- | ||
|
||
```yaml | ||
# All config fields, showing default values | ||
{{.AdvancedConfigYAML -}} | ||
``` | ||
-- | ||
====== | ||
{{end -}} | ||
|
||
== Fields | ||
|
||
The schema of the `redpanda` section is as follows: | ||
|
||
{{template "field_docs" . -}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.