-
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] Add owner and description properties to kibana.json
#102707
Conversation
Pinging @elastic/security-threat-hunting (Team:Threat Hunting) |
Pinging @elastic/security-solution (Team: SecuritySolution) |
1ece1a4
to
037feb0
Compare
037feb0
to
1f4914a
Compare
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.
You even alphabetized it 😍 Thanks for doing this, LGTM 🚀
"kibanaReact", | ||
"kibanaUtils", | ||
"triggersActionsUi" | ||
"configPath":[ |
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.
@cnasikas is there any reason why we changed config from xpack.cases
to cases.xpack
? Noticed that since it broke my 7.13 -> 7.14 upgrade ....
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.
@azasypkin This is surely a bug. It should not be changed. I will open a PR to fix it for 7.14.1. Sorry for the inconvenience.
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.
Could you please tell me what kind of configuration you have for cases?
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.
Fixed by #107637. @azasypkin Thanks for cathing that.
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.
Could you please tell me what kind of configuration you have for cases?
I just disabled it xpack.cases.enabled: false
along with a bunch of other plugins in 7.13 🙂
Having said that, in 7.14 cases
became a required dependency of the observability
, so I re-enabled it anyway. From time to time we recommend customers to disable certain plugins (e.g. if vulnerability is discovered in a plugin and the only way to remediate it before the next patch release is available is to disable it), but it's not something we "advertise" for sure.
Fixed by #107637. @azasypkin Thanks for cathing that.
Awesome 👍
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.
Just wanted to cross post the work around here as well just in case someone needs it in the future: cases.xpack.enabled: <true|false>
should get kibana running again if you need to specify the option before upgrading 👍
Summary
It has been requested that all Kibana plugins must add the owner and description properties to their kibana.json files.
The json has been formatted to the JSON standard and the keys has been ordered alphabetically.