netdata / netdata-cloud

The public repository of Netdata Cloud. Contribute with bug reports and feature requests.
GNU General Public License v3.0
41 stars 16 forks source link

[Feat]: Automated War Rooms #918

Open ss-mbrancato opened 1 year ago

ss-mbrancato commented 1 year ago

Problem

Right now, it seems like adding things to a war room is a manual process. There does not appear to be a way to add to a war room other than as part of the claim script or manuall.

Description

I would like to see war rooms built on a label or tag that would allow me to them to be dynamic. Example would be if i had a war room for our cybersecurity team, team=cyber would allow all resources with a tag like that to automatically be added or removed from that war room as resources were spun up or down. Containers could be add/removed as well as potentially things brought in via tools such as a prometheus exporter.

Importance

really want

Value proposition

  1. Save a lot of admin time around adding/moving resources
  2. Allow for easier automation of resources
  3. Improved alerting due to resources being tagged from creation
  4. Improved visibility

Proposed implementation

As above, allow a tag or label to be used such as a host label to be used to group a war room.

hugovalente-pm commented 1 year ago

thanks for raising this FR @ss-mbrancato, this is actually something that we have on our backlog which we are analysing and seeing when to prioritise it

Cezero commented 3 months ago

Being able to control access to information based on tags is crucial to my use-case. If that is handled via dynamic War Rooms and the appropriate access controls on those rooms, that works for me, but I need this functionality to be more fine-grained than just nodes. In fact, in many cases a shared node will be publishing metrics that must be segregated by tags and displayed only to certain users.