Skip to content

Commit

Permalink
[Fleet] Remove output id from agent policy APIs (#123403)
Browse files Browse the repository at this point in the history
  • Loading branch information
nchaulet committed Jan 20, 2022
1 parent 946be82 commit 7fba1fe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions x-pack/plugins/fleet/server/types/models/agent_policy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit 7fba1fe

Please sign in to comment.