mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Add missing properties in saved object definition (#143796)
This commit is contained in:
parent
1cd4c4892d
commit
c0063f3abe
1 changed files with 3 additions and 0 deletions
|
@ -42,8 +42,11 @@ export const slo: SavedObjectsType = {
|
|||
objective: {
|
||||
properties: {
|
||||
target: { type: 'float' },
|
||||
timeslice_target: { type: 'float' },
|
||||
timeslice_window: { type: 'keyword' },
|
||||
},
|
||||
},
|
||||
revision: { type: 'short' },
|
||||
created_at: { type: 'date' },
|
||||
updated_at: { type: 'date' },
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue