Skip to content

Commit

Permalink
update xpack_plugins.json
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonelizabeth committed Apr 26, 2021
1 parent 67bd309 commit 0aa953e
Showing 1 changed file with 20 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5314,7 +5314,10 @@
"deprecation_logging": {
"properties": {
"enabled": {
"type": "boolean"
"type": "boolean",
"_meta": {
"description": "Whether user has enabled Elasticsearch deprecation logging"
}
}
}
}
Expand All @@ -5323,16 +5326,28 @@
"ui_open": {
"properties": {
"cluster": {
"type": "long"
"type": "long",
"_meta": {
"description": "Number of times a user opened the Elasticsearch cluster deprecations page"
}
},
"indices": {
"type": "long"
"type": "long",
"_meta": {
"description": "Number of times a user opened the Elasticsearch index deprecations page"
}
},
"overview": {
"type": "long"
"type": "long",
"_meta": {
"description": "Number of times a user opened the overview page"
}
},
"kibana": {
"type": "long"
"type": "long",
"_meta": {
"description": "Number of times a user opened the Kibana deprecations page"
}
}
}
},
Expand Down

0 comments on commit 0aa953e

Please sign in to comment.