Analysing EC Builds
I was looking for a way to analyse EC Builds in an easy way to identify where potential bottlenecks within the buildprocess could be. I have created a python script which exports EC build logs (can only export latest build logs) to JSON and converts these into CSVs which can be imported into an ElastiCube.
So I have created a simple dashboard and EC-model. Feel free to adjust to your own needs and perhaps share them so I can learn aswell 🙂 (Do not forget to change the folder in de CSV-connection to the folder where you saved your CSVs)
Download ECmodel + Dashboard: LINK
Download Python: LINK
Configure the settings.yml file with your admin credentials and sisense url. I am not a python-king so adjust freely if you see something thats worth improving.