Skip to content

Commit

Permalink
Update x-pack/plugins/alerting/server/lib/get_execution_log_aggregati…
Browse files Browse the repository at this point in the history
…on.ts

Co-authored-by: Ying Mao <[email protected]>
  • Loading branch information
doakalexi and ymao1 authored Oct 6, 2022
1 parent 1723e06 commit 508690e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ export function getExecutionLogAggregation({

export function getExecutionLogRuntimeMappings(): estypes.MappingRuntimeFields {
return {
'kibana.alerting.outcome': {
[OUTCOME_FIELD]: {
type: 'keyword',
script: {
source: `
Expand Down

0 comments on commit 508690e

Please sign in to comment.