-
-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
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
Enhanced text-format #587
Comments
The text-format is customizable but doesn't support raw text.
|
I've got a modified version of dnsutils/message.go to handle this enhancement ... |
diff -b ./dnsutils/message.go.1 ./dnsutils/message.go
747c748
|
But now I also need a way to split the format better :-( |
Feel free to make a pull request :) |
I don't think I have access to do a pull request (?) |
You need to fork the project in your side and push back changes after. |
Done. |
Please don't include these changes, there are in a separate branch. After that, can you create the pull request here ? |
I've removed the peer-name changes and re-pushed. |
Custom text format implemented with Jinja template in PR #748 |
Is your feature request related to a problem? Please describe.
Logging output cannot be customised to suit SIEM rules for SOC
Describe the solution you'd like
What would be nice is text-format to be truly customisable, with the ability to put raw text as well as variable values.
For example to buld your own syslog output stream using logger.tcp:
text-format: "<30>1 {timestamp-rfc3339ns} {response-ip} named - {id} {operation} [] {queryip} {queryport} {qname} {qtype} {protocol} {qr} {opcode} {rcode}"
The text was updated successfully, but these errors were encountered: