We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
設定例(抜粋):
<parse> @type apache2 </parse>
ログ:
2017-09-03 16:57:55 +0900 [warn]: #0 "66.249.79.132 - - [03/Sep/2017:16:57:26 +0900] \"GET /blog/2014/2/21.html HTTP/1.1\" 200 8849 \"-\" \"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\"" error="invalid time format: value = 03/Sep/2017:16:57:26 +0900, error_class = ArgumentError, error = argument out of range"
parser_apache2.rbの#initializeで@time_parserを使っているのが悪そう。#configureじゃないとダメじゃないかしら。
parser_apache2.rb
#initialize
@time_parser
#configure
The text was updated successfully, but these errors were encountered:
fluent/fluentd#1690
Sorry, something went wrong.
No branches or pull requests
設定例(抜粋):
ログ:
parser_apache2.rb
の#initialize
で@time_parser
を使っているのが悪そう。#configure
じゃないとダメじゃないかしら。The text was updated successfully, but these errors were encountered: