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

Rename filters with processors #1944

Merged
merged 1 commit into from
Jul 1, 2016

Conversation

monicasarbu
Copy link
Contributor

@monicasarbu monicasarbu commented Jun 30, 2016

As we are planning to use filters not only to reduce the number of fields from the exported event, but also to enhance the event with external meta data, we decided to rename filters with processors.

NOTE: In Metricbeat you can also define filters per module and this part is not adjusted by this PR.

@monicasarbu monicasarbu force-pushed the rename_filters_with_processors branch from 021070a to e6ca419 Compare June 30, 2016 21:13
@tsg
Copy link
Contributor

tsg commented Jul 1, 2016

jenkins, retest it

Shipper publisher.ShipperConfig `config:",inline"`
Output map[string]*common.Config `config:"output"`
Logging logp.Logging `config:"logging"`
Processors processors.ProcessorPluginConfig `config:"processors"`
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's rename ProcessorPluginConfig to PluginConfig to reduce stuttering.

@urso
Copy link

urso commented Jul 1, 2016

LGTM

@monicasarbu monicasarbu force-pushed the rename_filters_with_processors branch from 441029e to a70f549 Compare July 1, 2016 11:12
@monicasarbu monicasarbu force-pushed the rename_filters_with_processors branch from a70f549 to 60ec3a6 Compare July 1, 2016 11:12
@tsg tsg merged commit 7a88510 into elastic:master Jul 1, 2016
@ruflin
Copy link
Contributor

ruflin commented Jul 4, 2016

Similar to metricbeat, I was planning to implement "filters / prospectors" on a prospector level to filter events early and simplify the configuration of different filters for each prospector.

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

Successfully merging this pull request may close these issues.

4 participants