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

[Enhancement][opensearch]add port 9600 (Performance Analyzer) #251

Open
toby181 opened this issue Apr 25, 2022 · 1 comment
Open

[Enhancement][opensearch]add port 9600 (Performance Analyzer) #251

toby181 opened this issue Apr 25, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@toby181
Copy link

toby181 commented Apr 25, 2022

Is your feature request related to a problem? Please describe.
Exposing port 9600 (Performance Analyzer) is not possible via the opensearch chart, that needs to be done manually by modifying the statefulset and service.

Describe the solution you'd like
Port 9600, which is required for Performance Analyzer, needs to be exposed on the master(?) node and via the opensearch-cluster-master service.
Reference:
https://opensearch.org/docs/latest/opensearch/install/docker/#sample-docker-compose-file-for-development
https://opensearch.org/docs/latest/monitoring-plugins/pa/index/

Manual configuration:
StatefulSet 'opensearch-cluster-edu4-master':
spec.template.spec.containers.ports:
- containerPort: 9600
name: perf
protocol: TCP

Service 'opensearch-cluster-edu4-master':
spec.ports:

  • name: perf
    port: 9600
    protocol: TCP
    targetPort: 9600

Additional context
I'm not sure whether the port needs to be exposed on the master nodes only or on all node types.

@toby181 toby181 added enhancement New feature or request untriaged Issues that have not yet been triaged labels Apr 25, 2022
@prudhvigodithi
Copy link
Member

Hey @toby181 I agree with you TCP 9600 metrics port should exposed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: 📦 Backlog
Development

No branches or pull requests

2 participants