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

filter/clone/documentation optional option "clones" seems not to be optional #2141

Closed
widhalmt opened this issue Nov 27, 2014 · 1 comment
Closed

Comments

@widhalmt
Copy link

I treid the clone filter without giving the clones option and was hoping that it would create clones with the same type as the original event. But no clones were created.

clone {
  add_tag => [ "cloned", "icinga_alert" ]
}

Using the following clones are created.

clone {
  add_tag => [ "cloned", "icinga_alert" ]
  clones => [ "clone" ]
}

Maybe I misread the documentation because both configurations get through the configtestof logstash but since the first example doesn't do anything I would have liked at least a hint that it won't do anything.

@jordansissel
Copy link
Contributor

For Logstash 1.5.0, we've moved all plugins to individual repositories, so I have moved this issue to logstash-plugins/logstash-filter-clone#1. Let's continue the discussion there! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants