Hi All,
I am facing "Discover Bad Gateway" issue while searching in Kibana UI for the field "message" and string contains the value something like below
message: "7d5c65e2-e954-4de6-ae4f-f78s88c0dc4c"
But there is a record exists/indexed in elastic search with the above value.
But I am able to search for other values seamlessly except the above search value. I am guessing that it is related to elastic search cache issue. Please advice on this issue.
Settings / Configurations in my system:
- We are not using any proxy servers to process kibana to elastic searches or requests. There is no firewall issue here
- Version of ELK stack using is 6.5.4
Kibana UI ERROR:
SearchError: Bad Gateway
at
http://host1.corp.xxx.com:5661/bundles/commons.bundle.js:3:2531484
at processQueue (http://host1.corp.xxx.com:5661/bundles/vendors.bundle.js:257:199684)
at http://host1.corp.xxx.com:5661/bundles/vendors.bundle.js:257:200647
at Scope.$digest (http://host1.corp.xxx.com:5661/bundles/vendors.bundle.js:257:210409)
at Scope.$apply (http://host1.corp.xxx.com:5661/bundles/vendors.bundle.js:257:213216)
at done (http://host1.corp.xxx.com:5661/bundles/vendors.bundle.js:257:132715)
at completeRequest (http://host1.corp.xxx.com:5661/bundles/vendors.bundle.js:257:136327)
at XMLHttpRequest.requestLoaded (http://host1.corp.xxx.com:5661/bundles/vendors.bundle.js:257:135223)
Thanks
Sukumar