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/28 00:45:20 UTC

[jira] [Commented] (METRON-397) Add a stellar function to interact with the HBase enrichment table

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

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

GitHub user cestella opened a pull request:

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

    METRON-397: Add a stellar function to interact with the HBase enrichment table

    We currently can only do simple HBase enrichment and threat intel via specialized adapters. With the advent of stellar and the incorporation as an Enrichment adapter, it would be nice to be able to :
    * Retrieve the map of values stored in HBase given an enrichment type and indicator
    * Determine existence of a given enrichment type and indicator
    
    To that end, two Stellar functions were added:
    * `ENRICHMENT_GET`
    * `ENRICHMENT_EXISTS`
    
    This PR relies upon METRON-396, so the PR commit will become much more readable after it is committed.

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

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

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

    https://github.com/apache/incubator-metron/pull/234.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 #234
    
----
commit 0c0aec60ba56be64ed882072b6986c39ae9cb497
Author: cstella <ce...@gmail.com>
Date:   2016-08-28T00:41:36Z

    METRON-397: Annotations based function resolver.

commit d77b048194b76809d43f5e985eda6d52347e835d
Author: cstella <ce...@gmail.com>
Date:   2016-08-28T00:27:49Z

    Updating integration tests and implementation.

commit a068e1e0b52fdd18f0fc386308b5adafacc098ae
Author: cstella <ce...@gmail.com>
Date:   2016-08-28T00:30:49Z

    Updating profiler.

----


> Add a stellar function to interact with the HBase enrichment table
> ------------------------------------------------------------------
>
>                 Key: METRON-397
>                 URL: https://issues.apache.org/jira/browse/METRON-397
>             Project: Metron
>          Issue Type: New Feature
>            Reporter: Casey Stella
>            Assignee: Casey Stella
>              Labels: stellar
>             Fix For: 0.2.2BETA
>
>
> We currently can only do simple HBase enrichment and threat intel via specialized adapters.  With the advent of stellar and the incorporation as an Enrichment adapter, it would be nice to be able to :
> * Retrieve the map of values stored in HBase given an enrichment type and indicator
> * Determine existence of a given enrichment type and indicator
> To that end, two Stellar functions were added:
> * ENRICHMENT_GET
> * ENRICHMENT_EXISTS



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