Forum Discussion
Mike Westaway
Jun 25, 2018Copper Contributor
Log Analytics Data Dictionary
Is there a way to list the tables eg (Alert, Event, Perf, ...) as you would with a relational database by querying a data dictionary?
Meir_Mendelovich
Microsoft
Jul 04, 2018Here is another method to see all data types and how many records in each:
search * | summarize count() by $table
search * | summarize count() by $table