NAME_RESOLVED¶
Description¶
This event is triggered after a NAME__lookup
command has been issued and a response has been received. This
response could be either a success or a failure.
Warning
This command has been deprecated with the release of version 15.1 in favor of the RESOLVER and DNSMSG namespaces.
Examples¶
when HTTP_REQUEST {
NAME::lookup [HTTP::host]
}
when NAME_RESOLVED {
node [NAME::response] 80
}