mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
add mappings
This commit is contained in:
parent
e004790935
commit
23a7cf8c2a
1 changed files with 15 additions and 0 deletions
|
@ -32,5 +32,20 @@ export const benchmarkScoreMapping: MappingTypeMapping = {
|
|||
'rule.benchmark.name': {
|
||||
type: 'keyword',
|
||||
},
|
||||
policy_template: {
|
||||
type: 'keyword',
|
||||
},
|
||||
critical: {
|
||||
type: 'keyword',
|
||||
},
|
||||
high: {
|
||||
type: 'keyword',
|
||||
},
|
||||
medium: {
|
||||
type: 'keyword',
|
||||
},
|
||||
low: {
|
||||
type: 'keyword',
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue