mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Removed _default_ from esArchiver test and updates data.json (#13122)
I untar'd data.json as it makes it harder to grep/update/review. Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
parent
b0c4a6ae8a
commit
c604edff99
3 changed files with 14 additions and 3 deletions
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"type": "doc",
|
||||
"value": {
|
||||
"index": ".kibana",
|
||||
"type": "doc",
|
||||
"id": "config:6.0.0-alpha3",
|
||||
"source": {
|
||||
"type": "config",
|
||||
"config": {
|
||||
"buildNum": 8467
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Binary file not shown.
|
@ -151,9 +151,6 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"_default_": {
|
||||
"dynamic": "strict"
|
||||
},
|
||||
"search": {
|
||||
"dynamic": "strict",
|
||||
"properties": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue