[Alerting] event log for action execution writes space_id instead of namespace #63134
Labels
Feature:Alerting
Team:ResponseOps
Label for the ResponseOps team (formerly the Cases and Alerting teams)
v7.8.0
In the event log for action execution, we're currently writing the space_id of a namespace into the document instead of the namespace (namespace ==
undefined
yields space_iddefault
). Specifically, we're writingnamespace: "default"
for the default space, but instead shouldn't be writing any value, or sendingnamespace: undefined
(should be able to do either).The code writing generating that document is here:
kibana/x-pack/plugins/actions/server/lib/action_executor.ts
Lines 113 to 116 in f9ba963
The text was updated successfully, but these errors were encountered: