We should add a regex in the schema for the Elasticsearch connection string in the config. urlparse does not parse URLs as expected if there isn't a scheme but there is a host and a port. https://bugs.python.org/issue754016. This means we should require a scheme or add a defaulting mechanism.
We should add a regex in the schema for the Elasticsearch connection string in the config. urlparse does not parse URLs as expected if there isn't a scheme but there is a host and a port. https://bugs.python.org/issue754016. This means we should require a scheme or add a defaulting mechanism.