We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 093896d commit cc789a8Copy full SHA for cc789a8
internal/stack/agentpolicy.go
@@ -19,9 +19,8 @@ import (
19
)
20
21
const (
22
- managedAgentPolicyID = "elastic-agent-managed-ep"
23
- fleetLogstashOutput = "fleet-logstash-output"
24
- fleetElasticsearchOutput = "fleet-elasticsearch-output"
+ managedAgentPolicyID = "elastic-agent-managed-ep"
+ fleetLogstashOutput = "fleet-logstash-output"
25
26
27
// createAgentPolicy creates an agent policy with the initial configuration used for
0 commit comments