refactor repo
This commit is contained in:
10
backend_part1/stack_elk/logstash-pipeline/logstash.conf
Normal file
10
backend_part1/stack_elk/logstash-pipeline/logstash.conf
Normal file
@@ -0,0 +1,10 @@
|
||||
input {
|
||||
gelf {
|
||||
}
|
||||
}
|
||||
|
||||
output {
|
||||
elasticsearch {
|
||||
hosts => "elasticsearch:9200"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user