We are facing issue with Elasticsearch
Java client but we are not getting any error in Elasticsearch data/master node log. I have updated logger level from INFO
to DEBUG
but I don't think it will help. Do you have any suggestions to capture Java client failure details in Elasticsearch log?
PUT /_cluster/settings
{
"persistent": {
"logger.org.elasticsearch.discovery": "DEBUG"
}
}