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

[Rollup Jobs] Modify empty state to deprecation prompt #185861

Closed
ElenaStoeva opened this issue Jun 10, 2024 · 1 comment · Fixed by #185896
Closed

[Rollup Jobs] Modify empty state to deprecation prompt #185861

ElenaStoeva opened this issue Jun 10, 2024 · 1 comment · Fixed by #185896
Assignees
Labels
Feature:Rollups Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more v8.15.0

Comments

@ElenaStoeva
Copy link
Contributor

If the user does not have any pre-existing rollup jobs and no rollup indices, a deprecation prompt should be displayed:

image

@ElenaStoeva ElenaStoeva added Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more Feature:Rollups v8.15.0 labels Jun 10, 2024
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-management (Team:Kibana Management)

@ElenaStoeva ElenaStoeva self-assigned this Jun 10, 2024
nikitaindik pushed a commit to nikitaindik/kibana that referenced this issue Jun 18, 2024
Closes elastic#185861

## Summary

This PR replaces the empty prompt in Rollup Jobs with a deprecation
prompt:

<img width="1494" alt="Screenshot 2024-06-10 at 17 55 38"
src="https://github.com/elastic/kibana/assets/59341489/dd245836-6e9b-4efd-9657-74e2c372059f">

<br>
<br>

**How to test:**
1. Start Es and Kibana
2. Go to Stack Management -> Rollup Jobs
3. Since there are no existing rollup jobs, verify that the deprecation
prompt is displayed and the Downsampling documentation link is correct.


### 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/main/packages/kbn-i18n/README.md)
- [x] [Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios
- [x] Any UI touched in this PR is usable by keyboard only (learn more
about [keyboard accessibility](https://webaim.org/techniques/keyboard/))
- [x] Any UI touched in this PR does not create any new axe failures
(run axe in browser:
[FF](https://addons.mozilla.org/en-US/firefox/addon/axe-devtools/),
[Chrome](https://chrome.google.com/webstore/detail/axe-web-accessibility-tes/lhdoppojpmngadmnindnejefpokejbdd?hl=en-US))
- [x] This renders correctly on smaller devices using a responsive
layout. (You can test this [in your
browser](https://www.browserstack.com/guide/responsive-testing-on-local-server))
- [x] This was checked for [cross-browser
compatibility](https://www.elastic.co/support/matrix#matrix_browsers)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:Rollups Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more v8.15.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants