Forum Discussion
tianyuzhan
Microsoft
Mar 15, 2022Is it possible to forward the azure monitor logs data to Geneva or Kusto?
For now, our teams are highly using Geneva and kusto to store the logs. But we need to collect the logs from kubernetes pods so that we can know the status of the pods. azure monitor has these logs. But is there a way to forward the logs from azure monitor to Geneva or Kusto? So that we don't need to use two different logs platform.
- pazdedavSteel ContributorHi Tianyu, AzMon has a log export capability, where you could use Event Hubs and stream the logs to your 'target system'. More info here: https://docs.microsoft.com/en-us/azure/azure-monitor/logs/logs-data-export?tabs=portal
Since Geneva and Kusto are MSFT internal services, you could try to ask AzMon engineering internally. The docs also talk about a possibility to query data with Azure Data Explorer, which is essentially a productized version of Kusto. Worth checking as well.