Skip to content

Commit db73c5b

Browse files
committed
include logstash ports in installer for aws, o365 and sophos
1 parent 26a7bc9 commit db73c5b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

installer/types/compose.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,8 @@ func (c *Compose) Populate(conf *Config, stack *StackConfig) *Compose {
249249
Environment: []string{
250250
"PANEL_SERV_NAME=backend:8080",
251251
"INTERNAL_KEY=" + conf.InternalKey,
252+
"UTM_LOGSTASH_HOST=logstash",
253+
"UTM_LOGSTASH_PORT=10048",
252254
"LOG_LEVEL=200",
253255
},
254256
Logging: &dLogging,
@@ -277,6 +279,8 @@ func (c *Compose) Populate(conf *Config, stack *StackConfig) *Compose {
277279
Environment: []string{
278280
"PANEL_SERV_NAME=backend:8080",
279281
"INTERNAL_KEY=" + conf.InternalKey,
282+
"UTM_LOGSTASH_HOST=logstash",
283+
"UTM_LOGSTASH_PORT=10050",
280284
"LOG_LEVEL=200",
281285
},
282286
Logging: &dLogging,
@@ -304,6 +308,8 @@ func (c *Compose) Populate(conf *Config, stack *StackConfig) *Compose {
304308
Environment: []string{
305309
"PANEL_SERV_NAME=backend:8080",
306310
"INTERNAL_KEY=" + conf.InternalKey,
311+
"UTM_LOGSTASH_HOST=logstash",
312+
"UTM_LOGSTASH_PORT=10049",
307313
"LOG_LEVEL=200",
308314
},
309315
Logging: &dLogging,

0 commit comments

Comments
 (0)