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"