Erwin Rossen

Results 1 issues of Erwin Rossen

I have the following configuration in my Django: ``` ELASTICSEARCH_ENDPOINT = 'https://search-fashionexchange-{uuid}.eu-central-1.es.amazonaws.com'.format( uuid=settings.GET_SECRET('ELASTICSEARCH_ENDPOINT_UUID')) LOGGING = { ... 'handlers': { 'elasticsearch': { 'level': 'INFO', 'class': 'cmreslogging.handlers.CMRESHandler', 'hosts': [{'host': ELASTICSEARCH_ENDPOINT, 'port': 80}],...