You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@metron.apache.org by cestella <gi...@git.apache.org> on 2016/09/28 01:38:08 UTC

[GitHub] incubator-metron pull request #281: METRON-456: Create stellar management fu...

GitHub user cestella opened a pull request:

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

    METRON-456: Create stellar management functions to test grok statements

    Create two stellar management functions:
    * GROK_APPLY - Test grok statements
    * GROK_PREDICT - Given a string, predict a grok statement that matches it.
    
    A section in the `metron-management` README.md has been added to show these functions' as well as the functions provided by #277 to debug and create grok statements.

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

    $ git pull https://github.com/cestella/incubator-metron METRON-456

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

    https://github.com/apache/incubator-metron/pull/281.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 #281
    
----
commit 27d7925b74f412e4b8d31a6bf177684d62c0630f
Author: cstella <ce...@gmail.com>
Date:   2016-09-27T22:50:58Z

    METRON-456: Create stellar management functions to test grok statements

commit 1d946b200a53bbdf2202da3a8ba38e653938711e
Author: cstella <ce...@gmail.com>
Date:   2016-09-28T01:34:02Z

    Updated docs

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-metron issue #281: METRON-456: Create stellar management functions...

Posted by justinleet <gi...@git.apache.org>.
Github user justinleet commented on the issue:

    https://github.com/apache/incubator-metron/pull/281
  
    +1.
    
    Ran up in quick dev and both functions look good.
    
    Two notes to anyone testing this:
    1. it's actually GROK_EVAL, not GROK_APPLY like in the PR description.
    2. The example depends on METRON-456, but the functions work independently of that being pulled in.  I just used a couple examples on the fly, and used the standard squid pattern + a couple entries from the log for GROK_EVAL.  GROK_PREDICT will take anything.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-metron pull request #281: METRON-456: Create stellar management fu...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---