You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkg/apis/common/v1/common.go
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -115,7 +115,9 @@ type ObjectSelector struct {
115
115
ServiceNamestring`json:"serviceName,omitempty"`
116
116
117
117
// SecretName is the name of an existing Kubernetes secret that contains connection information for associating an
118
-
// Elastic resource not managed by the operator. The referenced secret must contain the following:
118
+
// Elastic resource not managed by the operator.
119
+
// SecretName is only supported for monitoring associations. Refer to https://www.elastic.co/docs/deploy-manage/monitor/stack-monitoring/eck-stack-monitoring#k8s_connect_to_an_external_monitoring_elasticsearch_cluster
120
+
// The referenced secret must contain the following:
119
121
// - `url`: the URL to reach the Elastic resource
120
122
// - `username`: the username of the user to be authenticated to the Elastic resource
121
123
// - `password`: the password of the user to be authenticated to the Elastic resource
0 commit comments