> 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 ログでは、最近の runbook 実行（ジョブ）とアーカイブ済みの runbook 実行（ジョブ）を確認できます。

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

### 種類とカテゴリ

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

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

種類とカテゴリの両方が、RealmJoin Portal で runbook がいつ／どこで提供されるかに影響し、Runbook ログにも反映されるため、それに応じた検索や並べ替えができます。参照 [命名規則](/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>

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

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

クリック **スケジュール済みジョブ** type/context に関係なく、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/torogu/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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
