-
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
[Cases] severity field in the cases list and allow to filter by it #131694
[Cases] severity field in the cases list and allow to filter by it #131694
Conversation
… "long" in Elasticsearch) (elastic#130819) * Convert event.duration to string in TypeScript, keep as long in Elasticsearch * Fix jest test * Fix functional tests * Add ecsStringOrNumber to event log schema * Fix jest test * Add utility functions to event log plugin * Use new event log utility functions * PR fixes Co-authored-by: Kibana Machine <[email protected]>
Co-authored-by: Kibana Machine <[email protected]>
…131232) * Add fix license link * fix localization * fix CI error * fix more translation issues Co-authored-by: Kibana Machine <[email protected]>
* rule state filter * turn off experiment * [CI] Auto-commit changed files from 'node scripts/eslint --no-cache --fix' * Status filter API call * Fix tests * rename state to status, added tests * Address comments and fix tests * Revert experiment flag * Remove unused translations * Addressed comments Co-authored-by: kibanamachine <[email protected]>
* [storybook] Watch for changes in packages * Update default_config.ts
* adjust vega doc * Update docs/user/dashboard/vega-reference.asciidoc Co-authored-by: Nick Peihl <[email protected]> * Update docs/user/dashboard/vega-reference.asciidoc Co-authored-by: Nick Peihl <[email protected]> * Update docs/user/dashboard/vega-reference.asciidoc Co-authored-by: Nick Peihl <[email protected]> * Update docs/user/dashboard/vega-reference.asciidoc Co-authored-by: Nick Peihl <[email protected]> * Update docs/user/dashboard/vega-reference.asciidoc Co-authored-by: Nick Peihl <[email protected]> Co-authored-by: Kibana Machine <[email protected]> Co-authored-by: Nick Peihl <[email protected]>
Pinging @elastic/response-ops (Team:ResponseOps) |
Pinging @elastic/response-ops-cases (Feature:Cases) |
@@ -300,30 +302,6 @@ export const useCasesColumns = ({ | |||
return getEmptyTagValue(); | |||
}, | |||
}, | |||
...(isSelectorView |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This section was merely moved down to allow the severity field to show before the status.
@@ -9,7 +9,7 @@ import { i18n } from '@kbn/i18n'; | |||
export * from '../../common/translations'; | |||
|
|||
export const ALL = i18n.translate('xpack.cases.status.all', { | |||
defaultMessage: 'All', | |||
defaultMessage: 'All status', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copy change required to clarify the "All" in the status filter dropdown now that the severity field was added.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
x-pack/test/cases_api_integration/security_and_spaces/tests/common/cases/find_cases.ts
Show resolved
Hide resolved
x-pack/test/cases_api_integration/security_and_spaces/tests/common/cases/find_cases.ts
Outdated
Show resolved
Hide resolved
x-pack/test/functional/fixtures/kbn_archiver/cases/8.2.0/cases_various_dates.json
Outdated
Show resolved
Hide resolved
💚 Build SucceededMetrics [docs]Module Count
Async chunks
Page load bundle
History
To update your PR or re-run it, just comment with: cc @academo |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested and LGTM.
Created a separate enhancement request #131806 to persist / restore the filter settings, including the severity,to the URL
Summary
Introduces
Checklist
Delete any items that are not applicable to this PR.