Hi again.
I must apologize for being so tiresome.
My filebeat can collect files from the apaches,the logs works without errors,also i can telnet {ip:server} {port:5044} properly...
I think I'm about to finish, and the problem was in the logs on logstash.
I run docker logs -f “my logstash docker container”,and the error is
docker logs -f docker-elk_logstash_1
2021-02-12T10:02:00,199][WARN ][logstash.outputs.elasticsearch][main][4adfb87a563351eeacd0d5f84a3d4889120060933a3dd82a5ba02ab713b550c3] Could not index event to Elasticsearch. {:status=>400, :action=>["index", {:_id=>nil, :_index=>"logstash", :routing=>nil, :_type=>"_doc"}, #<LogStash::Event:0x3463c3bf>], :response=>{"index"=>{"_index"=>"logstash", "_type"=>"_doc", "_id"=>nil, "status"=>400, "error"=>{"type"=>"index_closed_exception", "reason"=>"closed", "index_uuid"=>"jjnQtLBjS9qYgWjlBL9lhw", "index"=>"logstash-2021.02.10-000001"}}}}
Thanks for your help again