mirror of
https://github.com/kubesphere/website.git
synced 2025-12-28 04:42:47 +00:00
1. refine _index 2. change API Document to Reference since it includes more documents then API Signed-off-by: Ray Zhou <ray@yunify.com>
26 lines
939 B
Markdown
26 lines
939 B
Markdown
---
|
|
title: "Logging"
|
|
keywords: 'Kubernetes, KubeSphere, API, Logging'
|
|
description: 'Logging'
|
|
|
|
|
|
weight: 250
|
|
---
|
|
|
|
## Time format
|
|
|
|
The time format for query parameters must be in Unix timestamp, which is the number of seconds that have elapsed since the Unix epoch. Millisecond is no longer allowed. The change affects the parameters `start_time` and `end_time`.
|
|
|
|
## Deprecated APIs
|
|
|
|
The following APIs are removed:
|
|
|
|
- GET /workspaces/{workspace}
|
|
- GET /namespaces/{namespace}
|
|
- GET /namespaces/{namespace}/workloads/{workload}
|
|
- GET /namespaces/{namespace}/pods/{pod}
|
|
- The whole log setting API group
|
|
|
|
## Fluent Bit Operator
|
|
|
|
In KubeSphere 3.0.0, the whole log setting APIs are removed from the KubeSphere core since the project Fluent Bit Operator is refactored in an incompatible way. Please refer to [Fluent Bit Operator docs](https://github.com/kubesphere/fluentbit-operator) for how to configure log collection in KubeSphere 3.0.0. |