fooinha / nginx-json-log

Highly configurable JSON format logging per Location - nginx logging module - aka. kasha 🍲
BSD 2-Clause "Simplified" License
42 stars 21 forks source link

kafka:topic name as string #39

Open ronaldofreitas opened 4 years ago

ronaldofreitas commented 4 years ago

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;