-
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
[SIEM] [Cases] Shell scripts and unit tests #60183
Conversation
Pinging @elastic/siem (Team:SIEM) |
@elasticmachine merge upstream |
Go to the scripts folder `cd kibana/x-pack/plugins/case/server/scripts` and run: | ||
|
||
```sh | ||
./hard_reset.sh |
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.
I followed the step here but was unable to complete this. Would like to know if we need to set SPACE_URL
in .bashrc as well?
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.
Had another try, and it was done successfully!
@elasticmachine merge upstream |
💔 Build FailedTest FailuresKibana Pipeline / kibana-xpack-agent / Chrome X-Pack UI Functional Tests.x-pack/test/functional/apps/machine_learning/data_frame_analytics/cloning·ts.machine learning data frame analytics jobs cloning supported by UI form classification job supported by the form should have correct init form valuesStandard Out
Stack Trace
Kibana Pipeline / kibana-xpack-agent / Chrome X-Pack UI Functional Tests.x-pack/test/functional/apps/machine_learning/data_frame_analytics/cloning·ts.machine learning data frame analytics jobs cloning supported by UI form classification job supported by the form should have correct init form valuesStandard Out
Stack Trace
History
To update your PR or re-run it, just comment with: |
Summary
This PR
(removed because they are now in [SIEM] [Case] Bulk status update, add comment avatar, id => title in breadcrumbs #60410 ) andpages/case/components/all_cases
pages/case/components/case_view
To test shell scripts:
x-pack/plugins/case/server/scripts
./hard_reset.sh
will find all of your current cases (if you have less than 500), delete them, and create one new case with one new commentx-pack/plugins/case/server/scripts/README.md