fuel-plugin-lma-collector/deployment_scripts/puppet/modules/heka/templates/input/tcp.toml.erb

6 lines
152 B
Plaintext

[<%= @title %>_tcpinput]
type="TcpInput"
address = "<%= @address %>:<%= @port %>"
decoder = "<%= @decoder_instance %>"
splitter = "HekaFramingSplitter"