Skip to content

Commit

Permalink
unbelievable
Browse files Browse the repository at this point in the history
  • Loading branch information
ymao1 committed Feb 7, 2023
1 parent 085b7b8 commit bc75044
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion x-pack/plugins/apm/kibana.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
"apm"
],
"requiredBundles": [
"alerting",
"fleet",
"kibanaReact",
"kibanaUtils",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const technicalRuleFieldMap = {
[Fields.SPACE_IDS]: { type: 'keyword', array: true, required: true },
[Fields.ALERT_UUID]: { type: 'keyword', required: true },
[Fields.ALERT_INSTANCE_ID]: { type: 'keyword', required: true },
[Fields.ALERT_START]: { type: 'date' },
[Fields.ALERT_START]: { type: 'date', required: true },
[Fields.ALERT_TIME_RANGE]: {
required: false,
type: 'date_range',
Expand Down

0 comments on commit bc75044

Please sign in to comment.