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

[publishers] Add support for default publishers per output #1207

Open
blakemotl opened this issue Mar 24, 2020 · 0 comments
Open

[publishers] Add support for default publishers per output #1207

blakemotl opened this issue Mar 24, 2020 · 0 comments
Labels
alert publishers Pertaining to publishers and the code for customizing the look & feel of outputs feature request
Milestone

Comments

@blakemotl
Copy link
Collaborator

Background

Currently if you want to leverage publishers for a rule, you have to configure them for every single rule that you want to use the publisher for. While using this feature I noticed that in most cases publishers are tightly coupled to a specific output. Additionally if you maintain a large list of rules, it is a lot of work to add a new publisher, since you have to manually apply it to every single rule that needs that publisher even if the output for it is already configured. Therefore I propose a feature to support a default publisher per output. If no publisher for that output is specified on a rule, it defaults to the preconfigured publisher if it exists.

Desired Change

Allow a default publisher to be specified per output in outputs.conf, and update the rules engine to apply this publisher when none is specified per output per rule.

@blakemotl blakemotl added feature request alert publishers Pertaining to publishers and the code for customizing the look & feel of outputs labels Mar 24, 2020
@blakemotl blakemotl modified the milestones: 3.1.0, 3.2.0 Mar 24, 2020
@ryandeivert ryandeivert modified the milestones: 3.2.0, 3.3.0 Apr 9, 2020
@ryandeivert ryandeivert modified the milestones: 3.3.0, 3.4.0 Aug 4, 2020
@ryandeivert ryandeivert modified the milestones: 3.4.0, 4.1.0 Aug 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
alert publishers Pertaining to publishers and the code for customizing the look & feel of outputs feature request
Projects
None yet
Development

No branches or pull requests

2 participants