Skip to content

pstash is a project based on go-stash that aims to support more input and output. (pstash 基于 go-stash 进行开发,目的是为了支持更多的 Input 和 Output)

License

M4n5ter/pstash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pstash

pstash 基于 go-stash 进行开发,目的是为了支持更多的 Input 和 Output

目前支持的 Input 有:

目前支持的 Output 有:

RoadMap

  • 支持 ZincObserve Output
  • 支持 Tcp Input
  • 支持更多的 Input,比如 NATS
  • 剥离 go-zero 相关依赖

Configuration

Nats Input

Nats:
  Urls:
      - nats://127.0.0.1:4222 #required
      - nats://1.1.1.1:4222
  ConnectionName: "pstash" # optional, default is Pstash
  AuthType: "none" # default=none,options=none|password|token|nkey|creds"
  AuthContent: "auth.txt" # optional
  EnableJetStream: true
  Subject: "test-log"
  QueueSubscribeName: "" # optional, default is empty
  NeedAck: true
  TlsCertPath: "cert.pem" # optional
  TlsKeyPath: "key.pem" # optional
  TlsCaPath: "ca.pem" # optional

Tcp Input

Tcp:
  IP: "0.0.0.0" # default=0.0.0.0
  Port: 17171 # default=17171
  Timeout: 10000 # default=10000 (millisecond)

ZincObserve Output

Output:
  ZincObserve:
    Schema: http
    Host: 127.0.0.1
    Port: 5080
    Username: admin@m4n5ter.email
    Password: "123456"
    Organization: "m4n5ter" # default=default
    Stream: "test" # default=default
    IngestionType: "_multi" # default=_multi,options=_json|_bulk|_multi

About

pstash is a project based on go-stash that aims to support more input and output. (pstash 基于 go-stash 进行开发,目的是为了支持更多的 Input 和 Output)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published