Guest User

Untitled

a guest
Oct 18th, 2017
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. //Script GUID:58510d92-ebdf-40e0-a6bf-edf02736c276
  2. //Used for tracking history
  3.  
  4. MODULE @"/shares/AzureAnalytics.Prod/Sdk/AzureAnalytics1.3.module" AS AzureAnalytics;
  5.  
  6. AzureAnalytics.Initialize
  7. (
  8. entity = "Microsoft.Cloud.ailxbeft"
  9. );
  10.  
  11. rs =
  12. AzureAnalytics.LoadStream
  13. (
  14. entity = "Microsoft.Cloud.ailxbeft",
  15. startDateTime = "2017-10-15 00:00",
  16. endDateTime = "2017-10-18 00:00"
  17. );
  18.  
  19. aggregatedData =
  20. SELECT *
  21. FROM rs;
  22.  
  23. processedData =
  24. PROCESS aggregatedData
  25. USING IngestionLatencyDataProcessor;
  26.  
  27. OUTPUT processedData
  28. TO "/my/test2.txt";
Add Comment
Please, Sign In to add comment