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

notifications: add ability to create with ttl and custom labels #48631

Open
rcanderson23 opened this issue Nov 7, 2024 · 1 comment
Open
Labels
feature-request Used for new features in Teleport, improvements to current should be #enhancements

Comments

@rcanderson23
Copy link
Contributor

What would you like Teleport to do?

  1. Create notifications with custom ttl: tctl notifications create --title="Title" --content="Content" --ttl=1d
  2. Create notifications with custom label: tctl notifications create --title="Title" --content="Content" --label=owner=bot --label=another=label
  3. Be able to list notifications by label: tctl notifications ls --label=owner=bot

What problem does this solve?

  • Ability to create short or long term alerts with custom TTL.
  • Improve ability to get specific set of metrics

If a workaround exists, please include it.

@rcanderson23 rcanderson23 added the feature-request Used for new features in Teleport, improvements to current should be #enhancements label Nov 7, 2024
@sclevine
Copy link
Member

sclevine commented Nov 7, 2024

Note that for Cloud, we'd like to create notifications with no TTL that we can add/remove using our own automation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Used for new features in Teleport, improvements to current should be #enhancements
Projects
None yet
Development

No branches or pull requests

2 participants