Skip to content

Commit

Permalink
Updated reporting mappings after syncing with @gammon
Browse files Browse the repository at this point in the history
  • Loading branch information
Liza K committed Nov 12, 2019
1 parent 863e25f commit f936f95
Show file tree
Hide file tree
Showing 2 changed files with 118 additions and 122 deletions.
100 changes: 49 additions & 51 deletions x-pack/test/reporting/es_archives/bwc/6_2/mappings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,59 +3,57 @@
"value": {
"index": ".reporting-2018.03.11",
"mappings": {
"esqueue": {
"properties": {
"attempts": {
"type": "short"
},
"completed_at": {
"type": "date"
},
"created_at": {
"type": "date"
},
"created_by": {
"type": "keyword"
},
"jobtype": {
"type": "keyword"
},
"max_attempts": {
"type": "short"
},
"output": {
"properties": {
"content": {
"enabled": false,
"type": "object"
},
"content_type": {
"type": "keyword"
},
"max_size_reached": {
"type": "boolean"
}
"properties": {
"attempts": {
"type": "short"
},
"completed_at": {
"type": "date"
},
"created_at": {
"type": "date"
},
"created_by": {
"type": "keyword"
},
"jobtype": {
"type": "keyword"
},
"max_attempts": {
"type": "short"
},
"output": {
"properties": {
"content": {
"enabled": false,
"type": "object"
},
"content_type": {
"type": "keyword"
},
"max_size_reached": {
"type": "boolean"
}
},
"payload": {
"enabled": false,
"type": "object"
},
"priority": {
"type": "byte"
},
"process_expiration": {
"type": "date"
},
"started_at": {
"type": "date"
},
"status": {
"type": "keyword"
},
"timeout": {
"type": "long"
}
},
"payload": {
"enabled": false,
"type": "object"
},
"priority": {
"type": "byte"
},
"process_expiration": {
"type": "date"
},
"started_at": {
"type": "date"
},
"status": {
"type": "keyword"
},
"timeout": {
"type": "long"
}
}
},
Expand Down
140 changes: 69 additions & 71 deletions x-pack/test/reporting/es_archives/bwc/6_3/mappings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,81 +3,79 @@
"value": {
"index": ".reporting-2018.05.06",
"mappings": {
"esqueue": {
"properties": {
"attempts": {
"type": "short"
},
"completed_at": {
"type": "date"
},
"created_at": {
"type": "date"
},
"created_by": {
"type": "keyword"
},
"jobtype": {
"type": "keyword"
},
"max_attempts": {
"type": "short"
},
"meta": {
"properties": {
"layout": {
"fields": {
"keyword": {
"ignore_above": 256,
"type": "keyword"
}
},
"type": "text"
"properties": {
"attempts": {
"type": "short"
},
"completed_at": {
"type": "date"
},
"created_at": {
"type": "date"
},
"created_by": {
"type": "keyword"
},
"jobtype": {
"type": "keyword"
},
"max_attempts": {
"type": "short"
},
"meta": {
"properties": {
"layout": {
"fields": {
"keyword": {
"ignore_above": 256,
"type": "keyword"
}
},
"objectType": {
"fields": {
"keyword": {
"ignore_above": 256,
"type": "keyword"
}
},
"type": "text"
}
}
},
"output": {
"properties": {
"content": {
"enabled": false,
"type": "object"
},
"content_type": {
"type": "keyword"
"type": "text"
},
"objectType": {
"fields": {
"keyword": {
"ignore_above": 256,
"type": "keyword"
}
},
"max_size_reached": {
"type": "boolean"
}
"type": "text"
}
}
},
"output": {
"properties": {
"content": {
"enabled": false,
"type": "object"
},
"content_type": {
"type": "keyword"
},
"max_size_reached": {
"type": "boolean"
}
},
"payload": {
"enabled": false,
"type": "object"
},
"priority": {
"type": "byte"
},
"process_expiration": {
"type": "date"
},
"started_at": {
"type": "date"
},
"status": {
"type": "keyword"
},
"timeout": {
"type": "long"
}
},
"payload": {
"enabled": false,
"type": "object"
},
"priority": {
"type": "byte"
},
"process_expiration": {
"type": "date"
},
"started_at": {
"type": "date"
},
"status": {
"type": "keyword"
},
"timeout": {
"type": "long"
}
}
},
Expand Down

0 comments on commit f936f95

Please sign in to comment.