Skip to content

Commit

Permalink
use port 443 for es client
Browse files Browse the repository at this point in the history
  • Loading branch information
croyfish committed Nov 22, 2024
1 parent b2ab3e6 commit 71050ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/models/elastic_search.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ def initialize(_index = nil)

arguments = {
host: es_host(@es_config),
port: 443,
transport_options: {
request: { open_timeout: @es_config['connect_timeout'] },
headers: { content_type: 'application/json' }
Expand Down

0 comments on commit 71050ad

Please sign in to comment.