New major version of Log Exporter app#1580
New major version of Log Exporter app#1580zbalkan wants to merge 53 commits intoTechnitiumSoftware:masterfrom
Conversation
|
Thanks for the PR. Will get it merged soon. |
|
There will be a major version soon, probably in two months. Until than this is just fixes. |
|
I decided to make some minor changes. Let's keep this as a draft. |
|
Now it is ready for review. |
|
I used a new library that has TLD database and can dissect FQDN into TLD, Registerable Domain, and subdomains. If Technitium DNS has this capability, and I missed that, I can replace it ASAP. |
…n remaining logs Signed-off-by: Zafer Balkan <zafer@zaferbalkan.com>
|
I will fix the copilot review issues, then make an enable/disable flag in config. |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…into log-exporter-2
bf05675 to
163f5f1
Compare
163f5f1 to
cd75a91
Compare
8097415 to
152bba8
Compare
|
Converted log exporter to a proper log forwarder with a pipeline. It has now a single enrichment tool but it can be easily extended with current capability. An approach similar toa plugin-to-a-plugin. Code is readable. It may not fit your style and formatting. I suggest providing a detailed |
|
BTW, I use SIEVE caching algorithm for enrichment addition here. If you think it is useful, I can make it a Generic |
I am not sure where else it can be used so this can be done when required. |
0481b80 to
4599d90
Compare
|
Added tagging feature while waiting. |
TLD,BaseDomainandSubdomainfields for better analysis.