elastic / synthetics

Synthetic Monitoring with Real Browsers
MIT License
66 stars 41 forks source link

List the Ids of the synthetics journeys added, updated, deleted, and unchanged in a push #929

Open gsantoro opened 5 months ago

gsantoro commented 5 months ago

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)
vigneshshanmugam commented 5 months ago

Discussed this offline with the team. We will do the following

@devcorpio will take care of this.