Skip to content

Commit

Permalink
fix: Fix es-https transport reporting ssl ca required when it was
Browse files Browse the repository at this point in the history
  • Loading branch information
driskell committed Feb 11, 2023
1 parent 95daa0d commit 1741ba7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lc-lib/transports/es/transportesfactory.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ type TransportESFactory struct {
Username string `config:"username"`
TemplateFile string `config:"template file"`
TemplatePatterns []string `config:"template patterns"`
SSLCA string `config:"ssl ca"`

// Internal
template []byte
Expand Down

0 comments on commit 1741ba7

Please sign in to comment.