File tree Expand file tree Collapse file tree 4 files changed +18
-2
lines changed
elasticsearch/ingest_pipeline Expand file tree Collapse file tree 4 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 1+ # newer versions go on top
2+ - version : " 1.1.0"
3+ changes :
4+ - description : Ensure event.kind is correctly set for pipeline errors.
5+ type : enhancement
6+ link : https://github.com/elastic/integrations/pull/7053
17- version : " 1.0.1"
28 changes :
39 - description : Add the Advanced Analytics (UEBA) subcategory
Original file line number Diff line number Diff line change @@ -99,3 +99,10 @@ processors:
9999 ctx['ml_is_dga'] = new HashMap();
100100 ctx['ml_is_dga']['malicious_prediction'] = malicious_prediction;
101101 ctx['ml_is_dga']['malicious_probability'] = malicious_probability;
102+ on_failure :
103+ - set :
104+ field : event.kind
105+ value : pipeline_error
106+ - append :
107+ field : error.message
108+ value : ' {{{ _ingest.on_failure_message }}}'
Original file line number Diff line number Diff line change @@ -7,5 +7,8 @@ processors:
77version : 1
88on_failure :
99 - set :
10+ field : event.kind
11+ value : pipeline_error
12+ - append :
1013 field : error.message
11- value : ' {{ _ingest.on_failure_message }}'
14+ value : ' {{{ _ingest.on_failure_message } }}'
Original file line number Diff line number Diff line change 11format_version : 1.0.0
22name : dga
33title : " Domain Generation Algorithm Detection"
4- version : 1.0.1
4+ version : 1.1.0
55license : basic
66description : " ML solution package to detect domain generation algorithm (DGA) activity in your network data. Requires a Platinum subscription."
77type : integration
You can’t perform that action at this time.
0 commit comments