~charmers/charms/trusty/kibana/trunk

« back to all changes in this revision

Viewing changes to dashboards/beats/dashboards/search/Docker-cpu-metrics.json

  • Committer: Matthew Bruzek
  • Date: 2016-07-07 19:57:19 UTC
  • mfrom: (23.1.2 kibana)
  • Revision ID: matthew.bruzek@canonical.com-20160707195719-0x50ku16yl79uwvv
[lazypower] Sync of DockerBeat dashboard assets

- Adds DockerBeat Dashboard (unlinked in nav widget)
- Adds DockerBeat Visualizations (memory, network, cpu status)
- Adds Index for DockerBeat

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
  "title": "Docker cpu metrics",
 
3
  "hits": 0,
 
4
  "description": "",
 
5
  "sort": [
 
6
    "@timestamp",
 
7
    "desc"
 
8
  ],
 
9
  "columns": [
 
10
    "beat.name",
 
11
    "containerName",
 
12
    "cpu.totalUsage",
 
13
    "cpu.usageInKernelmode",
 
14
    "cpu.usageInUsermode",
 
15
    "cpu.percpuUsage.cpu0",
 
16
    "cpu.percpuUsage.cpu1",
 
17
    "cpu.percpuUsage.cpu2",
 
18
    "cpu.percpuUsage.cpu3"
 
19
  ],
 
20
  "version": 1,
 
21
  "kibanaSavedObjectMeta": {
 
22
    "searchSourceJSON": "{\n  \"index\": \"dockerbeat-*\",\n  \"highlight\": {\n    \"pre_tags\": [\n      \"@kibana-highlighted-field@\"\n    ],\n    \"post_tags\": [\n      \"@/kibana-highlighted-field@\"\n    ],\n    \"fields\": {\n      \"*\": {}\n    },\n    \"fragment_size\": 2147483647\n  },\n  \"filter\": [],\n  \"query\": {\n    \"query_string\": {\n      \"query\": \"type: cpu\",\n      \"analyze_wildcard\": true\n    }\n  }\n}"
 
23
  }
 
24
}
 
 
b'\\ No newline at end of file'