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 <[email protected]>
Date: 2016-08-28T00:41:36Z
METRON-397: Annotations based function resolver.
commit d77b048194b76809d43f5e985eda6d52347e835d
Author: cstella <[email protected]>
Date: 2016-08-28T00:27:49Z
Updating integration tests and implementation.
commit a068e1e0b52fdd18f0fc386308b5adafacc098ae
Author: cstella <[email protected]>
Date: 2016-08-28T00:30:49Z
Updating profiler.
----
---
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 [email protected] or file a JIRA ticket
with INFRA.
---