mirror of https://github.com/istio/istio.io.git
46 lines
1.3 KiB
HTML
46 lines
1.3 KiB
HTML
---
|
|
title: Fluentd
|
|
description: Adapter that delivers logs to a fluentd daemon.
|
|
location: https://istio.io/docs/reference/config/policy-and-telemetry/adapters/fluentd.html
|
|
layout: protoc-gen-docs
|
|
generator: protoc-gen-docs
|
|
redirect_from: /docs/reference/config/adapters/fluentd.html
|
|
number_of_entries: 1
|
|
---
|
|
<p>The <code>fluentd</code> adapter is designed to deliver Istio log entries to a
|
|
listening <a href="https://www.fluentd.org">fluentd</a> daemon.</p>
|
|
|
|
<p>This adapter supports the <a href="/docs/reference/config/policy-and-telemetry/templates/logentry/">logentry template</a>.</p>
|
|
|
|
<h2 id="Params">Params</h2>
|
|
<section>
|
|
<p>Configuration parameters for the fluentd adapter.</p>
|
|
|
|
<p>This adapter accepts instances of kind: logentry. It then routes
|
|
those logentries to a listening fluentd daemon with minimal
|
|
transformation. Fluentd uses a “tag” for all logs. The “Name” of
|
|
the logentry is used as the “tag”, unless the logentry already has
|
|
a variable “tag”.</p>
|
|
|
|
<table class="message-fields">
|
|
<thead>
|
|
<tr>
|
|
<th>Field</th>
|
|
<th>Type</th>
|
|
<th>Description</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr id="Params.address">
|
|
<td><code>address</code></td>
|
|
<td><code>string</code></td>
|
|
<td>
|
|
<p>Address of listening fluentd daemon. Example: fluentd-server:24224
|
|
Default value is localhost:24224</p>
|
|
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</section>
|