Where is `Data Source Experimental` Option on OpenSearch?

0

Hi there,

I am using a 2.5 OpenSearch instance managed by AWS (not serverless). I would like to collect my Prometheus metrics from an EKS in the same VPC as the OpenSearch cluster. But I found no button of configuring data source on the OpenSearch dashboard. I tried to find it using the tutorial here https://opensearch.org/docs/2.4/dashboards/discover/multi-data-sources/. Is it because I do not have the proper permission to do this?

질문됨 일 년 전208회 조회
2개 답변
0

I'd suggest taking the following steps to collect Prometheus metrics from your EKS cluster and send them to your OpenSearch instance:

  • Firstly, deploy Prometheus server on your EKS cluster. You can do this by following the official Prometheus guide or use the Prometheus Operator for a simpler deployment process.
  • Use the Prometheus OpenSearch Exporter to convert your Prometheus metrics to the OpenSearch format. This Exporter helps in generating and exporting your Prometheus metrics in a format that can be ingested by OpenSearch.
  • Configure the OpenSearch Exporter to send metrics data to your OpenSearch instance. This step involves providing your OpenSearch instance's endpoint and authentication details.
  • Once the metrics are ingested into OpenSearch, you can use OpenSearch Dashboards to visualize and analyze the metrics data.

In case you're facing permission issues, make sure that your IAM role or user has the necessary permissions to access the OpenSearch cluster and create/update indices. Additionally, ensure that the security group associated with your OpenSearch cluster allows inbound traffic from your EKS cluster.

profile picture
전문가
답변함 일 년 전
0

Do you mean prometheus exporter for OpenSearch plugin found here https://github.com/aiven/prometheus-exporter-plugin-for-opensearch? It seems expose only the OpenSearch metrics. Where I can find the plugin you mentioned to sent metrics data in my EKS to the OpenSearch cluster?

답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠