Skip to content

Commit

Permalink
[canvas/archive] remove _1 from .kibana archives to avoid lockup
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Nov 22, 2018
1 parent 42d69dd commit d51e554
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 5 deletions.
Binary file modified x-pack/test/functional/es_archives/canvas/default/data.json.gz
Binary file not shown.
44 changes: 39 additions & 5 deletions x-pack/test/functional/es_archives/canvas/default/mappings.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,53 @@
{
"type": "index",
"value": {
"index": ".kibana_1",
"index": ".kibana",
"settings": {
"index": {
"number_of_shards": "1",
"number_of_replicas": "1"
"auto_expand_replicas": "0-1",
"number_of_replicas": "0"
}
},
"mappings": {
"doc": {
"dynamic": "strict",
"properties": {
"apm-telemetry": {
"properties": {
"has_any_services": {
"type": "boolean"
},
"services_per_agent": {
"properties": {
"go": {
"type": "long",
"null_value": 0
},
"java": {
"type": "long",
"null_value": 0
},
"js-base": {
"type": "long",
"null_value": 0
},
"nodejs": {
"type": "long",
"null_value": 0
},
"python": {
"type": "long",
"null_value": 0
},
"ruby": {
"type": "long",
"null_value": 0
}
}
}
}
},
"canvas-workpad": {
"dynamic": "false",
"properties": {
Expand Down Expand Up @@ -346,8 +382,6 @@
}
}
},
"aliases": {
".kibana": {}
}
"aliases": {}
}
}

0 comments on commit d51e554

Please sign in to comment.