elastic / elastic/package-spec

Enabled/disabled data stream depending on policy template

Open
#195 7 comments 1 reaction 0 assignees View on GitHub
discuss Team:Fleet
Dominant language
Go
Stars
20
Forks
93
Avg merge
15h 10m
Merged PRs (30d)
12

Description

Ex Azure Resource Metrics package, we would like to have only the main metricset enabled where custom metrics can be retrieved and then leave it up to users to enable which resource types they would like to monitor.
Ex:

![image](https://user-images.githubusercontent.com/1900090/124756044-f6a83400-df23-11eb-8563-ba5dea60988a.png)

We achieved this by setting `enabled : false` at the data stream level.

but if users select from the category list to monitor Virtual Machines

![image](https://user-images.githubusercontent.com/1900090/124756331-40911a00-df24-11eb-841f-26f2858beb51.png)

then we also see the data stream disabled, this will be an extra step for the user to enable it although he purposefully chose to monitor this type of resource from the list.

![image](https://user-images.githubusercontent.com/1900090/124756398-5272bd00-df24-11eb-9ba5-f0ea1213c5ef.png)

Can we have a similar flag either at the policy template level where we can decide which data streams can be enabled/disabled?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.