fluentd-docs icon indicating copy to clipboard operation
fluentd-docs copied to clipboard

Break down the plugin development page

Open kiyoto opened this issue 11 years ago • 0 comments

Currently, docs.fluentd.org/v0.12/articles/plugin-development has too much content. It should be broken down to separate pages per plugin (output, input, filter, parser, formatter) with more detailed guidelines on each page.

In particular, each page should have the following:

  1. When should I develop my custom input/output/filter/parser/formatter plugin?
  2. Have you already looked at ?
  3. How to write a custom plugin.
  4. How to release a custom plugin.

Then, docs.fluentd.org/v0.12/articles/plugin-development should really become just an overview page with links to the individual pages.

kiyoto avatar Jan 16 '15 09:01 kiyoto