Add missing properties in saved object definition (#143796)

This commit is contained in:
Kevin Delemme 2022-10-25 11:08:52 -04:00 committed by GitHub
parent 1cd4c4892d
commit c0063f3abe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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' },
},