Skip to content

Commit

Permalink
Fix default Elasticsearch host typo (#165239)
Browse files Browse the repository at this point in the history
## Summary

This PR fixes a typo for a default Elasticsearch host
  • Loading branch information
vidok authored Aug 31, 2023
1 parent 99032df commit 5a30e4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,6 @@ export const getConnectorTemplate = ({
}
elasticsearch:
host: "${host || 'https://locahost:9200'}"
host: "${host || 'http://localhost:9200'}"
api_key: "${apiKeyData?.encoded || ''}"
`;

0 comments on commit 5a30e4d

Please sign in to comment.