🔧 Add docker compose
This commit is contained in:
13
docker-compose/elk/logstash/pipeline/logstash.conf
Normal file
13
docker-compose/elk/logstash/pipeline/logstash.conf
Normal file
@@ -0,0 +1,13 @@
|
||||
# LogstashTcpSocketAppender
|
||||
input {
|
||||
tcp {
|
||||
port => 5001
|
||||
codec => json_lines
|
||||
}
|
||||
}
|
||||
|
||||
output {
|
||||
elasticsearch {
|
||||
hosts => "http://elasticsearch:9200"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user