You can set multiple IPs for logstash in your config. I will change the config above to those IPs
output {
elasticsearch {
host => ["192.168.43.1", "192.168.43.2", "192.168.43.3"]
...
}
}
You can set multiple IPs for logstash in your config. I will change the config above to those IPs
output {
elasticsearch {
host => ["192.168.43.1", "192.168.43.2", "192.168.43.3"]
...
}
}
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.