You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when we push journeys to Kibana, we can only get a count of the journeys that were added, updated, removed, or unchanged in the current push command.
We would like a more detailed output where you can check the IDs of added, updated, removed, or unchanged journeys.
NODE_ENV=prod npx @elastic/synthetics push
> Pushing monitors for 'serverless-prod' project in kibana 'default' space
> bundling 0 monitors
> Monitor Diff: Added(0) Updated(0) Removed(1) Unchanged(0)
The text was updated successfully, but these errors were encountered:
Currently, when we push journeys to Kibana, we can only get a count of the journeys that were added, updated, removed, or unchanged in the current push command.
We would like a more detailed output where you can check the IDs of added, updated, removed, or unchanged journeys.
The text was updated successfully, but these errors were encountered: