You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I exposed opensearch using ingress nginx on https://x.x.com, and i want logstash to remotly send logs to it ( they're in seperated clusters). then nginx will route the traffic to opensearch instance.
Expected behavior
Send HTTP requests at https:/x.x.com then nginx controller routes it to opensearch instance.
Host/Environment (please complete the following information):
Kubernetes
*Issue
Logstash is appending 9200 to the endpoint ( https://x.x.com:9200), is there anyway to prevent it without editing the code source?
The text was updated successfully, but these errors were encountered:
Describe the bug
I exposed opensearch using ingress nginx on https://x.x.com, and i want logstash to remotly send logs to it ( they're in seperated clusters). then nginx will route the traffic to opensearch instance.
Expected behavior
Send HTTP requests at https:/x.x.com then nginx controller routes it to opensearch instance.
Host/Environment (please complete the following information):
*Issue
Logstash is appending 9200 to the endpoint ( https://x.x.com:9200), is there anyway to prevent it without editing the code source?
The text was updated successfully, but these errors were encountered: