diff options
author | 2017-09-26 14:35:17 -0400 | |
---|---|---|
committer | 2017-09-26 14:35:24 -0400 | |
commit | 06044df56fb07f4b368888581752855595e7b147 (patch) | |
tree | 6400a3a6ede762887861a621b7fdbfadd25190d5 /dcae-analytics-cdap-plugins/widgets/SimpleTCAPlugin-sparkcompute.json | |
parent | 475cb8c867038acd73ff540173d54bac3947c610 (diff) |
TCA: Support for VES/A&AI enrichment
Change-Id: I75e0f8e034b9334e918304739e4d73dd12c1ff62
Signed-off-by: an4828 <nekrassov@att.com>
Issue-ID: DCAEGEN2-116
Diffstat (limited to 'dcae-analytics-cdap-plugins/widgets/SimpleTCAPlugin-sparkcompute.json')
-rw-r--r-- | dcae-analytics-cdap-plugins/widgets/SimpleTCAPlugin-sparkcompute.json | 108 |
1 files changed, 54 insertions, 54 deletions
diff --git a/dcae-analytics-cdap-plugins/widgets/SimpleTCAPlugin-sparkcompute.json b/dcae-analytics-cdap-plugins/widgets/SimpleTCAPlugin-sparkcompute.json index ea42d94..0ab5cf7 100644 --- a/dcae-analytics-cdap-plugins/widgets/SimpleTCAPlugin-sparkcompute.json +++ b/dcae-analytics-cdap-plugins/widgets/SimpleTCAPlugin-sparkcompute.json @@ -1,54 +1,54 @@ -{ - "metadata": { - "spec-version": "1.0" - }, - "configuration-groups": [ - { - "label": "Simple TCA Transform Properties", - "properties": [ - { - "widget-type": "textbox", - "label": "InputSchema field name that contains CEF Message", - "name": "vesMessageFieldName" - }, - { - "widget-type": "textbox", - "label": "TCA Policy JSON string", - "name": "policyJson" - }, - { - "widget-type": "textbox", - "label": "OutputSchema field name that will contain alert message", - "name": "alertFieldName" - }, - { - "widget-type": "textbox", - "label": "OutputSchema field name that will contain the TCA message type", - "name": "messageTypeFieldName" - }, - { - "widget-type": "textbox", - "label": "Enable Alert Output Format in CEF format", - "name": "enableAlertCEFFormat", - "widget-attributes": { - "default": "false" - } - } - ] - } - ], - "outputs": [ - { - "name": "schema", - "label": "schema", - "widget-type": "schema", - "widget-attributes": { - "schema-types": [ - "string" - ], - "schema-default-type": "string", - "property-watch": "format" - } - } - ] -} +{
+ "metadata": {
+ "spec-version": "1.0"
+ },
+ "configuration-groups": [
+ {
+ "label": "Simple TCA Transform Properties",
+ "properties": [
+ {
+ "widget-type": "textbox",
+ "label": "InputSchema field name that contains CEF Message",
+ "name": "vesMessageFieldName"
+ },
+ {
+ "widget-type": "textbox",
+ "label": "TCA Policy JSON string",
+ "name": "policyJson"
+ },
+ {
+ "widget-type": "textbox",
+ "label": "OutputSchema field name that will contain alert message",
+ "name": "alertFieldName"
+ },
+ {
+ "widget-type": "textbox",
+ "label": "OutputSchema field name that will contain the TCA message type",
+ "name": "messageTypeFieldName"
+ },
+ {
+ "widget-type": "textbox",
+ "label": "Enable Alert Output Format in CEF format",
+ "name": "enableAlertCEFFormat",
+ "widget-attributes": {
+ "default": "false"
+ }
+ }
+ ]
+ }
+ ],
+ "outputs": [
+ {
+ "name": "schema",
+ "label": "schema",
+ "widget-type": "schema",
+ "widget-attributes": {
+ "schema-types": [
+ "string"
+ ],
+ "schema-default-type": "string",
+ "property-watch": "format"
+ }
+ }
+ ]
+}
|