FileLogExporter
Ship logs to a file inside Kestra's internal storage.
FileLogExporter
Ship logs to a file inside Kestra's internal storage.
yaml
type: io.kestra.plugin.ee.core.log.FileLogExporterExamples
yaml
id: logShipper
namespace: company.team
triggers:
- id: daily
type: io.kestra.plugin.core.trigger.Schedule
cron: "@daily"
tasks:
- id: logSync
type: io.kestra.plugin.ee.core.log.LogShipper
logExporters:
- id: file
type: io.kestra.plugin.ee.core.log.FileLogExporter
format: JSON
maxLinesPerFile: 100
Properties
id *RequiredNon-dynamicstring
Validation RegExp
^[a-zA-Z0-9][a-zA-Z0-9_-]*Min length
1format string
Default
IONPossible Values
IONJSONlogFilePrefix string
Default
kestra-log-file