Skip to content

Commit 0aa953e

Browse files
update xpack_plugins.json
1 parent 67bd309 commit 0aa953e

File tree

1 file changed

+20
-5
lines changed

1 file changed

+20
-5
lines changed

x-pack/plugins/telemetry_collection_xpack/schema/xpack_plugins.json

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5314,7 +5314,10 @@
53145314
"deprecation_logging": {
53155315
"properties": {
53165316
"enabled": {
5317-
"type": "boolean"
5317+
"type": "boolean",
5318+
"_meta": {
5319+
"description": "Whether user has enabled Elasticsearch deprecation logging"
5320+
}
53185321
}
53195322
}
53205323
}
@@ -5323,16 +5326,28 @@
53235326
"ui_open": {
53245327
"properties": {
53255328
"cluster": {
5326-
"type": "long"
5329+
"type": "long",
5330+
"_meta": {
5331+
"description": "Number of times a user opened the Elasticsearch cluster deprecations page"
5332+
}
53275333
},
53285334
"indices": {
5329-
"type": "long"
5335+
"type": "long",
5336+
"_meta": {
5337+
"description": "Number of times a user opened the Elasticsearch index deprecations page"
5338+
}
53305339
},
53315340
"overview": {
5332-
"type": "long"
5341+
"type": "long",
5342+
"_meta": {
5343+
"description": "Number of times a user opened the overview page"
5344+
}
53335345
},
53345346
"kibana": {
5335-
"type": "long"
5347+
"type": "long",
5348+
"_meta": {
5349+
"description": "Number of times a user opened the Kibana deprecations page"
5350+
}
53365351
}
53375352
}
53385353
},

0 commit comments

Comments
 (0)