Skip to content

Commit 0d1fec7

Browse files
committed
Fixed some indexing stuff for opensearch
1 parent c561bde commit 0d1fec7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

db-connector.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17540,6 +17540,9 @@ func InitOpensearchIndexes() {
1754017540
GetESIndexPrefix("shuffle_logs"),
1754117541
GetESIndexPrefix("environments"),
1754217542
GetESIndexPrefix("org_statistics"),
17543+
GetESIndexPrefix("workflowapp"),
17544+
GetESIndexPrefix("workflow"),
17545+
GetESIndexPrefix("workflow_revisions"),
1754317546
}
1754417547

1754517548
customConfig := os.Getenv("OPENSEARCH_INDEX_CONFIG")

0 commit comments

Comments
 (0)