Skip to content

Commit b8ba9e4

Browse files
Merge pull request #249 from crazyelectron-io/patch-1
Fix syslog-ng configfile name
2 parents 932e27d + ceed979 commit b8ba9e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/docs/operation/troubleshooting/syslog-ng.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Expected output:
1414

1515
```bash
1616
NAME READY AGE
17-
logging-demo-syslogng 1/1 1m
17+
logging-demo-syslog-ng 1/1 1m
1818
```
1919

2020
## ConfigCheck
@@ -26,7 +26,7 @@ In case the operator is stuck in an error state caused by a failed configcheck,
2626
## Check syslog-ng configuration
2727

2828
Use the following command to display the configuration of syslog-ng:
29-
`kubectl get secret logging-demo-syslogng-app -o jsonpath="{.data['syslogng\.conf']}" | base64 --decode`
29+
`kubectl get secret logging-demo-syslogng-app -o jsonpath="{.data['syslog-ng\.conf']}" | base64 --decode`
3030
<!--
3131
FIXME
3232
The output should be similar to the following:

0 commit comments

Comments
 (0)