Skip to content

Commit

Permalink
Mapping compatible with 7.x
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
  • Loading branch information
Tyler Smalley committed May 24, 2021
1 parent f1d4478 commit 1993bb5
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 29 deletions.
Binary file not shown.
60 changes: 31 additions & 29 deletions test/functional/fixtures/es_archiver/empty_kibana/mappings.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,37 @@
}
}
},
"space": {
"properties": {
"_reserved": {
"type": "boolean"
},
"color": {
"type": "keyword"
},
"description": {
"type": "text"
},
"disabledFeatures": {
"type": "keyword"
},
"initials": {
"type": "keyword"
},
"name": {
"fields": {
"keyword": {
"ignore_above": 2048,
"type": "keyword"
}
},
"type": "text"
}
}
},
"spaceId": {
"type": "keyword"
},
"timelion-sheet": {
"dynamic": "strict",
"properties": {
Expand Down Expand Up @@ -240,35 +271,6 @@
"type": "text"
}
}
},
"query": {
"properties": {
"title": {
"type": "text"
},
"description": {
"type": "text"
},
"query": {
"properties": {
"language": {
"type": "keyword"
},
"query": {
"type": "keyword",
"index": false
}
}
},
"filters": {
"type": "object",
"enabled": false
},
"timefilter": {
"type": "object",
"enabled": false
}
}
}
}
},
Expand Down

0 comments on commit 1993bb5

Please sign in to comment.