Skip to content

Releases: mosajjal/dnsmonster

v0.8.3

09 May 11:05
Compare
Choose a tag to compare

In this version:

  • Elasticsearch output support
  • Splunk HEC output support
  • URL support for domain files
  • Ability to skip TLS verification when making HTTPS requests
  • More standard logging
  • Code cleanup
  • Various fixes and improvements

v0.8.2

20 Jan 04:13
Compare
Choose a tag to compare
fixed path for the final time

v0.8.1

20 Jan 03:55
Compare
Choose a tag to compare
fix on win build

v0.8.0

20 Jan 03:46
Compare
Choose a tag to compare

New in v0.8.0:

  • Functional Kafka support
  • Seperate capture and output stats
  • Use of an integer to define the logic for each output
  • Various fixes and performance improvements

v0.7.2

16 Jan 22:57
Compare
Choose a tag to compare

FIXES:

  • A typo in code which lead to file output not working
  • Better logic for handling arguments and throwing errors

v0.7.1

14 Jan 22:40
Compare
Choose a tag to compare

New in v0.7.1:

  • Ability to choose between hashtable and string search for allowDomains and skipDomains. This will disable prefix and suffix capability with a much higher performance
  • Different data output types are now defined: stdout, file and clickhouse, each with the ability to have the option none of the traffic, all minus the skipDomains list, only domains matching allowDomains or all domains received (subject to sample ratio)
  • removed dryrun in favor of clickhouseOutputType

v0.7.0

10 Jan 01:13
Compare
Choose a tag to compare
  • cleanup in Grafana dashboard
  • BREAKING: added the ability to save full query data in JSON format
    for current installations, please run the following in Clickhouse BEFORE upgrade to 0.7.x:
      ALTER TABLE DNS_LOG ADD COLUMN FullQuery String AFTER DoBit;
  • better stats when ingesting a pcap file

v0.6.1

09 Jan 23:38
Compare
Choose a tag to compare

minor fix in parsing arguments when not using dnstap

v0.6.0

09 Jan 20:58
Compare
Choose a tag to compare
  • dnstap support

v0.5.1

06 Jan 02:01
Compare
Choose a tag to compare
  • Alpha Windows support
  • More accurate stats
  • Ability to Skip domains from being indexed
  • Consistent duration parameters
  • More granular configuration options