Hi,
I have my Rally instance on a different host ( not part of my ECK 1.2 ). When I run http_logs using below command '''esrally --pipeline benchmark-only --track=http_logs --challenge append-no-conflicts-index-only --target-host=IP:9200 --client-options="use_ssl:true,basic_auth_user:'elastic',basic_auth_password:'password',verify_certs:false'''
I get a throughput of 160K ops/s for index-append.
How can I increase this throughput as my ES search cluster is not bottlenecked of N/W, CPU or memory ?
Is it possible to have multiple Elastic Search End Points or any other suggestion , please let me know.
Indexing is very I/O intensive, so the bottleneck is often storage performance rather than the resources you have listed. Are you monitoring disk I/O and utilization?
Note that iostat almost always provides very little value without extended metrics via the -x flag. Try using iostat -xd instead.
I also have another ask:
Please don't post unformatted code as it's very hard to read.
Instead, paste the text and format it with </> icon or pairs of triple backticks (```), and check the preview window to make sure it's properly formatted before posting it. This makes it more likely that your question will receive a useful answer.
It would be great if you could update your posts to solve this.
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.