-
Notifications
You must be signed in to change notification settings - Fork 456
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
Recategorize integrations #5123
Conversation
💔 Build Failed
Expand to view the summary
Build stats
Test stats 🧪
Steps errorsExpand to view the steps failures
|
🌐 Coverage report
|
@jen-huang this can be rebased, missing categories should be available now after #5144. |
Package udp - 1.7.1 containing this change is available at https://epr.elastic.co/search?package=udp |
Package vsphere - 1.3.2 containing this change is available at https://epr.elastic.co/search?package=vsphere |
Package websphere_application_server - 0.3.1 containing this change is available at https://epr.elastic.co/search?package=websphere_application_server |
Package winlog - 1.12.3 containing this change is available at https://epr.elastic.co/search?package=winlog |
Package zeek - 2.7.1 containing this change is available at https://epr.elastic.co/search?package=zeek |
Package zerofox - 1.7.1 containing this change is available at https://epr.elastic.co/search?package=zerofox |
Package zookeeper - 1.5.1 containing this change is available at https://epr.elastic.co/search?package=zookeeper |
Package zoom - 1.7.1 containing this change is available at https://epr.elastic.co/search?package=zoom |
Package zscaler_zpa - 1.5.2 containing this change is available at https://epr.elastic.co/search?package=zscaler_zpa |
* Recategorize integrations * Fix typo, update PR link * Update integrations thru 'C' * Update integrations thru 'F' * Update integrations thru 'K' * Update integrations thru 'P' * Update integrations thru 'Z' * Classify vulnerability management integrations * Fix typos * Revert "Classify vulnerability management integrations" This reverts commit 4cd834c. * Missed commit * bump up missed versions from conflict merge * CR review * Fix CI * Fix merge * Replace infrastructure with observability per CR * Fix typos * Add missed integration
* Recategorize integrations * Fix typo, update PR link * Update integrations thru 'C' * Update integrations thru 'F' * Update integrations thru 'K' * Update integrations thru 'P' * Update integrations thru 'Z' * Classify vulnerability management integrations * Fix typos * Revert "Classify vulnerability management integrations" This reverts commit 4cd834c. * Missed commit * bump up missed versions from conflict merge * CR review * Fix CI * Fix merge * Replace infrastructure with observability per CR * Fix typos * Add missed integration
* Update categories Update integration category per decision in elastic/ingest-dev#1349. Related to elastic/integrations#5123. * Update categories in .bumpversion.cfg
Package google_workspace - 2.4.0 containing this change is available at https://epr.elastic.co/search?package=google_workspace |
…ntegrations (#153216) ## Summary Part of elastic/integrations#5123. This PR: 1) Syncs hardcoded list of integration categories against the latest list from [package spec](https://github.com/elastic/package-registry/blob/24557251ec27b4eb2caf715169301bbe15e01c21/categories/categories.yml) 2) Brings the categories used by the "home tutorial" cards and custom integrations cards in line with the above PR --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
## Summary Now that elastic/integrations#5123 and #153216 is complete, this PR enables the integration subcategories feature by default. Users will see a much shorter list of top-level integration categories when they land in Browse Integrations. Once the user clicks into a category, subcategories will be presented if there are any (see #148894 for more details). With the associated changes now merged and enabling this flag, the list now looks like this initially: ![image](https://user-images.githubusercontent.com/1965714/227375323-bd649342-1deb-4106-aaa5-0e7573574d2d.png) And when clicking into a large category with subcategories: ![image](https://user-images.githubusercontent.com/1965714/227375436-7203aec0-48ee-4861-8a5d-af9ce37dedad.png)
## Summary Now that elastic/integrations#5123 and elastic#153216 is complete, this PR enables the integration subcategories feature by default. Users will see a much shorter list of top-level integration categories when they land in Browse Integrations. Once the user clicks into a category, subcategories will be presented if there are any (see elastic#148894 for more details). With the associated changes now merged and enabling this flag, the list now looks like this initially: ![image](https://user-images.githubusercontent.com/1965714/227375323-bd649342-1deb-4106-aaa5-0e7573574d2d.png) And when clicking into a large category with subcategories: ![image](https://user-images.githubusercontent.com/1965714/227375436-7203aec0-48ee-4861-8a5d-af9ce37dedad.png)
Package cloud_security_posture - 1.3.0-preview4 containing this change is available at https://epr.elastic.co/search?package=cloud_security_posture |
Package cloud_security_posture - 1.3.0-preview5 containing this change is available at https://epr.elastic.co/search?package=cloud_security_posture |
Package cloud_security_posture - 1.3.0-preview6 containing this change is available at https://epr.elastic.co/search?package=cloud_security_posture |
Package cloud_security_posture - 1.3.0-preview7 containing this change is available at https://epr.elastic.co/search?package=cloud_security_posture |
Package cloud_security_posture - 1.3.0-preview8 containing this change is available at https://epr.elastic.co/search?package=cloud_security_posture |
Package cloud_security_posture - 1.3.0-preview9 containing this change is available at https://epr.elastic.co/search?package=cloud_security_posture |
Package cloud_security_posture - 1.3.0-preview10 containing this change is available at https://epr.elastic.co/search?package=cloud_security_posture |
Package cloud_security_posture - 1.3.0-preview91 containing this change is available at https://epr.elastic.co/search?package=cloud_security_posture |
Package cloud_security_posture - 1.3.0 containing this change is available at https://epr.elastic.co/search?package=cloud_security_posture |
Package cloud_security_posture - 1.3.1 containing this change is available at https://epr.elastic.co/search?package=cloud_security_posture |
What does this PR do?
This PR adjusts integration categories based on the work done in https://github.com/elastic/ingest-dev/issues/1349 to streamline the UX for browsing integrations and introduces subcategories for particularly overloaded top-level categories.
All updated integrations have their patch version bumped.
Reviewers: Thank you for taking the time to review. I know this is a big PR! I recommend:
Checklist
changelog.yml
file.Related PRs
monitoring_infrastructure
category from package spec package-spec#490Related issues