In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)05/31 Report--
This article mainly explains "how to configure heka in nginx". The content in the article is simple and clear, and it is easy to learn and understand. Please follow the editor's train of thought to study and learn "how to configure heka in nginx".
Responsible for parsing the log data generated by nginx and dividing it into different log data formats such as access,error. Here is an example of the log data of access.
180.153.206.18-[17/Jul/2016:00:00:04 + 0800] "GET / static/bootstrap/bsie/js/bootstrap-ie.min.js HTTP/1.1" 200 6276
180.153.206.18-[17/Jul/2016:00:00:04 + 0800] "GET / static/flash/zoom.min.js HTTP/1.1" 200 2174
180.153.206.18-[17/Jul/2016:00:00:04 + 0800] "GET / static/My97DatePicker/WdatePicker.js HTTP/1.1" 200 8872
180.153.206.18-[17/Jul/2016:00:00:04 + 0800] "GET / static/modules/ticket/ticketUtil.js HTTP/1.1" 200 1838
180.153.206.18-[17/Jul/2016:00:00:04 + 0800] "GET / static/common/jeesite.min.js HTTP/1.1" 200 3672
The corresponding heka configuration is as follows
[hekad]
Maxprocs = 2
[TestWebserver]
Type = "LogstreamerInput"
Log_directory = "/ opt/modules/heka/data/nginx/"
File_match = 'access\ .log'
Decoder = "CombinedLogDecoder"
[CombinedLogDecoder]
Type = "SandboxDecoder"
Filename = "lua_decoders/nginx_access.lua"
[CombinedLogDecoder.config]
Type = "combined"
User_agent_transform = true
Log_format ='$remote_addr-$remote_user [$time_local] "$request" $status $body_bytes_sent'
[RstEncoder]
[LogOutput]
Message_matcher = "TRUE"
Encoder = "RstEncoder"
Note that log_format corresponds to the log format of nginx so that it won't go wrong.
Result,
Thank you for your reading, the above is the content of "how to configure the heka of nginx". After the study of this article, I believe you have a deeper understanding of how to configure the heka of nginx, and the specific use needs to be verified in practice. Here is, the editor will push for you more related knowledge points of the article, welcome to follow!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.