This repository was archived by the owner on Dec 14, 2022. It is now read-only.
Replies: 2 comments 2 replies
-
Hi @Rawane, Please change your Filebeat configuration from: Cheers, |
Beta Was this translation helpful? Give feedback.
2 replies
-
Thanks, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Filbeat not send data to logstash because it show this error:
[publisher_pipeline_output] pipeline/output.go:151 Connection to backoff(async(tcp://logstash-archimedlog.dev.k8s.recouv:443)) established
Failed to publish events caused by: lumberjack protocol error
Failed to publish events caused by: client is not connected
see my conf filebeat:
hosts: ["logstash-archimedlog.dev.k8s.recouv:443"]
ssl.certificate_authorities: ["cerrr.crt"]
see my cong logstash :
BeatsInputPipeline.conf
input {
beats {
id => "BeatsInput"
port => 5044
host => "0.0.0.0"
include_codec_tag => true
}
kubernate /ingress map 443 to port 5044.
Beta Was this translation helpful? Give feedback.
All reactions