DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.

DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
{
"mappings": {
"testruns": {
"properties": {
"testrun_uuid": {
"type": "text"
},
"results": {
"type": "nested"
},
"env_data": {
"type": "nested"
},
"test_metadata": {
"type": "nested"
}
}}
}
}
PUT test_results/_settings
{
"index.mapper.dynamic":true
}