-
Notifications
You must be signed in to change notification settings - Fork 5
/
rest_river_info.json
28 lines (26 loc) · 1.23 KB
/
rest_river_info.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"river_name" : "my_jira_river",
"info_date" : "2012-09-26T12:00:00.000Z",
"indexing": {
"state" : "running",
"last_restart" : "2012-09-26T11:45:12.000Z"
},
"node" : {
"id" : "rwoeirjwfjawfkq",
"name" : "Mr. wung"
},
"current_indexing" : [
{ "space_key" : "ORG", "update_type" : "FULL", "start_date" : "2012-09-26T11:56:03.000Z", "documents_updated" : 10, "documents_deleted" : 5, "documents_with_error" : 0 },
{ "space_key" : "AAA", "update_type" : "INCREMENTAL", "start_date" : "2012-09-26T11:56:03.000Z", "documents_updated" : 10, "documents_deleted" : 0, "documents_with_error" : 0 }
],
"indexed_spaces" : [
{
"space_key" : "ORG",
"last_indexing" : { "update_type" : "FULL", "start_date" : "2012-09-26T11:56:03.000Z", "result" : "OK", "time_elapsed" : "50ms", "documents_updated" : 10, "documents_deleted" : 5, "documents_with_error" : 0 }
},
{
"space_key" : "AAA",
"last_indexing" : { "update_type" : "FULL", "start_date" : "2012-09-26T11:56:03.000Z", "result" : "ERROR", "time_elapsed" : "50ms", "documents_updated" : 10, "documents_deleted" : 5, "documents_with_error" : 0, "error_message" : "Timeout" }
}
]
}