> 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/faq/siem/alarm/syslog-kiwi.md).

# Syslog設定でkiwiから受け取る

### 1. Kiwiダウンロード及びインストール <a href="#id-1" id="id-1"></a>

ダウンロードURL: <https://www.kiwisyslog.com/free-tools/kiwi-free-syslog-server>

<figure><img src="https://docs.plura.io/~gitbook/image?url=https%3A%2F%2Fqubitsec.github.io%2Fdocs%2Fimages%2FFaq%2Fkiwi%2F05.png&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=c30a7c80&#x26;sv=2" alt=""><figcaption></figcaption></figure>

### 2. Kiwi Syslog実行 <a href="#id-2" id="id-2"></a>

インストールしたKiwi Syslogを実行すると, 下のような画面が出ます。

<figure><img src="https://docs.plura.io/~gitbook/image?url=https%3A%2F%2Fqubitsec.github.io%2Fdocs%2Fimages%2FFaq%2Fkiwi%2F01.png&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=bec48fec&#x26;sv=2" alt=""><figcaption></figcaption></figure>

### 3. ショートカット実行 <a href="#id-3" id="id-3"></a>

プログラム上段”File” → “Setup”又は”Ctrl+P” ショートカットを実行します。

<figure><img src="https://docs.plura.io/~gitbook/image?url=https%3A%2F%2Fqubitsec.github.io%2Fdocs%2Fimages%2FFaq%2Fkiwi%2F02.png&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=a8c8c3a7&#x26;sv=2" alt=""><figcaption></figcaption></figure>

### 4. Source IP Address追加 <a href="#id-4" id="id-4"></a>

Inputsオプション → Source IP Addressを追加します。

<figure><img src="https://docs.plura.io/~gitbook/image?url=https%3A%2F%2Fqubitsec.github.io%2Fdocs%2Fimages%2FFaq%2Fkiwi%2F03.png&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=b9232d7e&#x26;sv=2" alt=""><figcaption></figcaption></figure>

### 5. 設定追加 <a href="#id-5" id="id-5"></a>

5-1. \[送信] PLURA設定

* PLURAページ左上の管理 > 連動メニューから下記のように設定出来ます。
* 受信先IPアドレスを入力

<br>

5-2. \[受信] Kiwi Syslog設定

* Kiwi Memu > File > Setup > Inputs > UDP > Data encoding : UTF-8 設定
* Kiwi Memu > File > Setup > Inputs > IP addressesメニューに下の送信先のIPアドレスを全てAdd
  * 211.43.190.184
  * 211.43.190.185
  * 211.43.190.186
  * 211.43.190.187
  * オンプレミス環境の場合、送信先のIPアドレスは上のIPアドレスと違います。


---

# 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.plura.io/ja/faq/siem/alarm/syslog-kiwi.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.
