Nginx Parser
Parses the following structure of an nginx log into a Matlab structure:
log_format combined '$remote_addr - $remote_user [$time_local] '
'"$request" $status $body_bytes_sent '
'"$http_referer" "$http_user_agent"';
The Output looks as follows:
Devices =
nx1 struct array with fields:
remote_addr
remote_user
time_local
request
status
bytes_sent
http_referer
http_user_agent
gzip_ratio
method
location
protocol
Cite As
Eydrian (2025). Nginx Parser (https://www.mathworks.com/matlabcentral/fileexchange/48701-nginx-parser), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Version | Published | Release Notes | |
---|---|---|---|
1.0.0.0 |