@Uday Kiran Reddy (ureddy) - Thanks for reaching out.
You can export logs via Export button in Logs Blade and then consume it from Grafana dashboard by REST API:
see this for reference: Import a dashboard file via API
You'll need to manipulate the exported excel to .json so it'll suit the REST POST request.
And for monitoring AKS Clusters, please go through the below docs :
UPDATE for the below comment :
After replicating the issue, there is a Grafana INI config file change that is required.
See the below docs:
Hope this helps.
------------------------------------------------------------------
If the above response was helpful, please feel free to "Accept as Answer" and "Upvote" the same so it can be beneficial to the community.