Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Populated clones array is not optional #16

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
7 changes: 4 additions & 3 deletions docs/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ include::{include_path}/plugin_header.asciidoc[]
==== Description

The clone filter is for duplicating events.
A clone will be created for each type in the clone list.
A clone will be created for each type defined in the "clones" list.
The original event is left unchanged.
Created events are inserted into the pipeline
as normal events and will be processed by the remaining pipeline configuration
Expand All @@ -35,7 +35,7 @@ This plugin supports the following configuration options plus the <<plugins-{typ
[cols="<,<,<",options="header",]
|=======================================================================
|Setting |Input type|Required
| <<plugins-{type}s-{plugin}-clones>> |<<array,array>>|No
| <<plugins-{type}s-{plugin}-clones>> |<<array,array>>|Yes
|=======================================================================

Also see <<plugins-{type}s-{plugin}-common-options>> for a list of options supported by all
Expand All @@ -50,8 +50,9 @@ filter plugins.
* Default value is `[]`

A new clone will be created with the given type for each type in this list.
Note: an empty list will produce no output.



[id="plugins-{type}s-{plugin}-common-options"]
include::{include_path}/{type}.asciidoc[]
include::{include_path}/{type}.asciidoc[]