Fluentd Parser plugin to parse UiPath Robot execution log
install it yourself as:
$ fluent-gem install fluent-plugin-uipath-parser
- encoding (string) (optional): Encoding of log file.
- Default value: Windows-31J.
<source>
@type tail
path "#{ENV['LOCALAPPDATA']}/UiPath/Logs/%Y-%m-%d_Execution.log"
pos_file "#{ENV['LOCALAPPDATA']}/UiPath/Logs/Execution_log.pos"
format uipath
encoding Windows-31J
tag uipath
</source>
<match uipath>
@type s3
aws_key_id <AccessKey ID>
aws_sec_key <Seclet AccessKey>
s3_bucket <Bucket>
s3_region <Region>
path logs/
time_slice_format %Y%m%d/%Y%m%d-%H
time_slice_wait 5m
</match>
The gem is available as open source under the terms of the MIT License.