Advertisement
Guest User

Untitled

a guest
Mar 3rd, 2015
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. {
  2. "type": "index",
  3. "spec": {
  4. "dataSchema": {
  5. "dataSource": "dev.supercell",
  6. "parser": {
  7. "parseSpec": {
  8. "format": "json",
  9. "dimensionsSpec": {"dimensionExclusions": []},
  10. "timestampSpec": {
  11. "column": "timestamp",
  12. "format": "iso"
  13. }
  14. }
  15. },
  16. "granularitySpec": {
  17. "segmentGranularity": "DAY",
  18. "queryGranularity": "minute",
  19. "intervals": ["2015-01-01T00:00:00.000Z/2015-01-02T00:00:00.000Z"]
  20. },
  21. "metricsSpec" : [{
  22. "type" : "count",
  23. "name" : "count"
  24. }]
  25. },
  26. "tuningConfig": {"type": "index"},
  27.  
  28. "ioConfig": {
  29. "type": "index",
  30. "firehose": {
  31. "type": "ingestSegment",
  32. "dataSource": "dev.supercell",
  33. "interval" : "2015-01-01/2015-01-02"
  34. }
  35. }
  36.  
  37. }}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement