Advertisement
Guest User

Untitled

a guest
May 17th, 2018
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.79 KB | None | 0 0
  1. {
  2. "aliasColors": {
  3. "outbound": "#1F78C1"
  4. },
  5. "bars": false,
  6. "dashLength": 10,
  7. "dashes": false,
  8. "datasource": "$Datasource",
  9. "fill": 3,
  10. "gridPos": {
  11. "h": 8,
  12. "w": 12,
  13. "x": 0,
  14. "y": 31
  15. },
  16. "id": 16,
  17. "interval": ">10s",
  18. "legend": {
  19. "alignAsTable": true,
  20. "avg": true,
  21. "current": true,
  22. "max": true,
  23. "min": true,
  24. "rightSide": true,
  25. "show": true,
  26. "total": false,
  27. "values": true
  28. },
  29. "lines": true,
  30. "linewidth": 2,
  31. "links": [],
  32. "nullPointMode": "connected",
  33. "percentage": false,
  34. "pointradius": 5,
  35. "points": false,
  36. "renderer": "flot",
  37. "seriesOverrides": [
  38. {
  39. "alias": "outbound",
  40. "yaxis": 1
  41. }
  42. ],
  43. "spaceLength": 10,
  44. "stack": false,
  45. "steppedLine": false,
  46. "targets": [
  47. {
  48. "alias": "outbound:{{term system.network.name}}",
  49. "bucketAggs": [
  50. {
  51. "fake": true,
  52. "field": "system.network.name",
  53. "id": "3",
  54. "settings": {
  55. "min_doc_count": 1,
  56. "order": "desc",
  57. "orderBy": "_term",
  58. "size": "0"
  59. },
  60. "type": "terms"
  61. },
  62. {
  63. "field": "@timestamp",
  64. "id": "2",
  65. "settings": {
  66. "interval": "auto",
  67. "min_doc_count": 0,
  68. "trimEdges": 0
  69. },
  70. "type": "date_histogram"
  71. }
  72. ],
  73. "dsType": "elasticsearch",
  74. "metrics": [
  75. {
  76. "field": "system.network.out.bytes",
  77. "id": "1",
  78. "inlineScript": null,
  79. "meta": {},
  80. "settings": {},
  81. "type": "avg",
  82. "pipelineAgg": "select metric",
  83. "hide": true
  84. },
  85. {
  86. "type": "derivative",
  87. "field": "1",
  88. "id": "4",
  89. "settings": {},
  90. "meta": {},
  91. "pipelineAgg": "1"
  92. }
  93. ],
  94. "query": "metricset.module:system AND metricset.name:network AND beat.hostname:$hostname",
  95. "refId": "B",
  96. "timeField": "@timestamp"
  97. }
  98. ],
  99. "thresholds": [],
  100. "timeFrom": null,
  101. "timeShift": null,
  102. "title": "Network Outbound Traffic",
  103. "tooltip": {
  104. "shared": true,
  105. "sort": 0,
  106. "value_type": "individual"
  107. },
  108. "type": "graph",
  109. "xaxis": {
  110. "buckets": null,
  111. "mode": "time",
  112. "name": null,
  113. "show": true,
  114. "values": []
  115. },
  116. "yaxes": [
  117. {
  118. "format": "Bps",
  119. "label": null,
  120. "logBase": 1,
  121. "max": null,
  122. "min": null,
  123. "show": true
  124. },
  125. {
  126. "format": "Bps",
  127. "label": null,
  128. "logBase": 1,
  129. "max": null,
  130. "min": null,
  131. "show": true
  132. }
  133. ],
  134. "yaxis": {
  135. "align": false,
  136. "alignLevel": null
  137. }
  138. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement