@@ -121,10 +121,10 @@ public class LogManagerDebugFilter {
121121 private Integer opensearchNumReplicas = 0 ;
122122
123123 @ JsonProperty ("opensearch_num_shards" )
124- private Integer opensearchNumShards = 1 ;
124+ private Integer opensearchNumShards = 9 ;
125125
126126 @ JsonProperty ("opensearch_port" )
127- private String opensearchPort = "9200 " ;
127+ private String opensearchPort = "5010 " ;
128128
129129 @ JsonProperty ("query_queue_buffer_size" )
130130 private Integer queryQueueBufferSize = 100 ;
@@ -968,7 +968,7 @@ public void setOpensearchNumReplicas(Integer opensearchNumReplicas) {
968968 * Number of shards for opensearch.
969969 * Field introduced in 31.2.1.
970970 * Allowed with any value in enterprise, enterprise with cloud services edition.
971- * Default value when not specified in API or module is interpreted by Avi Controller as 1 .
971+ * Default value when not specified in API or module is interpreted by Avi Controller as 9 .
972972 * @return opensearchNumShards
973973 */
974974 public Integer getOpensearchNumShards () {
@@ -980,7 +980,7 @@ public Integer getOpensearchNumShards() {
980980 * Number of shards for opensearch.
981981 * Field introduced in 31.2.1.
982982 * Allowed with any value in enterprise, enterprise with cloud services edition.
983- * Default value when not specified in API or module is interpreted by Avi Controller as 1 .
983+ * Default value when not specified in API or module is interpreted by Avi Controller as 9 .
984984 * @param opensearchNumShards set the opensearchNumShards.
985985 */
986986 public void setOpensearchNumShards (Integer opensearchNumShards ) {
@@ -992,7 +992,7 @@ public void setOpensearchNumShards(Integer opensearchNumShards) {
992992 * Opensearch port.
993993 * Field introduced in 31.2.1.
994994 * Allowed with any value in enterprise, enterprise with cloud services edition.
995- * Default value when not specified in API or module is interpreted by Avi Controller as "9200 ".
995+ * Default value when not specified in API or module is interpreted by Avi Controller as "5010 ".
996996 * @return opensearchPort
997997 */
998998 public String getOpensearchPort () {
@@ -1004,7 +1004,7 @@ public String getOpensearchPort() {
10041004 * Opensearch port.
10051005 * Field introduced in 31.2.1.
10061006 * Allowed with any value in enterprise, enterprise with cloud services edition.
1007- * Default value when not specified in API or module is interpreted by Avi Controller as "9200 ".
1007+ * Default value when not specified in API or module is interpreted by Avi Controller as "5010 ".
10081008 * @param opensearchPort set the opensearchPort.
10091009 */
10101010 public void setOpensearchPort (String opensearchPort ) {
0 commit comments