Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 335 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 335 Bytes

gogstash input nats

Synopsis

input:
  # type Must be "nats"
  - type: "nats"

    # nats server host:port, default: "nats://localhost:4222"
    host: "nats://localhost:4222"

    # creditials for nats, default: ""
    creds: ""

    # topics to subscribe, use , between topic
    topic: "test.*"