Getting this error in your Kibana?
You need to increase your max header size as default netty is only 8KB. You can change the value in your elasticsearch.yml file.
Add the following line (or uncomment it if it is already there).
http.max_header_size: 32kb
You must log in to post a comment.