Skip to content

Commit

Permalink
Changing meta description to be more descriptive.
Browse files Browse the repository at this point in the history
  • Loading branch information
clburn-elastic committed May 18, 2021
1 parent d1fcd5e commit 9877464
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion x-pack/plugins/security_solution/server/usage/collector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ export const registerCollector: RegisterCollector = ({
},
cases_count_total: {
type: 'long',
_meta: { description: 'The number of total aggregate cases generated by a rule' },
_meta: { description: 'The number of total cases generated by a rule' },
},
},
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4865,7 +4865,7 @@
"cases_count_total": {
"type": "long",
"_meta": {
"description": "The number of total aggregate cases generated by a rule"
"description": "The number of total cases generated by a rule"
}
}
}
Expand Down

0 comments on commit 9877464

Please sign in to comment.