Questions tagged [opensearch-dashboards]

95 questions
7
votes
4 answers

Unable to get OpenSearch dashboard by running OpenSearch docker compose

I am a windows user. I installed Windows Subsystem for Linux [wsl2] and then installed docker using it. Then I tried to get started with OpenSearch so I followed the documentation in the given link https://opensearch.org/downloads.html and run…
6
votes
3 answers

AWS OpenSearch give user read only access dashboard

I am using aws OpenSearch to view real-time data analysis. I am using Following roles to give my user read-only access to dashboard as mentioned here kibana_user kibana_read_only read_only_index But still the user can edit dashboard because of…
4
votes
0 answers

Amazon Elasticsearch Service, since upgrade to Amazon Opensearch service is unusably slow

Amazon OpenSearch Service (successor to Amazon Elasticsearch Service), since the upgrade from Amazon Elasticsearch service, the stock dashboards app has been cripplingly slow. Login, as well as most screen access (e.g. visualizations, dashboards,…
gbegley
  • 2,609
  • 5
  • 29
  • 41
3
votes
0 answers

Embed opensearch dashboards without login page

I'm trying to iframe opensearch dashboards in my website. Unfortunately when I add the iframe I am always landing on the login page rather then going directly to the dashboard itself. With elastic i can enable anonymous users but with opensearch i…
3
votes
1 answer

Access AWS OpenSearch's Dashboard through API Gateway

I'm trying to setup AWS OpenSearch(AWS version of ElasticSearch) and access its dashboard through API Gateway. In this way, I think I can enforce authentication in API Gateway level, and make sure the dashboard is only accessible from API Gateway…
3
votes
1 answer

How to make OpenSearch Dashboard allow self-signed certs for OpenID Connect URLs?

The problem is that the OpenID Connect URL I'm trying to reach uses self-signed certs. The plugin securityDashboards doesn't seem to like that: Error: unable to verify the first certificate\ n at TLSSocket.onConnectSecure(_tls_wrap.js: 1088: 34)\ n…
ss1
  • 1,009
  • 15
  • 32
2
votes
0 answers

Opensearch Dashboards - How to create a custom plugin/widget?

Is there a template or tutorial on creating a custom widget/template for opensearch dashboards? I have not been able to find any documentation on it, only for Opensearch itself. I am trying to create a custom plugin that will allow the ability to…
2
votes
3 answers

How to integrate opensearch with logstash on the Kubernetes Cluster?

I have a kubernetes cluster on which I have deployed a opensearch cluster and opensearch dashboard using Helm, I am also able to deploy logstash using helm successfully but I am confused on how to integrate those, I want to feed data to my…
SAGE
  • 41
  • 5
2
votes
0 answers

Metrics and alerts configuration in open search

I am using plugins to export data from opentelementry to open search. I am using below configurations metrics-pipeline: source: otel_metrics_source: ssl: false processor: - otel_metrics_raw_processor: …
2
votes
1 answer

How to insert own data by using OpenSearch dashboard in opensearch

I am very new to opensearch. In kibana we have option called Upload a file by which we can upload our own data set, I just switched to opensearch and trying to add data using opensearch dashboard to querying it in opensearch. Please let me know how…
2
votes
0 answers

Embedded OpenSearch dashboard not showing in React app because of Content Security Policy

I'm trying to display an OpenSearch dashboard with an iframe but it's only showing the login page and when I try to log in I get the following error: Refused to execute inline script because it violates the following Content Security Policy…
facundo rotger
  • 115
  • 1
  • 2
  • 10
2
votes
1 answer

Keycloak error: client_not_found reason: cannot_match_source_hash

Trying to configure AWS OpenSearch with Keycloak with SAML2. I got XML SAML metadata from Keycloak realm -> Realm Settings General -> SAML 2.0 Identity Provider Metadata and changed the entityId to "myEntityId". How to get correct xml or is there…
user3549576
  • 99
  • 1
  • 4
  • 17
2
votes
1 answer

OpenSearch Installation | securityadmin.sh | UnavailableShardsException[[.opendistro_security][0] primary shard is not active Timeout

We installed OpenSearch on 4 VMs(1 coordinating node, 1 master node and 2 data nodes) and according to documentation https://opensearch.org/docs/latest/opensearch/cluster/ when we login to OpenSearch URL or via curl, we are getting following…
1
vote
1 answer

opensearch dashboards (kibana) - start docker container with index pattern pre-configured

I have a docker-compose file containing opensearch:2.7 and opensearch-dashboards:2.7 services: opensearch: image: opensearchproject/opensearch opensearch-dashboards: image: opensearchproject/opensearch-dashboards ports: -…
terrywb
  • 3,740
  • 3
  • 25
  • 50
1
vote
1 answer

aws opensearch Timeout

am trying to reindex in opensearch for large data sets which is around 5gb, since the default timeout of opensearch is 30s , how do we increase the timeout to 5m or 10m POST _reindex { "source": { "index": "a" }, "dest": { "index":…
1
2 3 4 5 6 7