0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

LogAnalyticsのデータ削除

Last updated at Posted at 2022-02-21

LogAnalystics のデータを削除するには Azure の画面からはできません。
RESTで行えますが、以下のページから条件を指定しても削除できます。

「使ってみる」をクリックします。
image.png
削除するテーブルのリソースグループ名、ワークスペース名を入力します。
image.png
image.png
本文に削除条件をjsonで記述します。filter と table は空文字だとエラーになります。また、キーはダブルクォーテーションで囲ってください。
「実行>」をクリックします。
image.png
削除が成功すると202ステータスが返ってきます。削除されるには少し時間が掛かる場合があります。
image.png

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?