Skip to content

Commit

Permalink
Address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
madirey committed Nov 23, 2020
1 parent 974a5a3 commit 23e4ec3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import signalsMapping from './signals_mapping.json';
import ecsMapping from './ecs_mapping.json';

export const SIGNALS_TEMPLATE_VERSION = 2;
export const SIGNALS_TEMPLATE_VERSION = 3;
export const MIN_EQL_RULE_INDEX_VERSION = 2;

export const getSignalsTemplate = (index: string) => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2580,6 +2580,9 @@
"status": {
"type": "keyword"
},
"threshold_count": {
"type": "float"
},
"threshold_result": {
"properties": {
"count": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5129,6 +5129,9 @@
"status": {
"type": "keyword"
},
"threshold_count": {
"type": "float"
},
"threshold_result": {
"properties": {
"count": {
Expand Down

0 comments on commit 23e4ec3

Please sign in to comment.