Send the same data to two outputs elasticsearch

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,

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.