Heka Compatible TCP Output

1. Sample Configuration

filename        = "heka_tcp.lua"
message_matcher = "TRUE"

address = "127.0.0.1"
port    = 5565
timeout = 10

ssl_params = {
  mode = "client",
  protocol = "tlsv1",
  key = "/etc/hindsight/certs/clientkey.pem",
  certificate = "/etc/hindsight/certs/client.pem",
  cafile = "/etc/hindsight/certs/CA.pem",
  verify = "peer",
  options = {"all", "no_sslv3"}
}

source code: heka_tcp.lua

results matching ""

    No results matching ""