Skip to content

Commit

Permalink
[esArchives] rebuild all archives
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Feb 11, 2019
1 parent 38b9db4 commit 3ba5346
Show file tree
Hide file tree
Showing 130 changed files with 13,233 additions and 13,208 deletions.
Binary file modified test/functional/fixtures/es_archiver/alias/data.json.gz
Binary file not shown.
140 changes: 70 additions & 70 deletions test/functional/fixtures/es_archiver/alias/mappings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,24 @@
"type": "index",
"value": {
"index": "test3",
"settings": {
"index": {
"number_of_shards": "5",
"number_of_replicas": "1"
}
},
"mappings": {
"properties": {
"message": {
"type": "text",
"fields": {
"keyword": {
"type": "keyword",
"ignore_above": 256
"ignore_above": 256,
"type": "keyword"
}
}
},
"type": "text"
}
}
},
"settings": {
"index": {
"number_of_replicas": "1",
"number_of_shards": "5"
}
}
}
}
Expand All @@ -28,18 +28,18 @@
"type": "index",
"value": {
"index": "test9",
"settings": {
"index": {
"number_of_shards": "5",
"number_of_replicas": "1"
}
},
"mappings": {
"properties": {
"date": {
"type": "date"
}
}
},
"settings": {
"index": {
"number_of_replicas": "1",
"number_of_shards": "5"
}
}
}
}
Expand All @@ -48,24 +48,24 @@
"type": "index",
"value": {
"index": "test4",
"settings": {
"index": {
"number_of_shards": "5",
"number_of_replicas": "1"
}
},
"mappings": {
"properties": {
"message": {
"type": "text",
"fields": {
"keyword": {
"type": "keyword",
"ignore_above": 256
"ignore_above": 256,
"type": "keyword"
}
}
},
"type": "text"
}
}
},
"settings": {
"index": {
"number_of_replicas": "1",
"number_of_shards": "5"
}
}
}
}
Expand All @@ -74,24 +74,24 @@
"type": "index",
"value": {
"index": "test2",
"settings": {
"index": {
"number_of_shards": "5",
"number_of_replicas": "1"
}
},
"mappings": {
"properties": {
"message": {
"type": "text",
"fields": {
"keyword": {
"type": "keyword",
"ignore_above": 256
"ignore_above": 256,
"type": "keyword"
}
}
},
"type": "text"
}
}
},
"settings": {
"index": {
"number_of_replicas": "1",
"number_of_shards": "5"
}
}
}
}
Expand All @@ -100,18 +100,18 @@
"type": "index",
"value": {
"index": "test7",
"settings": {
"index": {
"number_of_shards": "5",
"number_of_replicas": "1"
}
},
"mappings": {
"properties": {
"date": {
"type": "date"
}
}
},
"settings": {
"index": {
"number_of_replicas": "1",
"number_of_shards": "5"
}
}
}
}
Expand All @@ -120,18 +120,18 @@
"type": "index",
"value": {
"index": "test6",
"settings": {
"index": {
"number_of_shards": "5",
"number_of_replicas": "1"
}
},
"mappings": {
"properties": {
"date": {
"type": "date"
}
}
},
"settings": {
"index": {
"number_of_replicas": "1",
"number_of_shards": "5"
}
}
}
}
Expand All @@ -140,18 +140,18 @@
"type": "index",
"value": {
"index": "test8",
"settings": {
"index": {
"number_of_shards": "5",
"number_of_replicas": "1"
}
},
"mappings": {
"properties": {
"date": {
"type": "date"
}
}
},
"settings": {
"index": {
"number_of_replicas": "1",
"number_of_shards": "5"
}
}
}
}
Expand All @@ -160,18 +160,18 @@
"type": "index",
"value": {
"index": "test5",
"settings": {
"index": {
"number_of_shards": "5",
"number_of_replicas": "1"
}
},
"mappings": {
"properties": {
"date": {
"type": "date"
}
}
},
"settings": {
"index": {
"number_of_replicas": "1",
"number_of_shards": "5"
}
}
}
}
Expand All @@ -180,24 +180,24 @@
"type": "index",
"value": {
"index": "test1",
"settings": {
"index": {
"number_of_shards": "5",
"number_of_replicas": "1"
}
},
"mappings": {
"properties": {
"message": {
"type": "text",
"fields": {
"keyword": {
"type": "keyword",
"ignore_above": 256
"ignore_above": 256,
"type": "keyword"
}
}
},
"type": "text"
}
}
},
"settings": {
"index": {
"number_of_replicas": "1",
"number_of_shards": "5"
}
}
}
}
Binary file not shown.
Loading

0 comments on commit 3ba5346

Please sign in to comment.