KubeSphere Logging System
For more information, see Log Query.
When you install KubeSphere on Linux, you need to create a configuration file, which lists all KubeSphere components.
In the tutorial of , you create a default file . Modify the file by executing the following command:
Note
If you adopt All-in-One Installation, you do not need to create a
config-sample.yaml
file as you can create a cluster directly. Generally, the all-in-one mode is for users who are new to KubeSphere and look to get familiar with the system. If you want to enable Logging in this mode (for example, for testing purposes), refer to to see how Logging can be installed after installation.If you adopt Multi-node Installation and are using symbolic links for docker root directory, make sure all nodes follow the exactly same symbolic links. Logging agents are deployed in DaemonSets onto nodes. Any discrepancy in container log path may cause collection failures on that node.
In this file, navigate to
logging
and changefalse
totrue
forenabled
. Save the file after you finish.logging:
enabled: true # Change "false" to "true".
containerruntime: docker
Info
To use containerd as the container runtime, change the value of the field
containerruntime
tocontainerd
. If you upgraded to KubeSphere 3.2.0 from earlier versions, you have to manually add the fieldcontainerruntime
underlogging
when enabling KubeSphere Logging system.Note
By default, KubeKey will install Elasticsearch internally if Logging is enabled. For a production environment, it is highly recommended that you set the following values in
config-sample.yaml
if you want to enable Logging, especiallyexternalElasticsearchUrl
andexternalElasticsearchPort
. Once you provide the following information before installation, KubeKey will integrate your external Elasticsearch directly instead of installing an internal one.es: # Storage backend for logging, tracing, events and auditing.
elasticsearchMasterReplicas: 1 # The total number of master nodes. Even numbers are not allowed.
elasticsearchDataReplicas: 1 # The total number of data nodes.
elasticsearchMasterVolumeSize: 4Gi # The volume size of Elasticsearch master nodes.
elasticsearchDataVolumeSize: 20Gi # The volume size of Elasticsearch data nodes.
logMaxAge: 7 # Log retention day in built-in Elasticsearch. It is 7 days by default.
externalElasticsearchUrl: # The URL of external Elasticsearch.
externalElasticsearchPort: # The port of external Elasticsearch.
-
Installing on Kubernetes
As you install KubeSphere on Kubernetes, you can enable KubeSphere Logging first in the file.
Download the file cluster-configuration.yaml and edit it.
In this local
cluster-configuration.yaml
file, navigate tologging
and enable Logging by changingfalse
totrue
forenabled
. Save the file after you finish.logging:
enabled: true # Change "false" to "true".
containerruntime: docker
Info
To use containerd as the container runtime, change the value of the field
.logging.containerruntime
tocontainerd
. If you upgraded to KubeSphere 3.2.0 from earlier versions, you have to manually add the fieldcontainerruntime
underlogging
when enabling KubeSphere Logging system.Note
By default, ks-installer will install Elasticsearch internally if Logging is enabled. For a production environment, it is highly recommended that you set the following values in
cluster-configuration.yaml
if you want to enable Logging, especiallyexternalElasticsearchUrl
andexternalElasticsearchPort
. Once you provide the following information before installation, ks-installer will integrate your external Elasticsearch directly instead of installing an internal one.es: # Storage backend for logging, tracing, events and auditing.
elasticsearchMasterReplicas: 1 # The total number of master nodes. Even numbers are not allowed.
elasticsearchDataReplicas: 1 # The total number of data nodes.
elasticsearchMasterVolumeSize: 4Gi # The volume size of Elasticsearch master nodes.
elasticsearchDataVolumeSize: 20Gi # The volume size of Elasticsearch data nodes.
logMaxAge: 7 # Log retention day in built-in Elasticsearch. It is 7 days by default.
elkPrefix: logstash # The string making up index names. The index name will be formatted as ks-<elk_prefix>-log.
externalElasticsearchUrl: # The URL of external Elasticsearch.
externalElasticsearchPort: # The port of external Elasticsearch.
Log in to the console as
admin
. Click Platform in the upper-left corner and select Cluster Management.Click CRDs and enter
clusterconfiguration
in the search bar. Click the result to view its detail page.Info
In Custom Resources, click on the right of
ks-installer
and select Edit YAML.In this YAML file, navigate to
logging
and changefalse
totrue
forenabled
. After you finish, click OK in the lower-right corner to save the configuration.Info
To use containerd as the container runtime, change the value of the field
.logging.containerruntime
tocontainerd
. If you upgraded to KubeSphere 3.2.0 from earlier versions, you have to manually add the fieldcontainerruntime
underlogging
when enabling KubeSphere Logging system.Note
By default, Elasticsearch will be installed internally if Logging is enabled. For a production environment, it is highly recommended that you set the following values in this yaml file if you want to enable Logging, especially
externalElasticsearchUrl
andexternalElasticsearchPort
. Once you provide the following information, KubeSphere will integrate your external Elasticsearch directly instead of installing an internal one.es: # Storage backend for logging, tracing, events and auditing.
elasticsearchMasterReplicas: 1 # The total number of master nodes. Even numbers are not allowed.
elasticsearchDataReplicas: 1 # The total number of data nodes.
elasticsearchMasterVolumeSize: 4Gi # The volume size of Elasticsearch master nodes.
elasticsearchDataVolumeSize: 20Gi # The volume size of Elasticsearch data nodes.
logMaxAge: 7 # Log retention day in built-in Elasticsearch. It is 7 days by default.
elkPrefix: logstash # The string making up index names. The index name will be formatted as ks-<elk_prefix>-log.
externalElasticsearchUrl: # The URL of external Elasticsearch.
externalElasticsearchPort: # The port of external Elasticsearch.
You can use the web kubectl to check the installation process by executing the following command:
Note
You can find the web kubectl tool by clicking in the lower-right corner of the console.
Go to System Components and check that all components on the Logging tab page is in Healthy state.
Execute the following command to check the status of Pods: