mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 00:12:48 +00:00
Merge pull request #2285 from Patrick-LuoYu/update-observability-faq
Update YAML configuration in Documentation/FAQ/Observability FAQ/Logging.
This commit is contained in:
commit
fdff5cf783
|
|
@ -27,7 +27,7 @@ If you are using the KubeSphere internal Elasticsearch and want to change it to
|
|||
kubectl edit cc -n kubesphere-system ks-installer
|
||||
```
|
||||
|
||||
2. Comment out `es.elasticsearchDataXXX`, `es.elasticsearchMasterXXX` and `status.logging`, and set `es.externalElasticsearchHost` to the address of your Elasticsearch and `es.externalElasticsearchPort` to its port number. Below is an example for your reference.
|
||||
2. Comment out `es.elasticsearchDataXXX`, `es.elasticsearchMasterXXX` and `status.logging`, and set `es.externalElasticsearchUrl` to the address of your Elasticsearch and `es.externalElasticsearchPort` to its port number. Below is an example for your reference.
|
||||
|
||||
```yaml
|
||||
apiVersion: installer.kubesphere.io/v1alpha1
|
||||
|
|
@ -46,7 +46,7 @@ If you are using the KubeSphere internal Elasticsearch and want to change it to
|
|||
# elasticsearchMasterVolumeSize: 4Gi
|
||||
elkPrefix: logstash
|
||||
logMaxAge: 7
|
||||
externalElasticsearchHost: <192.168.0.2>
|
||||
externalElasticsearchUrl: <192.168.0.2>
|
||||
externalElasticsearchPort: <9200>
|
||||
...
|
||||
status:
|
||||
|
|
|
|||
Loading…
Reference in New Issue