-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Fleet] UI changes related to hosted agent policies #91906
Comments
|
No. I think it makes sense to leave leave all "workarounds" to the API layer. @mostlyjason I updated the description to the decisions and call out any remaining work. Let me know if I missed or misunderstood something. |
@hbharding do you have any input on this one? There is overlap with UX here. |
re: disabling actions, Jason is spot on, "users would not have any context about why it is disabled"; however, showing them as available actions which we know will lead to API errors is not a good UX. It's one that could frustrate our users. It would be much better to provide descriptions upfront about why an action is unavailable. Many of these actions appear in context menus, and EUI has an easy way to provide descriptions via tooltips (check first example). For other actions that appear as regular buttons, we could wrap those with tooltips as well. Something generic like "This action is not available for agents enrolled with a managed agent policy" or "This action is not available for managed agent policies" would be better than our current API errors: Other thoughts below:
Another area we may need to consider is the "Add Integration" button on the Agent Policy detail page: Do we need to disable this action, or are we allowing for some integrations to be added to managed policies? If the later, do we need an issue to limit what integrations will appear in that list? |
++ tooltips sound like a better way to provide context
++ this allows users flexibility while matching our cloud restrictions. This could be an advanced option in the create agent policy dialog. We only have two options today, but plan to have more in the future.
Good idea. If we show header text like Policy Type: Managed then they mouse over, they could see a tooltip with a definition of managed. This will be nice when we have central type policies in the future. Otherwise we might have multiple icons to indicate different types which might be tricky. Do we really need the number of integrations up there, since its visible in the table below? We could swap that out to make space for it. This is also more discoverable than a tooltip on the policy name.
We should disable it in 7.13, but later we'll have a allowlist/blocklist for specific integrations. We can come back to that later when we implement it. |
Pinging @elastic/fleet (Team:Fleet) |
After talking @jfsiii last week, seems we have enough on our side to make some progress on the implementation. |
Great thanks! @hbharding can you comment on the option to replace the number of integrations with the policy type (see details in the comments above) Also, disabling the unenroll menu item will also prevent users from force unenrolling agents in a managed policy in the UI #88688 (comment) |
I'll add some designs for this later today to close the loop. @mostlyjason I think it's fine to remove the integration count from the header.
Are you saying this is a behavior we want to support for agents in managed policies? @ruflin's comment seemed to suggest that it should be blocked, and @jfsiii commented here that this should only be allowed via the API. |
@hbharding I'm saying we should not allow users to unenroll agents in a managed policy in the UI. I think that's consistent with Ruflin and John's comments? |
@jfsiii I've put together some mocks that should account for everything discussed here. I can send you the Figma file if that's easier (don't want to post link here since it's a public issue)
|
We should not allow users to create a "externally managed policy" through the UI, this is an API only feature. |
I forgot to account for an action the agent policy detail page. Users should not be able to delete an integration - this button in the context menu should be disabled and use the same tooltip description for other related actions. |
Jason's been working on doc to help come decision on how we refer to these special kinds of agent policies. It seems like we're leaning towards thinking about these as capabilities of agent policies rather than introducing "agent policy types", and we seem to like the word "restricted" to describe the capability we have in mind. I don't mean to rush the decision, but I want to call out that we'll need to update the language in these tooltips if we're not going to be using "externally managed". re: "A way to give visibility of agent policy type", I no longer think we should be showing this as a disabled field called "Agent policy type" on the settings tab for agent policies. How do others feel about using an icon next to the agent policy name, which could include a tooltip describing what it means. This "lock" icon feels appropriate and it would be helpful for providing context in several places. |
@jfsiii hold off on adding the "policy type" to the agent policy detail view. We're leaning towards using an icon + tooltip (previous comment with screenshots). Waiting on Jason to finalize naming which may affect the the description we provide in the tooltip. |
@hbharding we chatted about this live, but just adding a note that I think the next step here is to update the designs with the hosted agent policy wording |
I provided updated designs for this here https://github.com/elastic/observability-design/issues/32. I wanted to create a separate issue to track work on our obs:design 7.13 board. |
## Summary Fixes items 2a, 4a, 5c2, and 6 from #91906 ### 2a - On the agents table, remove all actions except for "View agent" [code commit](a93dd8c) <img width="1090" alt="Screen Shot 2021-04-02 at 2 00 34 PM" src="https://user-images.githubusercontent.com/57655/113446102-1b40bd00-93c5-11eb-804b-2afec37a176b.png"> <img width="1100" alt="Screen Shot 2021-04-02 at 2 00 41 PM" src="https://user-images.githubusercontent.com/57655/113446103-1b40bd00-93c5-11eb-8aba-daa1aa539955.png"> ### 4a & 5c2 On the agent policy list page, remove the "add agent" & "copy policy" actions which appears in the [...] actions menu [code commit](f0c267f) <img width="1067" alt="Screen Shot 2021-04-02 at 2 36 57 PM" src="https://user-images.githubusercontent.com/57655/113446281-7b376380-93c5-11eb-9f82-03e957e6656c.png"> <img width="1104" alt="Screen Shot 2021-04-02 at 2 37 02 PM" src="https://user-images.githubusercontent.com/57655/113446282-7bcffa00-93c5-11eb-942c-1a98ebbab385.png"> ### 6 - Do not show the the "revoke token" trash icon [code commit](cd05cd0) <img width="1088" alt="Screen Shot 2021-04-02 at 2 15 54 PM" src="https://user-images.githubusercontent.com/57655/113446176-4a572e80-93c5-11eb-9740-9723c1cb9f50.png"> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
## Summary Fixes items 2a, 4a, 5c2, and 6 from elastic#91906 ### 2a - On the agents table, remove all actions except for "View agent" [code commit](elastic@a93dd8c) <img width="1090" alt="Screen Shot 2021-04-02 at 2 00 34 PM" src="https://user-images.githubusercontent.com/57655/113446102-1b40bd00-93c5-11eb-804b-2afec37a176b.png"> <img width="1100" alt="Screen Shot 2021-04-02 at 2 00 41 PM" src="https://user-images.githubusercontent.com/57655/113446103-1b40bd00-93c5-11eb-8aba-daa1aa539955.png"> ### 4a & 5c2 On the agent policy list page, remove the "add agent" & "copy policy" actions which appears in the [...] actions menu [code commit](elastic@f0c267f) <img width="1067" alt="Screen Shot 2021-04-02 at 2 36 57 PM" src="https://user-images.githubusercontent.com/57655/113446281-7b376380-93c5-11eb-9f82-03e957e6656c.png"> <img width="1104" alt="Screen Shot 2021-04-02 at 2 37 02 PM" src="https://user-images.githubusercontent.com/57655/113446282-7bcffa00-93c5-11eb-942c-1a98ebbab385.png"> ### 6 - Do not show the the "revoke token" trash icon [code commit](elastic@cd05cd0) <img width="1088" alt="Screen Shot 2021-04-02 at 2 15 54 PM" src="https://user-images.githubusercontent.com/57655/113446176-4a572e80-93c5-11eb-9740-9723c1cb9f50.png"> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
## Summary Fixes items 2a, 4a, 5c2, and 6 from #91906 ### 2a - On the agents table, remove all actions except for "View agent" [code commit](a93dd8c) <img width="1090" alt="Screen Shot 2021-04-02 at 2 00 34 PM" src="https://user-images.githubusercontent.com/57655/113446102-1b40bd00-93c5-11eb-804b-2afec37a176b.png"> <img width="1100" alt="Screen Shot 2021-04-02 at 2 00 41 PM" src="https://user-images.githubusercontent.com/57655/113446103-1b40bd00-93c5-11eb-8aba-daa1aa539955.png"> ### 4a & 5c2 On the agent policy list page, remove the "add agent" & "copy policy" actions which appears in the [...] actions menu [code commit](f0c267f) <img width="1067" alt="Screen Shot 2021-04-02 at 2 36 57 PM" src="https://user-images.githubusercontent.com/57655/113446281-7b376380-93c5-11eb-9f82-03e957e6656c.png"> <img width="1104" alt="Screen Shot 2021-04-02 at 2 37 02 PM" src="https://user-images.githubusercontent.com/57655/113446282-7bcffa00-93c5-11eb-942c-1a98ebbab385.png"> ### 6 - Do not show the the "revoke token" trash icon [code commit](cd05cd0) <img width="1088" alt="Screen Shot 2021-04-02 at 2 15 54 PM" src="https://user-images.githubusercontent.com/57655/113446176-4a572e80-93c5-11eb-9740-9723c1cb9f50.png"> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: John Schulz <john.schulz@elastic.co>
Hi @EricDavisX Today we have covered all the linked tickets and created 15 testcases from above merged PR. Testcases Link is as follows:
For now we have cover all the scenarios nad changes for for below: Please let us know if any further merges are available to cover. Thanks |
## Summary From design ticket https://github.com/elastic/observability-design/issues/32 > any ... place we display a link to the hosted agent policy, show an icon with hover tooltip: This PR closes 1B + 1C from #91906 & two other places which followed the same pattern. Factored out some repeated code at each call site into a `<AgentPolicySummaryLine />` component <details><summary>Screenshots</summary> <h3>Agent Policy List View</h3> <img width="1103" alt="Screen Shot 2021-04-16 at 1 01 55 PM" src="https://user-images.githubusercontent.com/57655/115059112-18a99180-9eb4-11eb-9035-36a8e9db1f9d.png"> <h3>Agent List View</h3> <img width="1185" alt="Screen Shot 2021-04-16 at 12 38 40 PM" src="https://user-images.githubusercontent.com/57655/115058885-bea8cc00-9eb3-11eb-8529-6f185fcac7d2.png"> <h3>Packaged Policy List View</h3> <img width="1251" alt="Screen Shot 2021-04-16 at 10 23 49 AM" src="https://user-images.githubusercontent.com/57655/115058880-be103580-9eb3-11eb-8060-c501663af556.png"> <h3>Agent Policy Detail View</h3> <img width="1145" alt="Screen Shot 2021-04-16 at 12 21 42 PM" src="https://user-images.githubusercontent.com/57655/115058883-bea8cc00-9eb3-11eb-9970-462ff4600fa4.png"> </details> ### Checklist Delete any items that are not applicable to this PR. - [x] Any text added follows [EUI's writing guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses sentence case text and includes [i18n support](https://github.com/elastic/kibana/blob/master/packages/kbn-i18n/README.md) Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
…ic#97377) ## Summary From design ticket elastic/observability-design#32 > any ... place we display a link to the hosted agent policy, show an icon with hover tooltip: This PR closes 1B + 1C from elastic#91906 & two other places which followed the same pattern. Factored out some repeated code at each call site into a `<AgentPolicySummaryLine />` component <details><summary>Screenshots</summary> <h3>Agent Policy List View</h3> <img width="1103" alt="Screen Shot 2021-04-16 at 1 01 55 PM" src="https://user-images.githubusercontent.com/57655/115059112-18a99180-9eb4-11eb-9035-36a8e9db1f9d.png"> <h3>Agent List View</h3> <img width="1185" alt="Screen Shot 2021-04-16 at 12 38 40 PM" src="https://user-images.githubusercontent.com/57655/115058885-bea8cc00-9eb3-11eb-8529-6f185fcac7d2.png"> <h3>Packaged Policy List View</h3> <img width="1251" alt="Screen Shot 2021-04-16 at 10 23 49 AM" src="https://user-images.githubusercontent.com/57655/115058880-be103580-9eb3-11eb-8060-c501663af556.png"> <h3>Agent Policy Detail View</h3> <img width="1145" alt="Screen Shot 2021-04-16 at 12 21 42 PM" src="https://user-images.githubusercontent.com/57655/115058883-bea8cc00-9eb3-11eb-9970-462ff4600fa4.png"> </details> ### Checklist Delete any items that are not applicable to this PR. - [x] Any text added follows [EUI's writing guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses sentence case text and includes [i18n support](https://github.com/elastic/kibana/blob/master/packages/kbn-i18n/README.md) Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
… (#97441) ## Summary From design ticket elastic/observability-design#32 > any ... place we display a link to the hosted agent policy, show an icon with hover tooltip: This PR closes 1B + 1C from #91906 & two other places which followed the same pattern. Factored out some repeated code at each call site into a `<AgentPolicySummaryLine />` component <details><summary>Screenshots</summary> <h3>Agent Policy List View</h3> <img width="1103" alt="Screen Shot 2021-04-16 at 1 01 55 PM" src="https://user-images.githubusercontent.com/57655/115059112-18a99180-9eb4-11eb-9035-36a8e9db1f9d.png"> <h3>Agent List View</h3> <img width="1185" alt="Screen Shot 2021-04-16 at 12 38 40 PM" src="https://user-images.githubusercontent.com/57655/115058885-bea8cc00-9eb3-11eb-8529-6f185fcac7d2.png"> <h3>Packaged Policy List View</h3> <img width="1251" alt="Screen Shot 2021-04-16 at 10 23 49 AM" src="https://user-images.githubusercontent.com/57655/115058880-be103580-9eb3-11eb-8060-c501663af556.png"> <h3>Agent Policy Detail View</h3> <img width="1145" alt="Screen Shot 2021-04-16 at 12 21 42 PM" src="https://user-images.githubusercontent.com/57655/115058883-bea8cc00-9eb3-11eb-9970-462ff4600fa4.png"> </details> ### Checklist Delete any items that are not applicable to this PR. - [x] Any text added follows [EUI's writing guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses sentence case text and includes [i18n support](https://github.com/elastic/kibana/blob/master/packages/kbn-i18n/README.md) Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: John Schulz <john.schulz@elastic.co>
## Summary * 4C & 7C from #91906 about hiding hosted agent policy from select menus * Also changed reassign agent to new policy UI from flyout to modal as requested <details><summary>Screenshots</summary> <h3>Current</h3> <img width="1090" alt="Screen Shot 2021-04-16 at 1 37 02 PM" src="https://user-images.githubusercontent.com/57655/115075124-9d9ea600-9ec8-11eb-8e88-d8f14f62613f.png"> <h3>PR</h3> <img width="1092" alt="Screen Shot 2021-04-16 at 1 43 51 PM" src="https://user-images.githubusercontent.com/57655/115075127-9d9ea600-9ec8-11eb-8c47-c3b1fbeb96eb.png"> <h3>current</h3> <img width="1112" alt="Screen Shot 2021-04-16 at 1 44 41 PM" src="https://user-images.githubusercontent.com/57655/115075129-9e373c80-9ec8-11eb-9f93-cac511c9d53d.png"> <h3>PR</h3> <img width="1106" alt="Screen Shot 2021-04-16 at 1 50 28 PM" src="https://user-images.githubusercontent.com/57655/115075130-9e373c80-9ec8-11eb-93fb-0adfa5ae81ba.png"> <h3>current</h3> <img width="1106" alt="Screen Shot 2021-04-16 at 1 35 48 PM" src="https://user-images.githubusercontent.com/57655/115075121-9d9ea600-9ec8-11eb-8605-89336371938b.png"> <h3>PR</h3> <img width="1106" alt="Screen Shot 2021-04-16 at 2 35 15 PM" src="https://user-images.githubusercontent.com/57655/115075133-9ecfd300-9ec8-11eb-9458-0b7f9cf76c10.png"> <img width="2136" alt="Screen Shot 2021-04-16 at 3 24 16 PM" src="https://user-images.githubusercontent.com/57655/115075141-a0010000-9ec8-11eb-896c-efc4be4be5ac.png"> </details> ### Checklist - [x] Any text added follows [EUI's writing guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses sentence case text and includes [i18n support](https://github.com/elastic/kibana/blob/master/packages/kbn-i18n/README.md) Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
## Summary * 4C & 7C from elastic#91906 about hiding hosted agent policy from select menus * Also changed reassign agent to new policy UI from flyout to modal as requested <details><summary>Screenshots</summary> <h3>Current</h3> <img width="1090" alt="Screen Shot 2021-04-16 at 1 37 02 PM" src="https://user-images.githubusercontent.com/57655/115075124-9d9ea600-9ec8-11eb-8e88-d8f14f62613f.png"> <h3>PR</h3> <img width="1092" alt="Screen Shot 2021-04-16 at 1 43 51 PM" src="https://user-images.githubusercontent.com/57655/115075127-9d9ea600-9ec8-11eb-8c47-c3b1fbeb96eb.png"> <h3>current</h3> <img width="1112" alt="Screen Shot 2021-04-16 at 1 44 41 PM" src="https://user-images.githubusercontent.com/57655/115075129-9e373c80-9ec8-11eb-9f93-cac511c9d53d.png"> <h3>PR</h3> <img width="1106" alt="Screen Shot 2021-04-16 at 1 50 28 PM" src="https://user-images.githubusercontent.com/57655/115075130-9e373c80-9ec8-11eb-93fb-0adfa5ae81ba.png"> <h3>current</h3> <img width="1106" alt="Screen Shot 2021-04-16 at 1 35 48 PM" src="https://user-images.githubusercontent.com/57655/115075121-9d9ea600-9ec8-11eb-8605-89336371938b.png"> <h3>PR</h3> <img width="1106" alt="Screen Shot 2021-04-16 at 2 35 15 PM" src="https://user-images.githubusercontent.com/57655/115075133-9ecfd300-9ec8-11eb-9458-0b7f9cf76c10.png"> <img width="2136" alt="Screen Shot 2021-04-16 at 3 24 16 PM" src="https://user-images.githubusercontent.com/57655/115075141-a0010000-9ec8-11eb-896c-efc4be4be5ac.png"> </details> ### Checklist - [x] Any text added follows [EUI's writing guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses sentence case text and includes [i18n support](https://github.com/elastic/kibana/blob/master/packages/kbn-i18n/README.md) Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
## Summary * 4C & 7C from #91906 about hiding hosted agent policy from select menus * Also changed reassign agent to new policy UI from flyout to modal as requested <details><summary>Screenshots</summary> <h3>Current</h3> <img width="1090" alt="Screen Shot 2021-04-16 at 1 37 02 PM" src="https://user-images.githubusercontent.com/57655/115075124-9d9ea600-9ec8-11eb-8e88-d8f14f62613f.png"> <h3>PR</h3> <img width="1092" alt="Screen Shot 2021-04-16 at 1 43 51 PM" src="https://user-images.githubusercontent.com/57655/115075127-9d9ea600-9ec8-11eb-8c47-c3b1fbeb96eb.png"> <h3>current</h3> <img width="1112" alt="Screen Shot 2021-04-16 at 1 44 41 PM" src="https://user-images.githubusercontent.com/57655/115075129-9e373c80-9ec8-11eb-9f93-cac511c9d53d.png"> <h3>PR</h3> <img width="1106" alt="Screen Shot 2021-04-16 at 1 50 28 PM" src="https://user-images.githubusercontent.com/57655/115075130-9e373c80-9ec8-11eb-93fb-0adfa5ae81ba.png"> <h3>current</h3> <img width="1106" alt="Screen Shot 2021-04-16 at 1 35 48 PM" src="https://user-images.githubusercontent.com/57655/115075121-9d9ea600-9ec8-11eb-8605-89336371938b.png"> <h3>PR</h3> <img width="1106" alt="Screen Shot 2021-04-16 at 2 35 15 PM" src="https://user-images.githubusercontent.com/57655/115075133-9ecfd300-9ec8-11eb-9458-0b7f9cf76c10.png"> <img width="2136" alt="Screen Shot 2021-04-16 at 3 24 16 PM" src="https://user-images.githubusercontent.com/57655/115075141-a0010000-9ec8-11eb-896c-efc4be4be5ac.png"> </details> ### Checklist - [x] Any text added follows [EUI's writing guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses sentence case text and includes [i18n support](https://github.com/elastic/kibana/blob/master/packages/kbn-i18n/README.md) Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: John Schulz <john.schulz@elastic.co>
## Summary Close item 3 on #91906. Don't show icon & "upgrade available" for agents in hosted agent policies ### Local testing I'll try to come back and post the exact commands if anyone wants them, but my rough flow was 1. start ES in 7.13 2. checkout kibana 7.x branch and start 3. create agents in kibana 4. stop kibana & ES 5. start ES in 8.0.0-SNAPSHOT 6. switch to kibana `master` branch & start 7. Navigate to http://localhost:5601/app/fleet#/fleet/agents and observe agents with upgrade available 8. assign agent(s) to a hosted agent policy 9. Observe behavior shown in two screenshots ### Don't show "upgrade available" for hosted agents in list <img width="947" alt="Screen Shot 2021-04-19 at 3 08 12 PM" src="https://user-images.githubusercontent.com/57655/115291869-421c2480-a123-11eb-9dd2-6e450775c16b.png"> ### Don't show agent in list when "Upgrade available" filter is selected <img width="945" alt="Screen Shot 2021-04-19 at 3 08 40 PM" src="https://user-images.githubusercontent.com/57655/115291870-421c2480-a123-11eb-9309-09e3de8902f8.png"> closes #91906
…#97517) ## Summary Close item 3 on elastic#91906. Don't show icon & "upgrade available" for agents in hosted agent policies ### Local testing I'll try to come back and post the exact commands if anyone wants them, but my rough flow was 1. start ES in 7.13 2. checkout kibana 7.x branch and start 3. create agents in kibana 4. stop kibana & ES 5. start ES in 8.0.0-SNAPSHOT 6. switch to kibana `master` branch & start 7. Navigate to http://localhost:5601/app/fleet#/fleet/agents and observe agents with upgrade available 8. assign agent(s) to a hosted agent policy 9. Observe behavior shown in two screenshots ### Don't show "upgrade available" for hosted agents in list <img width="947" alt="Screen Shot 2021-04-19 at 3 08 12 PM" src="https://user-images.githubusercontent.com/57655/115291869-421c2480-a123-11eb-9dd2-6e450775c16b.png"> ### Don't show agent in list when "Upgrade available" filter is selected <img width="945" alt="Screen Shot 2021-04-19 at 3 08 40 PM" src="https://user-images.githubusercontent.com/57655/115291870-421c2480-a123-11eb-9309-09e3de8902f8.png"> closes elastic#91906
…#97542) ## Summary Close item 3 on #91906. Don't show icon & "upgrade available" for agents in hosted agent policies ### Local testing I'll try to come back and post the exact commands if anyone wants them, but my rough flow was 1. start ES in 7.13 2. checkout kibana 7.x branch and start 3. create agents in kibana 4. stop kibana & ES 5. start ES in 8.0.0-SNAPSHOT 6. switch to kibana `master` branch & start 7. Navigate to http://localhost:5601/app/fleet#/fleet/agents and observe agents with upgrade available 8. assign agent(s) to a hosted agent policy 9. Observe behavior shown in two screenshots ### Don't show "upgrade available" for hosted agents in list <img width="947" alt="Screen Shot 2021-04-19 at 3 08 12 PM" src="https://user-images.githubusercontent.com/57655/115291869-421c2480-a123-11eb-9dd2-6e450775c16b.png"> ### Don't show agent in list when "Upgrade available" filter is selected <img width="945" alt="Screen Shot 2021-04-19 at 3 08 40 PM" src="https://user-images.githubusercontent.com/57655/115291870-421c2480-a123-11eb-9309-09e3de8902f8.png"> closes #91906 Co-authored-by: John Schulz <john.schulz@elastic.co>
@jfsiii Great job on getting all the changes in. For 3, should we also link to the PR and check off the items? |
@ruflin thanks. Updated. |
Hi @EricDavisX Today we have updated 03 testcase for new changes available in linked tickets and created 04 testcases for above merged PR. Testcases Link is as follows: Please let us know if we have missed anything. Thanks |
https://github.com/elastic/observability-design/issues/32
beaker
iconThe text was updated successfully, but these errors were encountered: