website/content/en/docs/reference/api-changes/logging.md
Sherlock113 e49b9b8c0a Fix reference part title
Signed-off-by: Sherlock113 <sherlockxu@yunify.com>
2021-03-30 18:00:08 +08:00

27 lines
1.0 KiB
Markdown

---
title: "Logging"
keywords: 'Kubernetes, KubeSphere, API, Logging'
description: 'Logging API changes'
linkTitle: "Logging"
weight: 17310
---
The API changes of the component **logging** in KubeSphere v3.0.0.
## Time Format
The time format of query parameters must be Unix timestamps (the number of seconds that has elapsed since the Unix epoch). Milliseconds are 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.