Goofing around with a POC Go -> Logstash setup
This commit is contained in:
14
logstash/agent/conf/shipper.conf
Normal file
14
logstash/agent/conf/shipper.conf
Normal file
@@ -0,0 +1,14 @@
|
||||
input {
|
||||
tcp {
|
||||
message_format => "json"
|
||||
port => 55784
|
||||
type => "fried"
|
||||
}
|
||||
}
|
||||
|
||||
output {
|
||||
stdout {
|
||||
debug => true
|
||||
debug_format => "json"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user