Skip to content

Commit

Permalink
Changed domain back to core in destination and url
Browse files Browse the repository at this point in the history
Set to to extended by mistake.
Changes domain back to core
  • Loading branch information
mbudge committed Aug 28, 2019
1 parent 3382857 commit 26d9aa4
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions docs/field-details.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ type: keyword



| extended
| core

// ===============================================================

Expand Down Expand Up @@ -3261,7 +3261,7 @@ type: keyword

example: `www.elastic.co`

| extended
| core

// ===============================================================

Expand Down
4 changes: 2 additions & 2 deletions generated/beats/fields.ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@
description: Bytes sent from the destination to the source.
example: 184
- name: domain
level: extended
level: core
type: keyword
ignore_above: 1024
description: Destination domain.
Expand Down Expand Up @@ -2521,7 +2521,7 @@
type: group
fields:
- name: domain
level: extended
level: core
type: keyword
ignore_above: 1024
description: 'Domain of the url, such as "www.elastic.co".
Expand Down
4 changes: 2 additions & 2 deletions generated/csv/fields.csv
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ destination.address,keyword,extended,,1.2.0-dev
destination.as.number,long,extended,15169,1.2.0-dev
destination.as.organization.name,keyword,extended,Google LLC,1.2.0-dev
destination.bytes,long,core,184,1.2.0-dev
destination.domain,keyword,extended,,1.2.0-dev
destination.domain,keyword,core,,1.2.0-dev
destination.geo.city_name,keyword,core,Montreal,1.2.0-dev
destination.geo.continent_name,keyword,core,North America,1.2.0-dev
destination.geo.country_iso_code,keyword,core,CA,1.2.0-dev
Expand Down Expand Up @@ -320,7 +320,7 @@ source.user.id,keyword,core,,1.2.0-dev
source.user.name,keyword,core,albert,1.2.0-dev
trace.id,keyword,extended,4bf92f3577b34da6a3ce929d0e0e4736,1.2.0-dev
transaction.id,keyword,extended,00f067aa0ba902b7,1.2.0-dev
url.domain,keyword,extended,www.elastic.co,1.2.0-dev
url.domain,keyword,core,www.elastic.co,1.2.0-dev
url.fragment,keyword,extended,,1.2.0-dev
url.full,keyword,extended,https://www.elastic.co:443/search?q=elasticsearch#top,1.2.0-dev
url.original,keyword,extended,https://www.elastic.co:443/search?q=elasticsearch#top or /search?q=elasticsearch,1.2.0-dev
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 @@ -593,7 +593,7 @@ destination.domain:
description: Destination domain.
flat_name: destination.domain
ignore_above: 1024
level: extended
level: core
name: domain
order: 4
short: Destination domain.
Expand Down Expand Up @@ -3630,7 +3630,7 @@ url.domain:
example: www.elastic.co
flat_name: url.domain
ignore_above: 1024
level: extended
level: core
name: domain
order: 3
short: Domain of the url.
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 @@ -744,7 +744,7 @@ destination:
description: Destination domain.
flat_name: destination.domain
ignore_above: 1024
level: extended
level: core
name: domain
order: 4
short: Destination domain.
Expand Down Expand Up @@ -4086,7 +4086,7 @@ url:
example: www.elastic.co
flat_name: url.domain
ignore_above: 1024
level: extended
level: core
name: domain
order: 3
short: Domain of the url.
Expand Down
4 changes: 2 additions & 2 deletions schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@
"example": "",
"footnote": "",
"group": 2,
"level": "extended",
"level": "core",
"name": "destination.domain",
"required": false,
"type": "keyword"
Expand Down Expand Up @@ -2309,7 +2309,7 @@
"example": "www.elastic.co",
"footnote": "",
"group": 2,
"level": "extended",
"level": "core",
"name": "url.domain",
"required": false,
"type": "keyword"
Expand Down
2 changes: 1 addition & 1 deletion schemas/destination.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
MAC address of the destination.
- name: domain
level: extended
level: core
type: keyword
description: >
Destination domain.
Expand Down
2 changes: 1 addition & 1 deletion schemas/url.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
example: https

- name: domain
level: extended
level: core
type: keyword
short: Domain of the url.
description: >
Expand Down

0 comments on commit 26d9aa4

Please sign in to comment.