[
https://issues.apache.org/jira/browse/METRON-290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Casey Stella updated METRON-290:
--------------------------------
Fix Version/s: (was: 0.2.1BETA)
> Add ontologies to Stellar for building knowledge graphs
> -------------------------------------------------------
>
> Key: METRON-290
> URL: https://issues.apache.org/jira/browse/METRON-290
> Project: Metron
> Issue Type: New Feature
> Affects Versions: 0.2.1BETA
> Reporter: James Sirota
> Assignee: Casey Stella
> Labels: METRON_ML
>
> I want to be able to define, extract, and build ontologies/relations from
> Metron telemetry. Here is an example. If my message is as follows:
> {ip1:someIP1, ip2:someIp2, protocol:TCP,userAgent:A1}
> I want the following config defined:
> ontology1: ip1 connectsTo ip2
> ontology2: ip1 hasProtocol protocol
> ontology3: ip1 hasUserAgent userAgent
> ...
> ontology n
> And from that config I want the following be created with Stellar:
> someIP1 : connectsTo : someIP2
> someIP1 : hasProtocol : TCP
> someIP1: hasUserAgent: A1
> And then be pushed to a graph database with a TTL value. By applying these
> to multiple telemetries we create a knowledge graph. This is one of the
> fundamental capabilities that Metron needs for doing advanced analytics
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)