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:…

Muqthar Ali
- 83
- 10
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:
1
vote
0 answers
change logo OpenSearch dashboards - kibana
Need to change OpenSearch logo in the dashboard.
Found i way to change if I run it local host or using docker changing the opensearch_dashboards.yml. But how could i change it if i hosted this in AWS? Not locally or using a docker.
Reference link:…

johnson
- 379
- 2
- 17
1
vote
1 answer
Opensearch 1.2.3 performance Analyzer api metrics answer response empty
I need to use the opensearch helath metrics.
In the documenteation it's mentioned to use the api as follows:
[https://opendistro.github.io/for-elasticsearch-docs/docs/pa/api/#sample-request][1]
On my local dev system, using the API from the example,…

eyalcoco
- 11
- 2
1
vote
0 answers
How to add email message body in opensearch dashboard
we are trying to send email notifications using few filters.the requirement is we need to add the error description in the email body. we didnt find any solution in the OpenSearch dashboard monitoring document. could you please help me how to add…

wonder-women
- 11
- 1
1
vote
0 answers
Are there any "Enrich processor" alternatives for OpenSearch?
My scenario:
These are my indexes on the OpenSearch cluster
posts
likes
Requirement:
When I query for a post I should also be able to enrich or populate the obtained documents with their respective likes, which are stored in another index…

Abd
- 85
- 7
1
vote
1 answer
Not able to see any data in discover tab when configuring index level permissions in Opensearch Dashboard
I have configured my Opensearch with some indices and able to see the logs in Discover tab using admin user.
Now, the next step is to provide index level permissions to each user.
Current Configuration: I have created one role with full cluster…

vivek
- 187
- 14
1
vote
1 answer
Authenticate AWS Opensearch dashboard using LDAP via keycloak
Requirement
I am working on a client project where we need to setup our AWS managed OpenSearch dashboard (Kibana). As per the requirement, we should use keycloak for SAML configurations. Also need to use LDAP as user federation.
Current Setup
AWS…

vivek
- 187
- 14
1
vote
1 answer
Having issue start up opensearch stack(docker-compose file)
I am trying to stand up a opensearch cluster by using the example from the opensearch webstite
https://opensearch.org/docs/latest/opensearch/install/docker/
version: '3'
services:
opensearch-node1:
image: opensearchproject/opensearch:1.2.3
…

Mini-J
- 13
- 3
1
vote
1 answer
OpenSearch return results based on field in multiple indices
I have an index containing vulnerable dependencies, and their status in repositories.
I don't want to remove the alerts when they are resolved, as i also want to log that the vulnerability has been patched.
However, this means that i end up with…

Adrian Andersen
- 83
- 2
- 6
1
vote
1 answer
Enable SAML authentication for Dashboards of private AWS OpenSearch cluster running in VPC
I would like to configure single sign on for Kibana with Azure Active Directory as the identity provider and embedded SAML authentication method that OpenSearch provides.
However, OpenSearch cluster is running in private subnets and not available…

antonbormotov
- 1,821
- 2
- 20
- 32