Elastic search log is giving below warning
[WARN ][org.apache.http.client.protocol.ResponseProcessCookies] Cookie rejected [psmap="", version:0, domain:nottsettyett, path:/, expiry:null] Illegal domain attribute "nottsettyett". Domain of origin:
Answer :
It seems to be fixed after I made few modifications in elasticsearch.yml file.In memory section
bootstrap.mlockall: true
discovery.zen.ping.unicast.hosts: ["xxxxx.xxx.xxxt"]
No comments:
Post a Comment