You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@metron.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/08/15 20:37:20 UTC

[jira] [Commented] (METRON-368) Simplify Profile Configuration with Sensible Defaults

    [ https://issues.apache.org/jira/browse/METRON-368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15421630#comment-15421630 ] 

ASF GitHub Bot commented on METRON-368:
---------------------------------------

GitHub user nickwallen opened a pull request:

    https://github.com/apache/incubator-metron/pull/213

    METRON-368 Simplify Profile Configuration with Sensible Defaults

    ### Changes
    The user should not need to define every configuration field.  This will help simplify the configuration for many types of profiles.
    
    * If the user does not define 'onlyif', then all messages should be included in a profile.  
    * If the user does not define 'init' then no vars should be initialized.
    * If the user does not define 'update' then no vars should be updated.
    
    ### Testing
    * Create a profile with no 'onlyif' field.  All messages should be applied to the profile.  
    * Create a profile with no 'init' field. The profiler should not error.
    * Create a profile with no 'update' field.  The profiler should not error

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/nickwallen/incubator-metron METRON-368

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-metron/pull/213.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #213
    
----
commit 11ef29bb73c8363b1c905f597be496929b77888f
Author: Nick Allen <ni...@nickallen.org>
Date:   2016-07-29T20:53:49Z

    METRON-309 Create a normalcy profiler

commit 28560b36273271c438c3309df610a4c4306ffdde
Author: Nick Allen <ni...@nickallen.org>
Date:   2016-08-11T20:46:00Z

    METRON-309 Corrected a typo in the 'Getting Started' instructions

commit d55d32efeea38f52bd9d1095aa6f8817bc15f0a5
Author: Nick Allen <ni...@nickallen.org>
Date:   2016-08-12T13:16:19Z

    METRON-309 Altered based on Stellar Unification changes

commit ca81339e0f326dc04110eafd74fd0879dfe1a029
Author: Nick Allen <ni...@nickallen.org>
Date:   2016-08-12T13:23:06Z

    METRON-309 Need to set the kafka broker in the Profiler topology properties

commit 712a1083c21eb8f7c0d81511d432c054792ebe9b
Author: Nick Allen <ni...@nickallen.org>
Date:   2016-08-12T15:17:47Z

    METRON-309 Updated examples to use latest Stellar binary functions

commit 01aa1f972324f97b231b7d9a26f122891a1b6d50
Author: Nick Allen <ni...@nickallen.org>
Date:   2016-08-15T18:03:49Z

    METRON-309 Fixed the README examples and added each as an integration test.

commit d9e2c5e568292c4a08c6c6c314d3c2e8a9ea38be
Author: Nick Allen <ni...@nickallen.org>
Date:   2016-08-15T20:08:26Z

    METRON-367 Enhance Profiler to Support Multiple Numeric Types

commit b9366ff97dbc8968ac44a2ba8dfe7bca43e7adc6
Author: Nick Allen <ni...@nickallen.org>
Date:   2016-08-15T20:32:51Z

    METRON-368 Simplify Profile Configuration with Sensible Defaults

----


> Simplify Profile Configuration with Sensible Defaults
> -----------------------------------------------------
>
>                 Key: METRON-368
>                 URL: https://issues.apache.org/jira/browse/METRON-368
>             Project: Metron
>          Issue Type: Improvement
>            Reporter: Nick Allen
>            Assignee: Nick Allen
>
> The user should not need to define every configuration field.  This will help simplify the configuration for many types of profiles.
> * If the user does not define 'onlyif', then all messages should be included in a profile.  
> * If the user does not define 'init' then no vars should be initialized.
> * If the user does not define 'update' then no vars should be updated.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)