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?
Billy York
Jul 06, 2018Iron Contributor
search * | distinct $table will return all the tables you have available.