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 policy for string leftover placeholder #84

Open
3Hren opened this issue Jan 25, 2016 · 0 comments
Open

Filter policy for string leftover placeholder #84

3Hren opened this issue Jan 25, 2016 · 0 comments

Comments

@3Hren
Copy link
Owner

3Hren commented Jan 25, 2016

Given:

  • An attributes set:
{
    "severity": 0,
    "message": "blah", 
    "scope": 1, 
    "scope": 2, 
    "z": 0
}
  • Pattern [{scope}] {message}: [{...}] [{...1}].

Need to develop a filtering scheme where the following variants can be configured:

Type Result
None [2] blah: ["scope": 1, "scope": 2, "z": 0] ["scope": 1, "scope": 2, "z": 0]
Local [2] blah: ["scope": 2, "z": 0] ["scope": 2, "z": 0]
Global [2] blah: ["z": 0] ["z": 0]
Everything [2] blah: ["z": 0] []
@3Hren 3Hren self-assigned this Jan 25, 2016
@3Hren 3Hren modified the milestones: v1.0 Alpha 2 , v1.0 Beta Jan 25, 2016
@3Hren 3Hren modified the milestones: v1.1, v1.0beta1 May 10, 2016
@3Hren 3Hren modified the milestones: v1.3, v1.1 Aug 22, 2016
@3Hren 3Hren removed this from the v1.3 milestone Feb 7, 2017
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

1 participant