We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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;
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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;
The text was updated successfully, but these errors were encountered: