Skip to content

Commit

Permalink
disable detinations: syslog, opensearch by default
Browse files Browse the repository at this point in the history
Signed-off-by: Sándor Guba <[email protected]>
  • Loading branch information
tarokkk committed Aug 30, 2024
1 parent 21585b8 commit b33059b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/axosyslog/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ syslog:
#template: "$ISODATE $HOST $MSGHDR$MSG\n"
extraOptionsRaw: "create-dirs(yes)"
syslog:
enabled: true
enabled: false
transport: tcp
address: 192.168.77.133
port: 12345
Expand All @@ -121,7 +121,7 @@ syslog:
#template: "$ISODATE $HOST $MSGHDR$MSG\n"
extraOptionsRaw: "time-reopen(10)"
opensearch:
enabled: true
enabled: false
url: http://my-release-opensearch.default.svc.cluster.local:9200
index: "test-axoflow-index"
user: "admin"
Expand Down

0 comments on commit b33059b

Please sign in to comment.