Skip to content
This repository has been archived by the owner on Mar 21, 2021. It is now read-only.

Commit

Permalink
polish dashboards
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreBesson committed Oct 2, 2018
1 parent 96452fd commit a74ecbe
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion bootstrap/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ services:
environment:
- ES_HOSTS=http://jhipster-elasticsearch:9200
# Change localhost:5601 by the URL by which your client access Kibana
- ZIPKIN_UI_LOGS_URL=http://localhost:5601/app/kibana#/discover/d0682f20-e0e9-11e7-9c68-0b9a0f0c183c?_g=(refreshInterval:(display:Off,pause:!f,value:0),time:(from:now-30d,mode:quick,to:now))&_a=(columns:!(X-B3-TraceId,app_name,level,message),filters:!(('$state':(store:appState),meta:(alias:!n,disabled:!f,index:c7b73f10-e0e4-11e7-9c68-0b9a0f0c183c,key:logger_name,negate:!t,params:(query:metrics,type:phrase),type:phrase,value:metrics),query:(match:(logger_name:(query:metrics,type:phrase)))),('$state':(store:appState),meta:(alias:!n,disabled:!f,index:'logs-*',key:X-B3-TraceId,negate:!f,params:(query:'trace',type:phrase),type:phrase,value:'trace'),query:(match:(X-B3-TraceId:(query:'{traceId}',type:phrase))))),index:'logs-*',interval:auto,query:(language:lucene,query:''),sort:!('@timestamp',asc)) ports:
- ZIPKIN_UI_LOGS_URL=http://localhost:5601/app/kibana#/discover/d0682f20-e0e9-11e7-9c68-0b9a0f0c183c?_g=(refreshInterval:(display:Off,pause:!f,value:0),time:(from:now-30d,mode:quick,to:now))&_a=(columns:!(X-B3-TraceId,app_name,level,message),filters:!(('$state':(store:appState),meta:(alias:!n,disabled:!f,index:'logs-*',key:X-B3-TraceId,negate:!f,params:(query:'trace',type:phrase),type:phrase,value:'trace'),query:(match:(X-B3-TraceId:(query:'{traceId}',type:phrase))))),index:'logs-*',interval:auto,query:(language:lucene,query:''),sort:!('@timestamp',desc))
ports:
- 9411:9411

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ services:
environment:
- ES_HOSTS=http://jhipster-elasticsearch:9200
- ES_INDEX=traces
- ZIPKIN_UI_LOGS_URL=http://localhost:5601/app/kibana#/discover/d0682f20-e0e9-11e7-9c68-0b9a0f0c183c?_g=(refreshInterval:(display:Off,pause:!f,value:0),time:(from:now-30d,mode:quick,to:now))&_a=(columns:!(X-B3-TraceId,app_name,level,message),filters:!(('$state':(store:appState),meta:(alias:!n,disabled:!f,index:c7b73f10-e0e4-11e7-9c68-0b9a0f0c183c,key:logger_name,negate:!t,params:(query:metrics,type:phrase),type:phrase,value:metrics),query:(match:(logger_name:(query:metrics,type:phrase)))),('$state':(store:appState),meta:(alias:!n,disabled:!f,index:'logs-*',key:X-B3-TraceId,negate:!f,params:(query:'trace',type:phrase),type:phrase,value:'trace'),query:(match:(X-B3-TraceId:(query:'{traceId}',type:phrase))))),index:'logs-*',interval:auto,query:(language:lucene,query:''),sort:!('@timestamp',asc))
- ZIPKIN_UI_LOGS_URL=http://localhost:5601/app/kibana#/discover/d0682f20-e0e9-11e7-9c68-0b9a0f0c183c?_g=(refreshInterval:(display:Off,pause:!f,value:0),time:(from:now-30d,mode:quick,to:now))&_a=(columns:!(X-B3-TraceId,app_name,level,message),filters:!(('$state':(store:appState),meta:(alias:!n,disabled:!f,index:'logs-*',key:X-B3-TraceId,negate:!f,params:(query:'trace',type:phrase),type:phrase,value:'trace'),query:(match:(X-B3-TraceId:(query:'{traceId}',type:phrase))))),index:'logs-*',interval:auto,query:(language:lucene,query:''),sort:!('@timestamp',desc))
ports:
- 9411:9411
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"description": "",
"hits": 0,
"kibanaSavedObjectMeta": {
"searchSourceJSON": "{\"index\":\"logs-*\",\"highlightAll\":true,\"version\":true,\"query\":{\"language\":\"lucene\",\"query\":\"\"},\"filter\":[{\"meta\":{\"index\":\"c7b73f10-e0e4-11e7-9c68-0b9a0f0c183c\",\"negate\":true,\"disabled\":false,\"alias\":null,\"type\":\"phrase\",\"key\":\"logger_name\",\"value\":\"metrics\",\"params\":{\"query\":\"metrics\",\"type\":\"phrase\"}},\"query\":{\"match\":{\"logger_name\":{\"query\":\"metrics\",\"type\":\"phrase\"}}},\"$state\":{\"store\":\"appState\"}}]}"
"searchSourceJSON": "{\"index\":\"logs-*\",\"highlightAll\":true,\"version\":true,\"query\":{\"language\":\"lucene\",\"query\":\"\"},\"filter\":[]}"
},
"sort": [
"@timestamp",
Expand All @@ -22,7 +22,7 @@
},
"id": "d0682f20-e0e9-11e7-9c68-0b9a0f0c183c",
"type": "search",
"updated_at": "2017-12-22T14:57:10.009Z",
"updated_at": "2018-10-02T18:29:56.472Z",
"version": 2
},
{
Expand All @@ -46,8 +46,8 @@
},
"id": "eef89600-e0e9-11e7-9c68-0b9a0f0c183c",
"type": "search",
"updated_at": "2017-12-22T14:57:10.009Z",
"version": 2
"updated_at": "2018-10-02T18:17:44.034Z",
"version": 1
},
{
"attributes": {
Expand All @@ -62,8 +62,8 @@
},
"id": "08029590-e1a5-11e7-9e74-19a039e44384",
"type": "visualization",
"updated_at": "2017-12-22T16:09:12.433Z",
"version": 4
"updated_at": "2018-10-02T18:17:44.034Z",
"version": 1
},
{
"attributes": {
Expand All @@ -79,7 +79,7 @@
},
"id": "1937ae30-e732-11e7-9401-c3493ac5b475",
"type": "visualization",
"updated_at": "2017-12-22T16:06:41.554Z",
"updated_at": "2018-10-02T18:17:44.034Z",
"version": 1
},
{
Expand All @@ -98,9 +98,9 @@
},
"id": "d712f650-e0eb-11e7-9c68-0b9a0f0c183c",
"type": "dashboard",
"updated_at": "2017-12-22T16:13:37.084Z",
"version": 5
"updated_at": "2018-10-02T18:17:44.034Z",
"version": 1
}
],
"version": "6.4.1"
}
}

0 comments on commit a74ecbe

Please sign in to comment.