Skip to content

Commit

Permalink
Fix typo in DNS fields documentation (#655) (#657)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Martin authored and ruflin committed Dec 2, 2019
1 parent 148842f commit c86fb4b
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion code/go/ecs/dns.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/field-details.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -878,7 +878,7 @@ example: `QUERY`
// ===============================================================

| dns.question.class
| The class of of records being queried.
| The class of records being queried.

type: keyword

Expand Down
2 changes: 1 addition & 1 deletion generated/beats/fields.ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@
level: extended
type: keyword
ignore_above: 1024
description: The class of of records being queried.
description: The class of records being queried.
example: IN
- name: question.name
level: extended
Expand Down
4 changes: 2 additions & 2 deletions generated/ecs/ecs_flat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1024,14 +1024,14 @@ dns.op_code:
value is set by the originator of a query and copied into the response.
type: keyword
dns.question.class:
description: The class of of records being queried.
description: The class of records being queried.
example: IN
flat_name: dns.question.class
ignore_above: 1024
level: extended
name: question.class
order: 7
short: The class of of records being queried.
short: The class of records being queried.
type: keyword
dns.question.name:
description: 'The name being queried.
Expand Down
4 changes: 2 additions & 2 deletions generated/ecs/ecs_nested.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1195,14 +1195,14 @@ dns:
This value is set by the originator of a query and copied into the response.
type: keyword
question.class:
description: The class of of records being queried.
description: The class of records being queried.
example: IN
flat_name: dns.question.class
ignore_above: 1024
level: extended
name: question.class
order: 7
short: The class of of records being queried.
short: The class of records being queried.
type: keyword
question.name:
description: 'The name being queried.
Expand Down
2 changes: 1 addition & 1 deletion schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@
"type": "keyword"
},
"dns.question.class": {
"description": "The class of of records being queried.",
"description": "The class of records being queried.",
"example": "IN",
"footnote": "",
"group": 2,
Expand Down
2 changes: 1 addition & 1 deletion schemas/dns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
- name: question.class
level: extended
type: keyword
description: The class of of records being queried.
description: The class of records being queried.
example: IN

- name: question.registered_domain
Expand Down

0 comments on commit c86fb4b

Please sign in to comment.