Thank you ! The result is :
{
"took": 126,
"timed_out": false,
"_shards": {
"total": 1,
"successful": 1,
"failed": 0
},
"hits": {
"total": 2,
"max_score": 7.2276917,
"hits": [
{
"_index": ".kibana",
"_type": "visualization",
"_id": "Col:-Room-Type",
"_score": 7.2276917,
"_source": {
"title": "Room Type",
"visState": """
{
"title": "Room Type",
"type": "pie",
"params": {
"addLegend": true,
"addTooltip": true,
"isDonut": false,
"shareYAxis": true
},
"aggs": [
{
"id": "1",
"type": "count",
"schema": "metric",
"params": {}
},
{
"id": "2",
"type": "terms",
"schema": "segment",
"params": {
"field": "collaborate_roomtype",
"size": 10,
"order": "desc",
"orderBy": "1"
}
}
],
"listeners": {}
}
""",
"uiStateJSON": "{}",
"description": "",
"version": 1,
"kibanaSavedObjectMeta": {
"searchSourceJSON": """
{
"index": "bwcdr*",
"query": {
"query_string": {
"analyze_wildcard": true,
"query": "collaborate_role:"
}
},
"filter": []
}
"""
}
}
},
{
"_index": ".kibana",
"_type": "visualization",
"_id": "Sharing:-room-joins-per-time-interval",
"_score": 2.0183094,
"_source": {
"title": "Sharing: room joins per time interval",
"visState": """{"aggs":[{"id":"2","params":{"customInterval":"2h","extended_bounds":{},"field":"logtimestamp","interval":"auto","min_doc_count":1},"schema":"segment","type":"date_histogram"},{"id":"3","params":{"customLabel":"Joins"},"schema":"metric","type":"count"},{"id":"4","params":{"filters":[{"input":{"query":{"query_string":{"analyze_wildcard":true,"query":"source: participant"}}},"label":"Participants"},{"input":{"query":{"query_string":{"analyze_wildcard":true,"query":"source: owner"}}},"label":"Owners"}]},"schema":"group","type":"filters"}],"listeners":{},"params":{"addLegend":true,"addTimeMarker":false,"addTooltip":true,"defaultYExtents":false,"mode":"stacked","scale":"linear","setYExtents":false,"shareYAxis":true,"times":[],"yAxis":{}},"title":"Sharing: room joins per time interval","type":"histogram"}""",
"uiStateJSON": """{"vis":{"legendOpen":true}}""",
"description": "",
"version": 1,
"kibanaSavedObjectMeta": {
"searchSourceJSON": """{"index":"bwlog","query":{"query_string":{"query":"application:USSLog AND channel: RoomControl AND ussroomid:* AND source:"successfully joined room"","analyze_wildcard":true}},"filter":[]}"""
}
}
}
]
}
}