Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions content/docs/logging-infrastructure/syslog-ng.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,10 @@ To migrate your **spec.syslogNG** configuration from the Logging resource to a s
spec:
controlNamespace: logging
syslogNG:
scaling:
replicas: 2
spec:
statefulSet:
spec:
replicas: 2
```

1. Create a new syslogNGConfig CRD. For the value of **metadata.name**, use the name of the Logging resource, for example:
Expand All @@ -66,8 +68,9 @@ To migrate your **spec.syslogNG** configuration from the Logging resource to a s
# Use the control namespace of the logging resource
namespace: logging
spec:
scaling:
replicas: 2
statefulSet:
spec:
replicas: 2
```

1. Delete the **spec.syslogNG** section from the Logging resource, then apply the Logging and the syslogNGConfig CRDs.
Expand Down
Loading