Skip to content

Instantly share code, notes, and snippets.

@Donavan
Created October 29, 2015 15:17
Show Gist options
  • Save Donavan/a2490e42e0b587e38956 to your computer and use it in GitHub Desktop.
Save Donavan/a2490e42e0b587e38956 to your computer and use it in GitHub Desktop.
{
"test_results": {
"aliases": {},
"mappings": {
"cucumber": {
"_timestamp": {
"enabled": true,
"store": true
},
"properties": {
"@timestamp": {
"type": "date",
"format": "dateOptionalTime"
},
"environment": {
"type": "string"
},
"executed_on": {
"type": "string"
},
"feature": {
"type": "nested",
"include_in_parent": true,
"properties": {
"description": {
"type": "string"
},
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"tags": {
"type": "string"
},
"uri": {
"type": "string"
}
}
},
"jenkins": {
"type": "nested",
"include_in_parent": true,
"properties": {
"build_number": {
"type": "string"
},
"build_tag": {
"type": "string"
},
"build_url": {
"type": "string"
},
"git_branch": {
"type": "string"
},
"git_commit": {
"type": "string"
},
"git_url": {
"type": "string"
},
"job_name": {
"type": "string"
},
"node_name": {
"type": "string"
}
}
},
"scenario": {
"type": "nested",
"include_in_parent": true,
"properties": {
"description": {
"type": "string"
},
"error_message": {
"type": "string"
},
"failed_at": {
"type": "nested",
"include_in_parent": true,
"properties": {
"location": {
"type": "string"
},
"step": {
"type": "string"
}
}
},
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"outcome": {
"type": "string"
},
"tags": {
"type": "string"
}
}
},
"suite_name": {
"type": "string"
},
"suite_type": {
"type": "string"
},
"team": {
"type": "string"
}
}
}
},
"settings": {
"index": {
"creation_date": "1446059168866",
"number_of_shards": "5",
"number_of_replicas": "1",
"version": {
"created": "1070399"
},
"uuid": "fHguvRRfQ8SKc5-QkStL7A"
}
},
"warmers": {}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment