mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[Fleet] Remove output id from agent policy APIs (#123403)
This commit is contained in:
parent
946be82994
commit
7fba1feaf3
1 changed files with 0 additions and 2 deletions
|
@ -22,8 +22,6 @@ export const AgentPolicyBaseSchema = {
|
|||
schema.oneOf([schema.literal(dataTypes.Logs), schema.literal(dataTypes.Metrics)])
|
||||
)
|
||||
),
|
||||
data_output_id: schema.maybe(schema.string()),
|
||||
data_monitoring_output_id: schema.maybe(schema.string()),
|
||||
};
|
||||
|
||||
export const NewAgentPolicySchema = schema.object({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue