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
// Elasticsearch is the configuration for elasticsearch.
35
+
// Elasticsearch is the configuration for fleet-server's connection to elasticsearch.
36
+
// Note that these keys may be injected into policy output by fleet-server.
37
+
// The following TLS options may be set in bootstrap:
38
+
// - VerificationMode
39
+
// - CAs
40
+
// - CATrustedFingerprint
41
+
// - CertificateConfig.Certificate AND CertificateConfig.Key
42
+
// If an attribute is added to this struct, or another TLS attribute is passed ensure that it is handled as part of the bootstrap config handler in fleet-server/internal/pkg/server/agent.go
0 commit comments