Write CloudLogs entries
write_cloud_logsIngest application or Fluent Bit logs into ArvanCloud CloudLogs by posting batched entries with type, severity, resource, timestamp, and payload for centralized collection.
Instructions
[WRITE] Ingest logs via POST /logging/v1/entries/write (Fluent Bit ArvanCloud CloudLogs plugin). Body: { logs: [{ logType, timestamp?, severity?, resource?, payload }] }. Auth: Apikey header. Not a full CloudLogs management API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| logs | Yes |