| Server IP : 34.67.85.211 / Your IP : 216.73.217.52 Web Server : Apache System : Linux wordpress-1-vm 4.9.0-13-amd64 #1 SMP Debian 4.9.228-1 (2020-07-05) x86_64 User : root ( 0) PHP Version : 7.4.9 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /etc/google-fluentd/config.d/ |
Upload File : |
<source> @type tail # Note: This log format is very strange, with some logs starting with a # timestamp and others not. If/when parsing is added to this set of configs, # extra care will have to be taken to handle propagating timestamps from the # logs that have them to the logs that don't. format none path /var/log/mysql.log,/var/log/mysql/mysql.log pos_file /var/lib/google-fluentd/pos/mysql.pos refresh_interval 60 read_from_head true tag mysql </source> <source> @type tail format multiline # This would be better if we could use # symbols in the format regex without # requiring the V1 config format to be used, but using dots seems preferable # to requiring that. format_firstline /^((. User)|(. Time))/ format1 /(?<message>.*)/ path /var/log/mysql/mysql-slow.log pos_file /var/lib/google-fluentd/pos/mysql-slow.pos refresh_interval 60 read_from_head true tag mysql-slow </source>