Skip to content

Commit e6bc741

Browse files
authored
Add UBI to the list and update gitignores (#254)
Signed-off-by: Sayali Gaikawad <gaiksaya@amazon.com>
1 parent 6f3d482 commit e6bc741

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

dashboards-plugins/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ securityAnalyticsDashboards/
1313
mlCommonsDashboards/
1414
assistantDashboards/
1515
flowFrameworkDashboards/
16-
queryInsightsDashboards//
16+
queryInsightsDashboards/

plugins/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,5 @@
2626
/query-insights/
2727
/dashboards-investigation/
2828
/opensearch-prometheus-exporter/
29+
/user-behavior-insights/
30+
/search-relevance/

plugins/.meta

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"query-insights": "git@github.com:opensearch-project/query-insights.git",
2929
"search-relevance": "git@github.com:opensearch-project/search-relevance.git",
3030
"dashboards-investigation": "git@github.com:opensearch-project/dashboards-investigation.git",
31-
"opensearch-prometheus-exporter": "git@github.com:opensearch-project/opensearch-prometheus-exporter"
31+
"opensearch-prometheus-exporter": "git@github.com:opensearch-project/opensearch-prometheus-exporter",
32+
"user-behavior-insights": "git@github.com:opensearch-project/user-behavior-insights.git"
3233
}
33-
}
34+
}

0 commit comments

Comments
 (0)