Questions tagged [opensearch-dashboards]

95 questions
1
vote
1 answer

Opensearch Error pinging Elastic server: x509 certificate signed by unknown authority

I am trying to build an Opensearch client using Go language. However, I am facing an error while pinging the Opensearch server. The error message is as follows: {"level":"error","time":"2023-04-28T02:29:00+03:00","message":"Failed to build ES…
cristid9
  • 1,070
  • 1
  • 17
  • 37
1
vote
1 answer

ValidationError while adding custom branding in opensearch_dashboards.yml

I have a working opensearch cluster running in aks using opster opensearch operator. When I add custom branding in additionalConfig section it throws error. dashboards: version: 2.5.0 enable: true additionalConfig: server.basePath: "/opensearch" …
zahid
  • 23
  • 4
1
vote
1 answer

How to create a date histogram in Kibana?

I want to create a date histogram with opensearch dashboards. The time format of my data is YYYY-MM-DD HH:mm:ss.SSS, which I have set under Stack Management > Advanced Settings > Date Format. I get an error like this: Under Discover, I can sort by…
naraghi
  • 430
  • 1
  • 6
  • 18
1
vote
1 answer

Monitoring API for OpenSearch Dashboards

I would like to have some health checks, that OpenSearch Dashboards is running, as I expected. I would like to get via some API calls some usage statistics similar, like in Kibana. Have OpenSearch Dashboards some statistical API endpoints? If yes,…
Adavan
  • 63
  • 2
  • 6
1
vote
2 answers

Export opentelemetry metrics to open search

I am trying to export opentelemetry metrics to open search. My configurations are as mentioned below metrics-pipeline: source: otel_metrics_source:: processor: - otel_metrics_raw_processor: sink: - opensearch: hosts:…
1
vote
1 answer

Embed Open Search dashboard in iframe with AWS Cognito authentication

I'm trying to embed an Open search dashboard in an iframe inside a react application. The iframe code is provided by Open Search: