Luong Trung Kien

Results 7 comments of Luong Trung Kien

Confirm, another solution is to remove permission of www-data or set it to read-only

> Seems that bashdb is missing from 18.04 repo. doesn't work for me in make step ...

@elfisher @saikaranam-amazon Yes. I'm talking about a feature for stopping all replication APIs. For example, if I have over 500 indices and replicated them to the secondary cluster. For some...

Can you guide some steps on how to test @travisbenedict since I have no idea to run a benchmark with this: https://github.com/opensearch-project/opensearch-benchmark/issues/106

Update for anyone who has no idea about Prometheus config ``` - job_name: opensearch scrape_interval: 30s metrics_path: "/_prometheus/metrics" static_configs: - targets: - ip:9200 basic_auth: username: 'user' password: 'pass' ``` and...