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
49
49
appname=" OpenSearch"
50
50
target_port=" ${target_port:- 0} "
51
51
;;
52
- " ELASTICSEARCH" |" ES" )
53
- namespace=$LOG_NS
54
- servicename=$ES_SERVICENAME
55
- appname=" ELASTICSEARCH"
56
- target_port=" ${target_port:- 0} "
57
- ;;
58
52
" OPENSEARCHDASHBOARDS" |" DASHBOARDS" |" OSD" )
59
53
namespace=$LOG_NS
60
54
servicename=$KB_SERVICENAME
61
55
appname=" OpenSearchDashboards"
62
56
target_port=" ${target_port:- 31033} "
63
57
;;
64
- " KIBANA" |" KB" )
65
- namespace=$LOG_NS
66
- servicename=$KB_SERVICENAME
67
- appname=" KIBANA"
68
- target_port=" ${target_port:- 31033} "
69
- ;;
70
58
" ALERTMANAGER" |" AM" )
71
59
namespace=$MON_NS
72
- appname=" AlertManager "
60
+ appname=" Alertmanager "
73
61
servicename=" v4m-alertmanager"
74
62
target_port=" ${target_port:- 31091} "
75
63
;;
You can’t perform that action at this time.
0 commit comments