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

[QUESTION] logstash appending 9200 to opensearch endpoint in k8s #240

Closed
Siradjedd opened this issue Feb 21, 2024 · 1 comment
Closed

[QUESTION] logstash appending 9200 to opensearch endpoint in k8s #240

Siradjedd opened this issue Feb 21, 2024 · 1 comment
Labels
bug Something isn't working untriaged

Comments

@Siradjedd
Copy link

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?

@Siradjedd Siradjedd added bug Something isn't working untriaged labels Feb 21, 2024
@Siradjedd Siradjedd changed the title [QUESTION] [QUESTION] logstash appending 9200 to opensearch endpoint in k8s Feb 21, 2024
@Siradjedd
Copy link
Author

Solution
Added 443 port at the end of the endpoint ( x.x.x.com:443)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working untriaged
Projects
None yet
Development

No branches or pull requests

1 participant