mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[failed-test-reporter/es-config] add new sub-fields in mapping (#114200)
Co-authored-by: spalger <spalger@users.noreply.github.com>
This commit is contained in:
parent
202980e887
commit
b9f0965381
1 changed files with 18 additions and 3 deletions
|
@ -78,17 +78,32 @@ PUT _component_template/test-failures-mappings
|
|||
"properties": {
|
||||
"classname": {
|
||||
"type": "keyword",
|
||||
"ignore_above": 256
|
||||
"ignore_above": 256,
|
||||
"fields": {
|
||||
"text": {
|
||||
"type": "text"
|
||||
}
|
||||
}
|
||||
},
|
||||
"failure": {
|
||||
"type": "keyword",
|
||||
"ignore_above": 256
|
||||
"ignore_above": 256,
|
||||
"fields": {
|
||||
"text": {
|
||||
"type": "text"
|
||||
}
|
||||
}
|
||||
},
|
||||
"likelyIrrelevant": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"name": {
|
||||
"type": "keyword"
|
||||
"type": "keyword",
|
||||
"fields": {
|
||||
"text": {
|
||||
"type": "text"
|
||||
}
|
||||
}
|
||||
},
|
||||
"system-out": {
|
||||
"type": "match_only_text"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue