mirror of
https://github.com/rancher/types.git
synced 2025-08-01 04:57:05 +00:00
support custom log path
This commit is contained in:
parent
574e26d2fb
commit
4a9905761f
@ -43,11 +43,12 @@ var (
|
||||
PluginsDocker: "plugins/docker",
|
||||
},
|
||||
LoggingSystemImages: LoggingSystemImages{
|
||||
Fluentd: "rancher/fluentd:v0.1.4",
|
||||
FluentdHelper: "rancher/fluentd-helper:v0.1.1",
|
||||
Elaticsearch: "rancher/docker-elasticsearch-kubernetes:5.6.2",
|
||||
Kibana: "kibana:5.6.4",
|
||||
Busybox: "busybox",
|
||||
Fluentd: "rancher/fluentd:v0.1.6",
|
||||
FluentdHelper: "rancher/fluentd-helper:v0.1.2",
|
||||
LogAggregatorFlexVolumeDriver: "rancher/log-aggregator:v0.1.2",
|
||||
Elaticsearch: "rancher/docker-elasticsearch-kubernetes:5.6.2",
|
||||
Kibana: "kibana:5.6.4",
|
||||
Busybox: "busybox",
|
||||
},
|
||||
}
|
||||
|
||||
|
@ -125,9 +125,10 @@ type SyslogConfig struct {
|
||||
}
|
||||
|
||||
type LoggingSystemImages struct {
|
||||
Fluentd string `json:"fluentd,omitempty"`
|
||||
FluentdHelper string `json:"fluentdHelper,omitempty"`
|
||||
Elaticsearch string `json:"elaticsearch,omitempty"`
|
||||
Kibana string `json:"kibana,omitempty"`
|
||||
Busybox string `json:"busybox,omitempty"`
|
||||
Fluentd string `json:"fluentd,omitempty"`
|
||||
FluentdHelper string `json:"fluentdHelper,omitempty"`
|
||||
Elaticsearch string `json:"elaticsearch,omitempty"`
|
||||
Kibana string `json:"kibana,omitempty"`
|
||||
Busybox string `json:"busybox,omitempty"`
|
||||
LogAggregatorFlexVolumeDriver string `json:"logAggregatorFlexVolumeDriver,omitempty"`
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user