MySql table fields question #1798
-
|
Hello, I have set up MySql for logs, v3.0.1 Also, response type is an int between 0 and 4 (or more?), same for rcode. but where can i see what the codes correspond to? also: is it on the roadmap to have more than dns queries logs? id be interested in seeing the cluster activity for example, on top of the queries going on. thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
|
Thanks for asking. The database columns use integer values for the enumerations used in the source code. You will need to check the app's code to find out the values for them. Protocol "0" is UDP which is why you see it for most entries. The app is designed only for DNS query logs. The clustering feature uses HTTP API for all tasks so its not possible to add any logs in there. |
Beta Was this translation helpful? Give feedback.
-
|
Technitium DNS Server v15.0 is now available which includes read me file for all apps and include database field info as discussed. Do upgrade and let me know your feedback. |
Beta Was this translation helpful? Give feedback.



Thanks for asking. The database columns use integer values for the enumerations used in the source code. You will need to check the app's code to find out the values for them. Protocol "0" is UDP which is why you see it for most entries.
The app is designed only for DNS query logs. The clustering feature uses HTTP API for all tasks so its not possible to add any logs in there.