-
Notifications
You must be signed in to change notification settings - Fork 418
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Backports the following commits to 1.7: * Add composable index templates artifacts (#1156) * Move _meta section back inside mappings, in legacy templates. (#1186)
- Loading branch information
Mathieu Martin
authored
Dec 14, 2020
1 parent
c2b2283
commit 2000924
Showing
76 changed files
with
7,766 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
{ | ||
"_meta": { | ||
"documentation": "https://www.elastic.co/guide/en/ecs/current/ecs-agent.html", | ||
"ecs_version": "1.7.0+exp" | ||
}, | ||
"template": { | ||
"mappings": { | ||
"properties": { | ||
"agent": { | ||
"properties": { | ||
"build": { | ||
"properties": { | ||
"original": { | ||
"type": "wildcard" | ||
} | ||
} | ||
}, | ||
"ephemeral_id": { | ||
"ignore_above": 1024, | ||
"type": "keyword" | ||
}, | ||
"id": { | ||
"ignore_above": 1024, | ||
"type": "keyword" | ||
}, | ||
"name": { | ||
"ignore_above": 1024, | ||
"type": "keyword" | ||
}, | ||
"type": { | ||
"ignore_above": 1024, | ||
"type": "keyword" | ||
}, | ||
"version": { | ||
"ignore_above": 1024, | ||
"type": "keyword" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"_meta": { | ||
"documentation": "https://www.elastic.co/guide/en/ecs/current/ecs-base.html", | ||
"ecs_version": "1.7.0+exp" | ||
}, | ||
"template": { | ||
"mappings": { | ||
"properties": { | ||
"@timestamp": { | ||
"type": "date" | ||
}, | ||
"labels": { | ||
"type": "object" | ||
}, | ||
"message": { | ||
"norms": false, | ||
"type": "text" | ||
}, | ||
"tags": { | ||
"ignore_above": 1024, | ||
"type": "keyword" | ||
} | ||
} | ||
} | ||
} | ||
} |
171 changes: 171 additions & 0 deletions
171
experimental/generated/elasticsearch/component/client.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,171 @@ | ||
{ | ||
"_meta": { | ||
"documentation": "https://www.elastic.co/guide/en/ecs/current/ecs-client.html", | ||
"ecs_version": "1.7.0+exp" | ||
}, | ||
"template": { | ||
"mappings": { | ||
"properties": { | ||
"client": { | ||
"properties": { | ||
"address": { | ||
"ignore_above": 1024, | ||
"type": "keyword" | ||
}, | ||
"as": { | ||
"properties": { | ||
"number": { | ||
"type": "long" | ||
}, | ||
"organization": { | ||
"properties": { | ||
"name": { | ||
"fields": { | ||
"text": { | ||
"norms": false, | ||
"type": "text" | ||
} | ||
}, | ||
"type": "wildcard" | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"bytes": { | ||
"type": "long" | ||
}, | ||
"domain": { | ||
"type": "wildcard" | ||
}, | ||
"geo": { | ||
"properties": { | ||
"city_name": { | ||
"ignore_above": 1024, | ||
"type": "keyword" | ||
}, | ||
"continent_name": { | ||
"ignore_above": 1024, | ||
"type": "keyword" | ||
}, | ||
"country_iso_code": { | ||
"ignore_above": 1024, | ||
"type": "keyword" | ||
}, | ||
"country_name": { | ||
"ignore_above": 1024, | ||
"type": "keyword" | ||
}, | ||
"location": { | ||
"type": "geo_point" | ||
}, | ||
"name": { | ||
"type": "wildcard" | ||
}, | ||
"region_iso_code": { | ||
"ignore_above": 1024, | ||
"type": "keyword" | ||
}, | ||
"region_name": { | ||
"ignore_above": 1024, | ||
"type": "keyword" | ||
} | ||
} | ||
}, | ||
"ip": { | ||
"type": "ip" | ||
}, | ||
"mac": { | ||
"ignore_above": 1024, | ||
"type": "keyword" | ||
}, | ||
"nat": { | ||
"properties": { | ||
"ip": { | ||
"type": "ip" | ||
}, | ||
"port": { | ||
"type": "long" | ||
} | ||
} | ||
}, | ||
"packets": { | ||
"type": "long" | ||
}, | ||
"port": { | ||
"type": "long" | ||
}, | ||
"registered_domain": { | ||
"type": "wildcard" | ||
}, | ||
"subdomain": { | ||
"ignore_above": 1024, | ||
"type": "keyword" | ||
}, | ||
"top_level_domain": { | ||
"ignore_above": 1024, | ||
"type": "keyword" | ||
}, | ||
"user": { | ||
"properties": { | ||
"domain": { | ||
"ignore_above": 1024, | ||
"type": "keyword" | ||
}, | ||
"email": { | ||
"type": "wildcard" | ||
}, | ||
"full_name": { | ||
"fields": { | ||
"text": { | ||
"norms": false, | ||
"type": "text" | ||
} | ||
}, | ||
"type": "wildcard" | ||
}, | ||
"group": { | ||
"properties": { | ||
"domain": { | ||
"ignore_above": 1024, | ||
"type": "keyword" | ||
}, | ||
"id": { | ||
"ignore_above": 1024, | ||
"type": "keyword" | ||
}, | ||
"name": { | ||
"ignore_above": 1024, | ||
"type": "keyword" | ||
} | ||
} | ||
}, | ||
"hash": { | ||
"ignore_above": 1024, | ||
"type": "keyword" | ||
}, | ||
"id": { | ||
"ignore_above": 1024, | ||
"type": "keyword" | ||
}, | ||
"name": { | ||
"fields": { | ||
"text": { | ||
"norms": false, | ||
"type": "text" | ||
} | ||
}, | ||
"type": "wildcard" | ||
}, | ||
"roles": { | ||
"ignore_above": 1024, | ||
"type": "keyword" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
{ | ||
"_meta": { | ||
"documentation": "https://www.elastic.co/guide/en/ecs/current/ecs-cloud.html", | ||
"ecs_version": "1.7.0+exp" | ||
}, | ||
"template": { | ||
"mappings": { | ||
"properties": { | ||
"cloud": { | ||
"properties": { | ||
"account": { | ||
"properties": { | ||
"id": { | ||
"ignore_above": 1024, | ||
"type": "keyword" | ||
}, | ||
"name": { | ||
"ignore_above": 1024, | ||
"type": "keyword" | ||
} | ||
} | ||
}, | ||
"availability_zone": { | ||
"ignore_above": 1024, | ||
"type": "keyword" | ||
}, | ||
"instance": { | ||
"properties": { | ||
"id": { | ||
"ignore_above": 1024, | ||
"type": "keyword" | ||
}, | ||
"name": { | ||
"ignore_above": 1024, | ||
"type": "keyword" | ||
} | ||
} | ||
}, | ||
"machine": { | ||
"properties": { | ||
"type": { | ||
"ignore_above": 1024, | ||
"type": "keyword" | ||
} | ||
} | ||
}, | ||
"project": { | ||
"properties": { | ||
"id": { | ||
"ignore_above": 1024, | ||
"type": "keyword" | ||
}, | ||
"name": { | ||
"ignore_above": 1024, | ||
"type": "keyword" | ||
} | ||
} | ||
}, | ||
"provider": { | ||
"ignore_above": 1024, | ||
"type": "keyword" | ||
}, | ||
"region": { | ||
"ignore_above": 1024, | ||
"type": "keyword" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
43 changes: 43 additions & 0 deletions
43
experimental/generated/elasticsearch/component/container.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
{ | ||
"_meta": { | ||
"documentation": "https://www.elastic.co/guide/en/ecs/current/ecs-container.html", | ||
"ecs_version": "1.7.0+exp" | ||
}, | ||
"template": { | ||
"mappings": { | ||
"properties": { | ||
"container": { | ||
"properties": { | ||
"id": { | ||
"ignore_above": 1024, | ||
"type": "keyword" | ||
}, | ||
"image": { | ||
"properties": { | ||
"name": { | ||
"ignore_above": 1024, | ||
"type": "keyword" | ||
}, | ||
"tag": { | ||
"ignore_above": 1024, | ||
"type": "keyword" | ||
} | ||
} | ||
}, | ||
"labels": { | ||
"type": "object" | ||
}, | ||
"name": { | ||
"ignore_above": 1024, | ||
"type": "keyword" | ||
}, | ||
"runtime": { | ||
"ignore_above": 1024, | ||
"type": "keyword" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.