File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed
Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -49,27 +49,15 @@ case "$app" in
4949 appname=" OpenSearch"
5050 target_port=" ${target_port:- 0} "
5151 ;;
52- " ELASTICSEARCH" |" ES" )
53- namespace=$LOG_NS
54- servicename=$ES_SERVICENAME
55- appname=" ELASTICSEARCH"
56- target_port=" ${target_port:- 0} "
57- ;;
5852 " OPENSEARCHDASHBOARDS" |" DASHBOARDS" |" OSD" )
5953 namespace=$LOG_NS
6054 servicename=$KB_SERVICENAME
6155 appname=" OpenSearchDashboards"
6256 target_port=" ${target_port:- 31033} "
6357 ;;
64- " KIBANA" |" KB" )
65- namespace=$LOG_NS
66- servicename=$KB_SERVICENAME
67- appname=" KIBANA"
68- target_port=" ${target_port:- 31033} "
69- ;;
7058 " ALERTMANAGER" |" AM" )
7159 namespace=$MON_NS
72- appname=" AlertManager "
60+ appname=" Alertmanager "
7361 servicename=" v4m-alertmanager"
7462 target_port=" ${target_port:- 31091} "
7563 ;;
You can’t perform that action at this time.
0 commit comments