Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error Caused by too Many Headers from Elasticsearch/OpenSearch #589

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lluuaapp
Copy link

Since the last update I get the following error quite often:

ERROR:cli.py:134:Elasticsearch Error: Elasticsearch's search for existing report error: ConnectionError(('Connection aborted.', HTTPException('got more than 100 headers'))) caused by: ProtocolError(('Connection aborted.', HTTPException('got more than 100 headers')))

Googling around reveals that this some kind of issue in the Python http where you cannot set the maximum allowed headers. Elasticsearch (OpenSearch in my case) seems to send more than the default 100 headers. Since this change the error does no longer occur in my Docker Compose deployment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant