简体   繁体   中英

Kusto database creation datetime

We need to cleanup Kusto databases in a cluster that we have created and are not getting used thus have 0 size . I'm planning to use powershell script for it and can perform it using combination of Get-AzKustoDatabase command and filtering out the databases with size 0 and using Remove-AzKustoDatabase command

However, I need to know if the database was not created recently (say 10 days back) before removing it. Is there any way we can identify kusto database creation date?

If the database was created during the last 365 days, you can find an entry for its creation on the Journal: https://learn.microsoft.com/en-us/azure/data-explorer/kusto/management/journal

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM