Skip to content

Commit cc789a8

Browse files
committed
Remove unused constant
1 parent 093896d commit cc789a8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

internal/stack/agentpolicy.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,8 @@ import (
1919
)
2020

2121
const (
22-
managedAgentPolicyID = "elastic-agent-managed-ep"
23-
fleetLogstashOutput = "fleet-logstash-output"
24-
fleetElasticsearchOutput = "fleet-elasticsearch-output"
22+
managedAgentPolicyID = "elastic-agent-managed-ep"
23+
fleetLogstashOutput = "fleet-logstash-output"
2524
)
2625

2726
// createAgentPolicy creates an agent policy with the initial configuration used for

0 commit comments

Comments
 (0)