Skip to content

Commit eb1844a

Browse files
committed
chore(fluentbit): change default stream name
1 parent 439476d commit eb1844a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

charts/fluentbit/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ config:
5050
Name drycc
5151
Match *
5252
Addrs ${DRYCC_REDIS_ADDRS}
53-
Stream drycc
53+
Stream logs
5454
Max_Len 3000
5555
Password ${DRYCC_REDIS_PASSWORD}
5656
Controller_Name drycc-controller

rootfs/opt/drycc/fluent-bit/templates/fluent-bit.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
Name drycc
2929
Match *
3030
Addrs ${DRYCC_REDIS_ADDRS}
31-
Stream drycc
31+
Stream logs
3232
Max_Len 3000
3333
Password ${DRYCC_REDIS_PASSWORD}
3434
Controller_Name drycc-controller

0 commit comments

Comments
 (0)