mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
fix map
This commit is contained in:
parent
23a7cf8c2a
commit
5920f513d1
1 changed files with 4 additions and 4 deletions
|
@ -36,16 +36,16 @@ export const benchmarkScoreMapping: MappingTypeMapping = {
|
|||
type: 'keyword',
|
||||
},
|
||||
critical: {
|
||||
type: 'keyword',
|
||||
type: 'long',
|
||||
},
|
||||
high: {
|
||||
type: 'keyword',
|
||||
type: 'long',
|
||||
},
|
||||
medium: {
|
||||
type: 'keyword',
|
||||
type: 'long',
|
||||
},
|
||||
low: {
|
||||
type: 'keyword',
|
||||
type: 'long',
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue