-
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
[Security Solution][Entity Analytics] Can't start risk engine on serverless #168406
Comments
Pinging @elastic/security-solution (Team: SecuritySolution) |
Let's close out once it's confirmed on serverless prod. |
Tested on serverless QA, and it risk engine can be installed and also generate risk scores |
@yctercero @nkhristinin the fix should have reached production already, may you please quickly check? Thanks!! :) |
Unfortunately on production it doesn't work, it give this error: Here is a list what is avaible for serverless:
It's strange why it's working on local dev and especially on Serverless QA enviroment. I wil create PR soon to fix those settings |
## Summary those settings[ not working ](#168406 (comment)) in serverless --------- Co-authored-by: Kibana Machine <[email protected]>
## Summary those settings[ not working ](elastic#168406 (comment)) in serverless --------- Co-authored-by: Kibana Machine <[email protected]>
This bug is fixed, tested on cloud.elastic.co
|
Great!! Thanks @nkhristinin |
Describe the bug:
Found during the serverless testing party last week. 400 error returned - illegal_argument_exception: no matching index template found for data stream [risk-score.risk-score-default]
Need to update how risk score data stream is created - use DLM, not ILM in Serverless
https://github.com/elastic/kibana/pull/160572/files?file-filters%5B%5D=.json&file-filters%5B%5D=.jsonc&file-filters%5B%5D=.ts&file-filters%5B%5D=.tsx&owned-by%5B%5D=dhurley14&show-viewed-files=true#diff-74701f6237f2551aeb4642920e86b13c2bd8a4d046e74885b1c818606c7bd26b
Steps to reproduce:
Current behavior:
400 error displayed on the UI
Expected behavior:
200 response - entity analytics should start
Screenshots (if relevant):
The text was updated successfully, but these errors were encountered: