Skip to content

Instantly share code, notes, and snippets.

@deleteman
Created July 29, 2019 21:08
Show Gist options
  • Save deleteman/493371b889c9c0d2bccca44c7ff5b5b0 to your computer and use it in GitHub Desktop.
Save deleteman/493371b889c9c0d2bccca44c7ff5b5b0 to your computer and use it in GitHub Desktop.
{
"took": 994,
"timed_out": false,
"_shards": {
"total": 1,
"successful": 1,
"skipped": 0,
"failed": 0
},
"hits": {
"total": {
"value": 4,
"relation": "eq"
},
"max_score": 1.0,
"hits": [{
"_index": "logs-2019.07.29",
"_type": "_doc",
"_id": "Cl2KP2wBTq_AEn0ZM0t0",
"_score": 1.0,
"_source": {
"@timestamp": "2019-07-29T21:01:57.472Z",
"message": "Test!",
"severity": "info",
"fields": {}
}
}, {
"_index": "logs-2019.07.29",
"_type": "_doc",
"_id": "C12KP2wBTq_AEn0ZM0t0",
"_score": 1.0,
"_source": {
"@timestamp": "2019-07-29T21:01:57.474Z",
"message": "This is an error message!",
"severity": "error",
"fields": {}
}
}, {
"_index": "logs-2019.07.29",
"_type": "_doc",
"_id": "DF2KP2wBTq_AEn0ZM0t0",
"_score": 1.0,
"_source": {
"@timestamp": "2019-07-29T21:01:57.475Z",
"message": "This is an error message with an object!There was a problem!",
"severity": "error",
"fields": {
"error": true
}
}
}]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment