Skip to content

TencentCloud/fluent-bit-go-cls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fluent-bit-go-cls

An output plugin (Go) for TencentYun Simple Log Service (CLS)

Build

go build -buildmode=c-shared -o fluent-bit-go.so .

Run as fluent-bit

fluent-bit -c example/fluent.conf -e fluent-bit-go.so

Example Config

[OUTPUT]
        Name             fluent-bit-go-cls
        Match            *
        TopicID          YOUR_TOPIC_ID
        CLSEndPoint      YOUR_ENDPOINT
        AccessKeyID      YOUR_PROJECT_SK
        AccessKeySecret  YOUR_PROJECT_AK

About

腾讯云日志服务 fluent-bit插件

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published