[
https://issues.apache.org/jira/browse/METRON-424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Otto Fowler reassigned METRON-424:
----------------------------------
Assignee: Otto Fowler
> Stellar fieldValidation "IP" does not support list values
> ---------------------------------------------------------
>
> Key: METRON-424
> URL: https://issues.apache.org/jira/browse/METRON-424
> Project: Metron
> Issue Type: Bug
> Reporter: Neha Sinha
> Assignee: Otto Fowler
> Fix For: 0.2.2BETA
>
>
> Currently, stellar fieldValidation *IP* accepts only single string
> value.However we need the ability to specify a list of values,say, we want to
> validate ip_dst_addr to be of either IPV4 or IPV6 type. This feature needs to
> be incorporated.
> Desired Behaviour :- User should be able to configure ip validation as below
> :-
> GLOBAL Config: global
> {
> "es.clustername": "metron",
> "es.ip": "metron-test1-10.openstacklocal",
> "es.port": "9300",
> "es.date.format": "yyyy.MM.dd.HH",
> "fieldValidations" : [
> {
> "input" : [ "ip_dst_addr" ],
> "validation" : "IP",
> "config" : {
> "type" : ["IPV6","IPV4"]
> }
> }
> ]
> }
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)