Hi I need to trace same stack for bulkprocessor
for tracing the cause of the error on elastic, why does the application get a timeout
ERROR e.i.u.r.i.BulkIndexingProcessorConfig - - Failed to execute bulk request. Reason: java.net.SocketTimeoutException:
referring to code
should I set below config the getting the trace?
PUT /_cluster/settings
{
"transient": {
"logger.action.?????????????: "trace"
}
}
How should I troubleshoot such case?