How to specify "bulk_path" in elasticsearch output on logstash config

Hello,

how do i mention "bulk_path" in the ES output in logstash ? this is how it's currently implemented (testing) , but i wanted to confirm if i'm doing is correct

I have 2 elasticsearch nodes ( a 3rd one will be provisioned soon and added to cluster), i have mentioed the bulk path to the master node which is 10.27.101.63

 hosts => [ "https://10.27.101.63:9200","https://10.27.101.247:9200"]
 bulk_path => "https://10.27.101.63:9200/_bulk"

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