How to send Application Insights logs to a custom table with Auxiliary pricing tier in Log Analytics
Hi,
In Azure Log Analytics Workspace there are three pricing tiers:
- Analytics
- Basic
- Auxiliary
In the Azure portal, it’s only possible to choose between Analytics and Basic. From what I’ve read, to use the Auxiliary pricing tier, I need to create a custom table manually. (http://learn.microsoft.com/en-us/azure/azure-monitor/logs/create-custom-table-auxiliary)
Right now, I’m using Application Insights to send logs to Azure. These logs end up in the built-in AppTraces table.
But now I want these logs to go to a custom table that uses the Auxiliary pricing tier, instead of AppTraces.
My questions:
- I’ve read the documentation on how to create a custom table with the Auxiliary pricing tier - but how do I send my Application Insights logs to this custom table instead of AppTraces?
- Is it possible to change the pricing tier of the AppTraces table to Auxiliary? Or do I need to create a new table with the same structure?
Any advice or documentation links would be appreciated!
Thanks in advance.