> For the complete documentation index, see [llms.txt](https://docs.realmjoin.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.realmjoin.com/ja/zi-dong-hua/runbooks/runbook-logs.md).

# Runbook ログ

## 概要

Runbook logs では、最近の runbook 実行とアーカイブ済み runbook 実行（ジョブ）を確認できます。

<figure><img src="/files/ef7edf09b0b8f8c0dc8ffdb4ff81108c4334392f" alt=""><figcaption><p>Runbook ジョブ一覧</p></figcaption></figure>

### 種類とカテゴリ

RealmJoin Portal の Runbook は、組織（テナント）、デバイス、ユーザー、またはグループのいずれかに合わせてスコープ設定され、 [ユーザー、グループ、デバイスの管理](/ja/ugd-management/user-group-device-management.md).

また、カテゴリを使用して runbook を特定のトピックごとに整理できます。既定のカテゴリは「general」「mail」「security」です。

種類とカテゴリはどちらも、RealmJoin Portal で runbook がいつ／どこで提供されるかに影響し、Runbook logs にも反映されるため、それに応じた検索や並べ替えが可能になります。参照： [命名規則](/ja/zi-dong-hua/runbooks/naming-conventions.md) 種類とカテゴリが runbook にどのように割り当てられるかを理解するには

### 検索と並べ替え

ジョブ ID、名前、種類、またはカテゴリでジョブを検索できます。入力に応じて検索結果が更新されます。

ほとんどの項目は、項目のヘッダー（名前）をクリックして並べ替えできます。

### ジョブの詳細

ジョブの ID をクリックすると、ジョブの詳細ページが開き、さらに多くのメタデータ、runbook の出力、パラメーターが表示されます。参照： [Runbook ジョブの詳細](/ja/zi-dong-hua/runbooks/runbook-logs/runbook-job-details.md) 詳細については。

<figure><img src="/files/48889120fd0ab33ec13fc62a85d375de6f5971c0" alt=""><figcaption><p>Runbook ジョブの詳細</p></figcaption></figure>

## スケジュール済みジョブとスケジュール

#### スケジュール済みジョブ

クリック **スケジュール済みジョブ** 種類／コンテキストに関係なく、Azure Automation アカウント内のすべてのスケジュール済みジョブを表示するには。

<figure><img src="/files/e26c45ab49fb7609c4cef58686afaac3a80214fa" alt=""><figcaption><p>スケジュール済みジョブ</p></figcaption></figure>

次のことができます **削除** ジョブの右側にあるボタンを使用して、スケジュール済みジョブを削除します。これにより削除されるのはスケジュール済みジョブのみで、runbook は削除されません。

参照 [スケジューリング](/ja/zi-dong-hua/runbooks/scheduling.md#assigning-schedules) 新しいスケジュール済みジョブを作成する場合。

#### スケジュール

クリック **スケジュール** runbook で利用可能なスケジュールを表示および管理するには。

参照 [スケジューリング ](/ja/zi-dong-hua/runbooks/scheduling.md#managing-schedules)詳細については。

## アーカイブ済みログ

Azure Automation では runbook のジョブログを保存できる期間は限られています。RealmJoin では、runbook ログを Log Analytics Workspace にコピー／アーカイブして、より長期間保持できるようにします。これは、正しく構成／オンボードした後にのみ利用可能になります [Log Analytics](/ja/rogu/log-analytics.md).

必要に応じて保持期間を調整するには、Workspace の保持期間を変更する必要があることにご注意ください。これは、アーカイブ済みログを保存できる期間に制限があるためです。

クリック **アーカイブ済み** Azure Automation の最新ログから、Log Analytics に保存されているログに切り替えるには。

<figure><img src="/files/43a3cf7769887f02163134babc892b2993547619" alt=""><figcaption><p>アーカイブ済み Runbook ジョブログ一覧</p></figcaption></figure>

これらは、通常のログと同様に検索および確認できます。場所は **最新**.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.realmjoin.com/ja/zi-dong-hua/runbooks/runbook-logs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
