Add missing closing '}' to indices.stats.json

This commit is contained in:
Simon Willnauer 2014-01-13 17:17:53 +01:00
parent a66aead54a
commit f2f4b72a12
1 changed files with 3 additions and 2 deletions

View File

@ -42,7 +42,8 @@
"type" : "list", "type" : "list",
"description" : "A comma-separated list of document types for the `indexing` index metric" "description" : "A comma-separated list of document types for the `indexing` index metric"
} }
}, },
"body": null "body": null
}
} }
} }