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
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.
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:
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.
The text was updated successfully, but these errors were encountered: