Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
gsantoro opened this issue Jun 3, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@gsantoro
Copy link

gsantoro commented Jun 3, 2024

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
Copy link
Member

vigneshshanmugam commented Jun 3, 2024

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

  • Pushing with debug flag will show all the monitors - created/updated in addition to the deleted monitors.
  • Group them in to sections so its easier to parse on the Terminal.
  • Add support for --dry-run if possible. This is an enhancement.

@devcorpio will take care of this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants