echo "2022/07/14/11:32:47 test log" >> /home/test-log/default.log
enable: true
inputs:
- Type: file_log
LogPath: /home/test-log/
FilePattern: default.log
processors:
- Type: processor_default
SourceKey: content
flushers:
- Type: flusher_sls
Endpoint: cn-xxx.log.aliyuncs.com
ProjectName: test_project
LogstoreName: test_logstore
- Type: flusher_stdout
OnlyStdout: true
{
"__tag__:__path__":"/home/test-log/default.log",
"content":"2022/07/14/11:32:47 test log",
"__time__":"1657769827"}
}