Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Prev Previous commit
Next Next commit
Fix missing dns field
  • Loading branch information
Andrew Stucki committed Jun 24, 2021
commit ea6cb3140523ee880e8aa6845813cdd625e0dc1c
6 changes: 6 additions & 0 deletions packages/network_traffic/data_stream/dns/fields/ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,3 +217,9 @@
level: extended
name: dns.question.subdomain
type: keyword
- description: The type of DNS event captured, query or answer.
example: answer
ignore_above: 1024
level: extended
name: dns.type
type: keyword
1 change: 1 addition & 0 deletions packages/network_traffic/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -593,6 +593,7 @@ Fields published for DNS packets.
| dns.question.type | The type of record being queried. | keyword |
| dns.resolved_ip | Array containing all IPs seen in answers.data | ip |
| dns.response_code | The DNS response code. | keyword |
| dns.type | The type of DNS event captured, query or answer. | keyword |
| ecs.version | ECS version this event conforms to. | keyword |
| event.category | Event category. The second categorization field in the hierarchy. | keyword |
| event.dataset | Name of the dataset. | keyword |
Expand Down