-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Description
First of all i'd like to say this plugin is great, thank you so much.
It'd be great if in query results add timestamp, because results of some queries are the same.
For example:
- Requests
PUT /sample
PUT /sample/_mapping/type1
{
"properties": {
"name": { "type": "string" }
}
}
- Result
{
"acknowledged": true
}
Expected something like.
2017-02-06 15:03:34
{
"acknowledged": true
}
betorcs
Metadata
Metadata
Assignees
Labels
No labels