Forum Discussion
MattH010101
Oct 31, 2024Copper Contributor
Help with LogAnalytics in Azure
I have a LogAnalytics Workspace and a workbook. I want to create custom tables. when I try to create a Custom DCR table on the 2nd screen it wants me to import a .json file. WTF? I have no .json file...
Clive_Watson
Nov 01, 2024Bronze Contributor
Hi, there is an example JSON file in the docs, its merely there to provide the required data Add or delete tables and columns in Azure Monitor Logs - Azure Monitor | Microsoft Learn
However you can use Poweshell to do this, see the same link
For Workbooks please see: Create or edit an Azure Workbook - Azure Monitor | Microsoft Learn A workbook will be used to visualize the data you have in the custom Tables you created above.