Visualise elastic search data via prefect workflow

Hello,

I have a use case, where in i need to connect to elastic search , fetch the data and visualize the same using prefect. It should be possible to compare the results over a period of time (historical data). Graphical view… The data will contain system metrics (e.g CPU utilization , some custom metrics…etc). Can this use case be achieved using prefect? Could you someone give some hints on how to achieve this?

1 Like

for sure! how would you build it in Python? you can write the entire logic in pure python and operationalize it with Prefect