Questions about multiple-value sensitivityType

2016-01-15 Thread Daniel Zhou
Hi all, In Eagle UI for Sensitivity Browser, when I set multiple values in Sensitivity type, I put it in the format as "Type1|Type2|Type3" to represent 3 different types. But Eagle treats it as a single sensitive type name. So how to set a multiple value attribute for file sensitivity?

Re: Questions about multiple-value sensitivityType

2016-01-15 Thread Liangfei.Su
Daniel, I guess you want something like this from hdfsAuditLogEventStream[(sensitivityType == 'ads' or sensitivityType == 'sfs' or sensitivityType == 'sdfs')] select * insert into outputStream; Above pasted is what i get form the ui by add more value to sensitiveType field. The UI looks like

RE: Questions about multiple-value sensitivityType

2016-01-15 Thread Daniel Zhou
multiple-value sensitivityType Get it. List values in one field Current concatenation then use contains/regex to match seems to be good for the case. For CEP side, it would be quite powerful if siddhi support complex data types like what PostgresSQL does( http://www.postgresql.org/docs/8.4

Re: Questions about multiple-value sensitivityType

2016-01-15 Thread Zhang, Edward (GDI Hadoop)
pache.org<mailto:dev@eagle.incubator.apache.org>" <dev@eagle.incubator.apache.org<mailto:dev@eagle.incubator.apache.org>> Subject: Re: Questions about multiple-value sensitivityType Daniel, I guess you want something like this from hdfsAuditLogEventStream[(sensitivityTy

Re: Questions about multiple-value sensitivityType

2016-01-15 Thread Liangfei.Su
r.apache.org dev@eagle.incubator.apache.org>" <dev@eagle.incubator.apache.org dev@eagle.incubator.apache.org>> > Date: Friday, January 15, 2016 at 14:20 > To: "dev@eagle.incubator.apache.org<mailto:dev@eagle.incubator.apache.org>" > <dev@eagle.incubator.apache.org