Skip to content

Commit

Permalink
diagnostic option
Browse files Browse the repository at this point in the history
  • Loading branch information
jshook committed Feb 9, 2024
1 parent a033aa4 commit 6db678c
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -106,6 +106,8 @@ public static NBConfigModel getConfigModel() {
.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();
}

Expand Down

0 comments on commit 6db678c

Please sign in to comment.