You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`max_log_files`_integer_| MaxLogFiles specifies the maximum number of rotated audit log files to keep.<br />Older files are deleted when a new log file is created. Default: 7. | 7 | Minimum: 1 <br />Optional: \{\} <br /> |
96
+
|`trust_forwarded_headers`_boolean_| TrustForwardedHeaders specifies whether to use X-Forwarded-For header to<br />determine the client address recorded in audit log entries. Only enable<br />this when running behind a trusted reverse proxy or load balancer.<br />Default is false. || Optional: \{\} <br /> |
97
+
98
+
99
+
#### AuditRotation
100
+
101
+
_Underlying type:__string_
102
+
103
+
AuditRotation specifies the rotation interval for audit log files.
104
+
105
+
_Validation:_
106
+
- Enum: [daily hourly]
107
+
108
+
_Appears in:_
109
+
-[AuditConfig](#auditconfig)
110
+
111
+
| Field | Description |
112
+
| --- | --- |
113
+
|`daily`||
114
+
|`hourly`||
115
+
116
+
79
117
80
118
81
119
#### ClusterManagerReponse
@@ -948,6 +986,7 @@ _Appears in:_
948
986
|`tls`_[QdrantConfigurationTLS](#qdrantconfigurationtls)_| TLS specifies the TLS configuration for Qdrant. || Optional: \{\} <br /> |
949
987
|`storage`_[StorageConfig](#storageconfig)_| Storage specifies the storage configuration for Qdrant. || Optional: \{\} <br /> |
950
988
|`inference`_[InferenceConfig](#inferenceconfig)_| Inference configuration. This is used in Qdrant Managed Cloud only. If not set Inference is not available to this cluster. || Optional: \{\} <br /> |
989
+
|`audit`_[AuditConfig](#auditconfig)_| Audit specifies the audit logging configuration for Qdrant. || Optional: \{\} <br /> |
0 commit comments