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 2ca888c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions packages/kbn-rule-data-utils/src/technical_field_names.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ export {
ALERT_THREAT_TECHNIQUE_SUBTECHNIQUE_ID,
ALERT_THREAT_TECHNIQUE_SUBTECHNIQUE_NAME,
ALERT_THREAT_TECHNIQUE_SUBTECHNIQUE_REFERENCE,
EVENT_MODULE,
};

export type TechnicalRuleDataFieldName = ValuesType<typeof fields & typeof namespaces>;
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: false },
[Fields.ALERT_TIME_RANGE]: {
required: false,
type: 'date_range',
Expand Down

0 comments on commit 2ca888c

Please sign in to comment.