Skip to content

Files

Latest commit

 

History

History

nats

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 20, 2020
May 1, 2023
May 1, 2023

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.*"