Skip to content

Commit

Permalink
Parsers/ASimDns/Parsers/*: addressing review findings
Browse files Browse the repository at this point in the history
  * addressing review findings by vakohl (Thanks!)

Signed-off-by: Janos Szigetvari <janos.szigetvari@nxlog.org>
  • Loading branch information
jszigetvari committed Jul 28, 2023
1 parent 857f155 commit 77d399a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Parsers/ASimDns/Parsers/vimDnsMicrosoftNXlog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,6 @@ ParserQuery: |
DnsFlagsAuthenticated = tobool(AD_s),
DnsFlagsAuthoritative = tobool(AA_s),
DnsFlagsRecursionDesired = tobool(RD_s)
| lookup EventTypeTable on EventOriginalType
| lookup EventSubTypeTable on EventOriginalType
| lookup EventResultTable on EventOriginalType
| lookup RCodeTable on DnsResponseCode
Expand All @@ -322,4 +321,4 @@ ParserQuery: |
| project-away
*_s, *_d, QTypeName, TenantId, SourceSystem, MG, ManagementGroupName, Computer, RawData
};
ASimDnsMicrosoftNXLog (starttime, endtime, srcipaddr, domain_has_any, responsecodename, response_has_ipv4, response_has_any_prefix, eventtype, disabled)
ASimDnsMicrosoftNXLog (starttime=datetime(null), endtime=datetime(null), srcipaddr='', domain_has_any=dynamic([]), responsecodename='', response_has_ipv4='*', response_has_any_prefix=dynamic([]), eventtype='Query', disabled=false)

0 comments on commit 77d399a

Please sign in to comment.