mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[Usage Collection Schemas] Remove Legacy entries (#75652)
This commit is contained in:
parent
6b3ce3f91e
commit
338b61ce6c
2 changed files with 0 additions and 26 deletions
|
@ -1,13 +1,4 @@
|
|||
[
|
||||
{
|
||||
"output": "src/plugins/telemetry/schema/legacy_oss_plugins.json",
|
||||
"root": "src/legacy/core_plugins/",
|
||||
"exclude": [
|
||||
"src/legacy/core_plugins/testbed",
|
||||
"src/legacy/core_plugins/elasticsearch",
|
||||
"src/legacy/core_plugins/tests_bundle"
|
||||
]
|
||||
},
|
||||
{
|
||||
"output": "src/plugins/telemetry/schema/oss_plugins.json",
|
||||
"root": "src/plugins/",
|
||||
|
|
|
@ -1,17 +0,0 @@
|
|||
{
|
||||
"properties": {
|
||||
"csp": {
|
||||
"properties": {
|
||||
"strict": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"warnLegacyBrowsers": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"rulesChangedFromDefault": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue