fluentd-docs
fluentd-docs copied to clipboard
This repository is deprecated. Go to fluentd-docs-gitbook repository.
Wrong: inject_values_to_recort Correct: inject_values_to_record
When the log message contains square brackets, the multiple parser example for java logs matches too much into the thread field, this should be like this: format1 /^(?\d{4}-\d{1,2}-\d{1,2} \d{1,2}:\d{1,2}:\d{1,2}) \[(?[^\]]*)\]...
In Use cases section configuration example @type geoip backend_library geoip2_c # Set key name for the client ip address values geoip_lookup_keys host # Specify key name for the country_code values...
I'm trying to use a storage plugin within the systemd plugin (https://github.com/reevoo/fluent-plugin-systemd). My conf looks like this: ``` @type systemd tag kubelet path /var/log/journal matches [{ "_SYSTEMD_UNIT": "kubelet.service" }] read_from_head...
See fluent/fluentd#2381 In addition to documenting the parameter, update the `in_exec` and `out_exec_filter` articles to provide a workaround for users encountering this problem. This note exists in the v0.12 version...
Is there a log parser for standard IIS logs
HI Use JSON format in the exec_filter Output plugin,output isn't instantaneous. After viewing the FAQ document, check out the following NOTO: ` NOTE: When using the json format, this plugin...
How to controll the path and permission of '/tmp/sigdump-[0-9]+.log' files at the systemd shutdown.
I want to fasten permission of files to ensure system security from the CIS view point. In my setup td-agent 1.3.3 of CentOS7, '/tmp/sigdump-[0-9]+.log' are unexpectedly dumped on every shudown...
Hi All, We need to parse NAXSI_FMT and NAXSI_EXLOG logs to be parsed by fluentd which shall be further shipped into elasticsearch. We do not want to build logstash for...
# Context I'm installing td-agent on Amazon Linux 2 instance following [the official installation guide](https://docs.fluentd.org/v1.0/articles/install-by-rpm). # Problem I can't use `sudo /etc/init.d/td-agent status` command in Step 2: Launch Daemon of...