"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TAGS_FIELD = exports.RULE_PARAMS_FIELDS = exports.RULE_NAME_FIELD = exports.PARAMS_TYPE_FIELD = exports.PARAMS_IMMUTABLE_FIELD = exports.LAST_RUN_OUTCOME_FIELD = exports.ENABLED_FIELD = void 0; /* * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * or more contributor license agreements. Licensed under the Elastic License * 2.0; you may not use this file except in compliance with the Elastic License * 2.0. */ const RULE_NAME_FIELD = 'alert.attributes.name'; exports.RULE_NAME_FIELD = RULE_NAME_FIELD; const RULE_PARAMS_FIELDS = { INDEX: 'alert.attributes.params.index', TACTIC_ID: 'alert.attributes.params.threat.tactic.id', TACTIC_NAME: 'alert.attributes.params.threat.tactic.name', TECHNIQUE_ID: 'alert.attributes.params.threat.technique.id', TECHNIQUE_NAME: 'alert.attributes.params.threat.technique.name', SUBTECHNIQUE_ID: 'alert.attributes.params.threat.technique.subtechnique.id', SUBTECHNIQUE_NAME: 'alert.attributes.params.threat.technique.subtechnique.name' }; exports.RULE_PARAMS_FIELDS = RULE_PARAMS_FIELDS; const ENABLED_FIELD = 'alert.attributes.enabled'; exports.ENABLED_FIELD = ENABLED_FIELD; const TAGS_FIELD = 'alert.attributes.tags'; exports.TAGS_FIELD = TAGS_FIELD; const PARAMS_TYPE_FIELD = 'alert.attributes.params.type'; exports.PARAMS_TYPE_FIELD = PARAMS_TYPE_FIELD; const PARAMS_IMMUTABLE_FIELD = 'alert.attributes.params.immutable'; exports.PARAMS_IMMUTABLE_FIELD = PARAMS_IMMUTABLE_FIELD; const LAST_RUN_OUTCOME_FIELD = 'alert.attributes.lastRun.outcome'; exports.LAST_RUN_OUTCOME_FIELD = LAST_RUN_OUTCOME_FIELD;