Hi,
I wanna send the same data from one logstash to two elasticsearch nodes ans i don't knwo how te set the pipeline, any help please ?
i've set in the logstash output this :
output {
elasticsearch {
hosts => ["node A"]
}
elasticsearch {
hosts => ["node B"]
}
}
But i've always less data in node B then Node A.
BR,