Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions filter/record_transformer.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@ Finally, this configuration embeds the value of the second part of the tag in th

So, if an event with the tag `web.auth` and record `{"user_id":1, "status":"ok"}` comes in, it transforms it into `{"user_id":1, "status":"ok", "service_name":"auth"}`.

## Plugin Helpers

* [`record_accessor`](../plugin-helper-overview/api-plugin-helper-record_accessor.md)

## Parameters

See [Common Parameters](../configuration/plugin-common-parameters.md).
Expand Down
4 changes: 4 additions & 0 deletions formatter/csv.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The `csv` formatter plugin outputs an event as CSV.
"value1"[delimiter]"value2"[delimiter]"value3"[newline]
```

## Plugin Helpers

* [`record_accessor`](../plugin-helper-overview/api-plugin-helper-record_accessor.md)

## Parameters

* [Common Parameters](../configuration/plugin-common-parameters.md)
Expand Down
6 changes: 6 additions & 0 deletions input/monitor_agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ $ curl http://host:24220/api/plugins

Refer to the [Configuration File](../configuration/config-file.md) article for the basic structure and syntax of the configuration file.

## Plugin Helpers

* [`timer`](../plugin-helper-overview/api-plugin-helper-timer.md)
* [`thread`](../plugin-helper-overview/api-plugin-helper-thread.md)
* [`http_server`](../plugin-helper-overview/api-plugin-helper-http_server.md)

## Parameters

See [Common Parameters](../configuration/plugin-common-parameters.md).
Expand Down
6 changes: 6 additions & 0 deletions input/unix.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,14 @@ It is included in Fluentd's core.

Refer to the [Configuration File](../configuration/config-file.md) article for the basic structure and syntax of the configuration file.

## Plugin Helpers

* [`event_loop`](../plugin-helper-overview/api-plugin-helper-event_loop.md)

## Parameters

See [Common Parameters](../configuration/plugin-common-parameters.md).

### `@type` \(required\)

The value must be `unix`.
Expand Down
6 changes: 6 additions & 0 deletions output/http.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,14 @@ Please see the [Configuration File](../configuration/config-file.md) article for

For `<buffer>`, refer to [Buffer Section Configuration](../configuration/buffer-section.md).

## Plugin Helpers

* [`formatter`](../plugin-helper-overview/api-plugin-helper-formatter.md)

## Parameters

[Common Parameters](../configuration/plugin-common-parameters.md)

### `@type`

The value must be `http`.
Expand Down
4 changes: 4 additions & 0 deletions service_discovery/file.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ Here is an example of target list file \(`/etc/fluentd/sd.yaml`\):
'name': server2
```

## Plugin Helpers

* [`event_loop`](../plugin-helper-overview/api-plugin-helper-event_loop.md)

## Parameters

### `@type`
Expand Down
4 changes: 4 additions & 0 deletions service_discovery/srv.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ Here is an example of `out_forward` updating the targets to get the SRV record f
</match>
```

## Plugin Helpers

* [`timer`](../plugin-helper-overview/api-plugin-helper-timer.md)

## Parameters

### `@type`
Expand Down