mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
diagnostic option
This commit is contained in:
@@ -106,6 +106,8 @@ public class OpenSearchSpace implements AutoCloseable {
|
||||
.setDescription("The AWS auth profile to use. Required to activate profile based auth"))
|
||||
.add(Param.defaultTo("svctype", "es")
|
||||
.setDescription("one of es or aoss, defaults to es for OpenSearch domains"))
|
||||
.add(Param.defaultTo("diag","false")
|
||||
.setDescription("enable payload diagnostics or not"))
|
||||
.asReadOnly();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user