"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RULE_PARAMETERS_INDEX = exports.RULE_INDICES = exports.ORIGINAL_EVENT_ID = exports.ENTRY_LEADER_START = exports.ENTRY_LEADER_ENTITY_ID = exports.ANCESTOR_INDEX = exports.ANCESTOR_ID = 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 ANCESTOR_ID = 'kibana.alert.ancestors.id'; exports.ANCESTOR_ID = ANCESTOR_ID; const RULE_PARAMETERS_INDEX = 'kibana.alert.rule.parameters.index'; exports.RULE_PARAMETERS_INDEX = RULE_PARAMETERS_INDEX; const RULE_INDICES = 'kibana.alert.rule.indices'; exports.RULE_INDICES = RULE_INDICES; const ORIGINAL_EVENT_ID = 'kibana.alert.original_event.id'; exports.ORIGINAL_EVENT_ID = ORIGINAL_EVENT_ID; const ENTRY_LEADER_ENTITY_ID = 'process.entry_leader.entity_id'; exports.ENTRY_LEADER_ENTITY_ID = ENTRY_LEADER_ENTITY_ID; const ENTRY_LEADER_START = 'process.entry_leader.start'; exports.ENTRY_LEADER_START = ENTRY_LEADER_START; const ANCESTOR_INDEX = 'kibana.alert.ancestors.index'; exports.ANCESTOR_INDEX = ANCESTOR_INDEX;