Advertisement
Guest User

Untitled

a guest
Aug 24th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. {
  2. "title": "the map of http request(pv of time)",
  3. "type": "line",
  4. "params": {
  5. "shareYAxis": true,
  6. "addTooltip": true,
  7. "addLegend": true,
  8. "showCircles": true,
  9. "smoothLines": true,
  10. "interpolate": "linear",
  11. "scale": "square root",
  12. "drawLinesBetweenPoints": true,
  13. "radiusRatio": 9,
  14. "times": [],
  15. "addTimeMarker": true,
  16. "defaultYExtents": false,
  17. "setYExtents": false,
  18. "yAxis": {}
  19. },
  20. "aggs": [
  21. {
  22. "id": "1",
  23. "type": "cardinality",
  24. "schema": "metric",
  25. "params": {
  26. "field": "pv_cnt.raw",
  27. "customLabel": "pv"
  28. }
  29. },
  30. {
  31. "id": "2",
  32. "type": "date_histogram",
  33. "schema": "segment",
  34. "params": {
  35. "field": "logtime",
  36. "interval": "auto",
  37. "customInterval": "2h",
  38. "min_doc_count": 1,
  39. "extended_bounds": {},
  40. "customLabel": "time"
  41. }
  42. }
  43. ],
  44. "listeners": {}
  45. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement