nginx-json-log icon indicating copy to clipboard operation
nginx-json-log copied to clipboard

Highly configurable JSON format logging per Location - nginx logging module - aka. kasha 🍲

Results 4 nginx-json-log issues
Sort by recently updated
recently updated
newest added
trafficstars

Its possivel to change name of kafka topic just like a string? json_log kafka:'nginx123' full_log; ou set $variable "nginx-123"; json_log kafka:$variable full_log; instead of json_log kafka:nginx full_log;

Allow to produce kafka messages with id. Many options here: - Simple on/off directive to use [$request_id](http://nginx.org/en/docs/http/ngx_http_core_module.html#var_request_id). - ...

We have a option to format the access_logs only in json format and send it to ELK or Opensearch directly without parsing it. and how about error logs , error...