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
2 changes: 1 addition & 1 deletion .gitbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ redirects:
v1.0/articles/in_exec: plugins/input/exec.md
v1.0/articles/in_syslog: plugins/input/syslog.md
v1.0/articles/in_unix: plugins/input/unix.md
v1.0/articles/in_dummy: plugins/input/dummy.md
v1.0/articles/in_dummy: input/dummy.md

# Plugin/Output
v1.0/articles/output-plugin-overview: plugins/output/README.md
Expand Down
1 change: 1 addition & 0 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
* [syslog](input/syslog.md)
* [exec](input/exec.md)
* [sample](input/sample.md)
* [dummy](input/dummy.md)
* [monitor\_agent](input/monitor_agent.md)
* [windows\_eventlog](input/windows_eventlog.md)
* [Output Plugins](output/README.md)
Expand Down
16 changes: 16 additions & 0 deletions input/dummy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# dummy

`in_dummy` has been renamed `in_sample` since Fluentd v1.11.12. See [`sample` input plugin](sample.md) article for more details.

You can keep using the following configuration in v1:

```text
<source>
@type dummy
dummy {"hello":"world"}
</source>
```

Fluentd v2 will remove this plugin name.

If this article is incorrect or outdated, or omits critical information, please [let us know](https://github.com/fluent/fluentd-docs-gitbook/issues?state=open). [Fluentd](http://www.fluentd.org/) is an open-source project under [Cloud Native Computing Foundation \(CNCF\)](https://cncf.io/). All components are available under the Apache 2 License.
24 changes: 0 additions & 24 deletions plugins/input/dummy.md

This file was deleted.