We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As part of the New Platform migration, we will necessarily fill out our kibana.json with our required and optional dependencies.
kibana.json
However, I've noticed a few issues in our app that merit the following audit:
alerting
alerting?: AlertingSetup
RequestHandlerContext
Migrating version labels to description: Affected versions include: v7.8.0, v7.9.0, v8.0.0
v7.8.0
v7.9.0
v8.0.0
The text was updated successfully, but these errors were encountered:
Pinging @elastic/siem (Team:SIEM)
Sorry, something went wrong.
This was closed by #64842; audit report can be found there.
No branches or pull requests
As part of the New Platform migration, we will necessarily fill out our
kibana.json
with our required and optional dependencies.However, I've noticed a few issues in our app that merit the following audit:
kibana.json
: e.g. ifalerting
is optional, we should specifyalerting?: AlertingSetup
RequestHandlerContext
types reflect the availability inkibana.json
, as these are independent of either of the above.Migrating version labels to description:
Affected versions include:
v7.8.0
,v7.9.0
,v8.0.0
The text was updated successfully, but these errors were encountered: