Skip to content

Commit 23e4ec3

Browse files
committed
Address comments
1 parent 974a5a3 commit 23e4ec3

3 files changed

Lines changed: 7 additions & 1 deletion

File tree

x-pack/plugins/security_solution/server/lib/detection_engine/routes/index/get_signals_template.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import signalsMapping from './signals_mapping.json';
88
import ecsMapping from './ecs_mapping.json';
99

10-
export const SIGNALS_TEMPLATE_VERSION = 2;
10+
export const SIGNALS_TEMPLATE_VERSION = 3;
1111
export const MIN_EQL_RULE_INDEX_VERSION = 2;
1212

1313
export const getSignalsTemplate = (index: string) => {

x-pack/test/functional/es_archives/endpoint/resolver/signals/mappings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2580,6 +2580,9 @@
25802580
"status": {
25812581
"type": "keyword"
25822582
},
2583+
"threshold_count": {
2584+
"type": "float"
2585+
},
25832586
"threshold_result": {
25842587
"properties": {
25852588
"count": {

x-pack/test/security_solution_cypress/es_archives/export_rule/mappings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5129,6 +5129,9 @@
51295129
"status": {
51305130
"type": "keyword"
51315131
},
5132+
"threshold_count": {
5133+
"type": "float"
5134+
},
51325135
"threshold_result": {
51335136
"properties": {
51345137
"count": {

0 commit comments

Comments
 (0)