> For the complete documentation index, see [llms.txt](https://docs.plura.io/ja/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.plura.io/ja/fn/waf/flog.md).

# 全体ログ

{% hint style="info" %}
ウェブ接続全体のロギングを提供します。

* ウェブ探知ログ分析時、要請及び応答本文情報が含まれます(世界特許技術)。
* OWASP TOP 10及びユーザー定義フィルター方式をサポートします。
* 主要なログ情報を視覚化して提供します。
* 知られていない（Unknown）攻撃にも対応できます。
  {% endhint %}

### 1. 整列 <a href="#id-1" id="id-1"></a>

* 整列基準:生成日基準の最新順、過去順、要請サイズ、同一ログなど様々な基準で整列できます。
* デフォルト設定は最新の順で、最も最近作成されたログが最初に表示されます。

<figure><img src="/files/Crdh1YVZHLnAlTyPBf8G" alt=""><figcaption></figcaption></figure>

### 2. ページごとのログライン数の設定 <a href="#id-2" id="id-2"></a>

* 1ページあたりの見えるログの数を設定でき、基本20で100ラインまで選択できます。

<figure><img src="/files/fIzK5qZc5QggSxdU8Dfn" alt=""><figcaption></figcaption></figure>

### 3. 日付/時間選択 <a href="#id-3" id="id-3"></a>

* デフォルトは今日の発生ログで、時間設定で特定のログを検索できます。
* 期間を拡大して、過去 1 週間または 1 か月を選択できます。

<figure><img src="/files/ZOfCSrWOyF7BFrwiwZkN" alt=""><figcaption></figcaption></figure>

### 4. グループ選択 <a href="#id-4" id="id-4"></a>

* グループごとのログソートが可能です。

<figure><img src="/files/ummqQ9DcERZkcSUxrsM0" alt=""><figcaption></figcaption></figure>

### 5. オペレーティングシステムの選択 <a href="#id-5" id="id-5"></a>

* オペレーティング システムごとにログを並べ替えることができます。

<figure><img src="/files/2YNqv02gaCavsnzyCuSJ" alt=""><figcaption></figcaption></figure>

### 6. ホスト選択 <a href="#id-6" id="id-6"></a>

* 特定のホストを選択して、そのホストのログを並べ替えることができます。

<figure><img src="/files/RI4omoOUYhfAaEHdQmNQ" alt=""><figcaption></figcaption></figure>

### 7. ホスト(ドメイン)選択 <a href="#id-7" id="id-7"></a>

* 特定のホスト（ドメイン）を選択して、そのログを並べ替えることができます。

<figure><img src="/files/xTF05psXusQAIidiymXQ" alt=""><figcaption></figcaption></figure>

### 8. Status選択 <a href="#id-8" id="id-8"></a>

* ウェブ サーバーの応答コードに従ってログを並べ替えることができます。
* 例:正常応答(200)、ページなし(404)、サーバーエラー(500)

<figure><img src="/files/tyVT8Qq1N6629nFMzuzq" alt=""><figcaption></figcaption></figure>

### 9. メソッド選択 <a href="#id-9" id="id-9"></a>

* リクエストヘッダ 情報による整列(GET、POSTなど)
  * RFC 定義: GET、POST、CONNECT、DELETE、HEAD、OPTIONS、PATCH、PUT、TRACE
  * RFC定義されていない値がある場合:noneRFCで表示

<figure><img src="/files/dcFRnxqn5KizvrwFdd5b" alt=""><figcaption></figcaption></figure>

### 10. タイプ選択 <a href="#id-10" id="id-10"></a>

* 検出発生時の基準値に応じてログを並べ替えることができます。
* OWASP TOP 10及びユーザー定義フィルターがサポートされます。

<figure><img src="/files/zHCsiAZDiM4Vri62aTUw" alt=""><figcaption></figcaption></figure>

### 11.  対数分析情報 <a href="#id-11" id="id-11"></a>

* ログ リストをクリックすると、それぞれのログに含まれている詳細を確認できます。

<figure><img src="/files/mOpSs9xExJiOTbMJhEHg" alt=""><figcaption></figcaption></figure>

### 12. 対数原本の内容 <a href="#id-12" id="id-12"></a>

* \[ログの詳細] ボタンをクリックすると、発生した元の内容を確認できます。

<figure><img src="/files/4tv0choRBFEUxQ5sOymC" alt=""><figcaption></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.plura.io/ja/fn/waf/flog.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.
