ログ解析を行いたく、pythonでapache_log_parserを利用し、実装したいです。
python
1line_parser = apache_log_parser.make_parser("%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"") 2 3test_data = 'xxx.xxx.xxx.xxx - - [18/Feb/2019:23:58:36 +0900] "GET /ja/index.html HTTP/1.1" 301 240 "-" "Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0)"' 4 5log_line_data = line_parser(test_data)
このようにテストデータに対しては実行できました。
そこでApachのアクセスログは/var/log/httpd/access_logに出力されるとありました。
しかしどのように呼び出したら良いかわかりません。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。