Advertisement
Guest User

Untitled

a guest
Apr 26th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. {
  2. "from": 0,
  3. "size": 0,
  4. "aggregations": {
  5. "deviceFilter": {
  6. "filter": {
  7. "or": {
  8. "filters": [
  9. {
  10. "and": {
  11. "filters": [
  12. {
  13. "or": {
  14. "filters": [
  15. {
  16. "range": {
  17. "startTimestamp": {
  18. "from": "2017-03-01T00:00:00.000+00:00",
  19. "to": "2017-04-30T23:59:59.999+00:00",
  20. "include_lower": true,
  21. "include_upper": false
  22. }
  23. }
  24. }
  25. ]
  26. }
  27. },
  28. {
  29. "term": {
  30. "mmId": "0001"
  31. }
  32. }
  33. ]
  34. }
  35. }
  36. ]
  37. }
  38. },
  39. "aggregations": {
  40. "perInterval": {
  41. "date_histogram": {
  42. "field": "startTimestamp",
  43. "interval": "1d",
  44. "pre_zone": "Europe/Berlin"
  45. },
  46. "aggregations": {
  47. "consumption": {
  48. "sum": {
  49. "field": "consumption"
  50. }
  51. },
  52. "chargingEvents": {
  53. "cardinality": {
  54. "field": "chargingProcessNumber"
  55. }
  56. }
  57. }
  58. }
  59. }
  60. }
  61. }
  62. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement