Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrneves authored Aug 27, 2019
1 parent 88923fe commit 5c0a6be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ func main() {
lokiAddr = flag.String("lokiurl", "http://loki:3100", "the loki url, default is http://loki:3100")
buffer = flag.Duration("buffer", 5*time.Second, "how much time to buffer before sending to loki")
brokerList = flag.String("brokerList", "kafka.rancher2.zondev.lab:32400", "the kafka broker list")
clientID = flag.String("clientid", "logtail-loki", "the kafka client id")
groupID = flag.String("groupid", "logtail-loki", "the kafka group id")
clientID = flag.String("clientid", "floki", "the kafka client id")
groupID = flag.String("groupid", "floki", "the kafka group id")
sessionTimeout = flag.String("sessionTimeout", "6000", "kafka session timeout")
topicPattern = flag.String("topicPattern", "^logging-*", "Regex pattern for kafka topic subscription")
)
Expand Down

0 comments on commit 5c0a6be

Please sign in to comment.