Questions tagged [elasticsearch-opendistro]

An Apache 2.0-licensed distribution of Elasticsearch enhanced with enterprise security, alerting, SQL, and more. Links:

https://opendistro.github.io/for-elasticsearch

https://www.elastic.co/products/elasticsearch

This solution is provided by AWS with a "fork" of elasticsearch engine (more detail on this post)

134 questions
1
vote
1 answer

How to integrate existing Auth Service with kibana and opendistro for authenticating users

We have our own authentication server developed in NodeJs, which acts as identity provider for users. So We are looking for how we can integrate it with Kibana-opendistro.
Shahana N
  • 11
  • 1
1
vote
1 answer

AWS OpenSearch OpenIdConnect as Authentication Method

I am trying to add an authentication method to AWS OpenSearch. By default it comes with basic auth with internal db, I would like to configure Security Plugin with a second authentication mechanism OpenId Connect Documentation says to use Update…
1
vote
1 answer

AWS Elasticsearch Service node tries to connect to unknown destination

I have an AWS Elasticsearch Service Cluster running with the following specs: version 7.9.1, service software release R20210426-P2 3 nodes, no dedicated master nodes instance type: t3.medium.elasticsearch I enabled the application log via…
1
vote
1 answer

How to verify the policy is applied to index correctly in ES?

Per this doc, we try to set the policy to index pattern PUT _opendistro/_ism/policies/hot_delete_rule_for_log { "policy": { "description": "hot delete rule for log", "default_state": "hot", "states": [ { "name": "hot", …
zangw
  • 43,869
  • 19
  • 177
  • 214
1
vote
1 answer

Use Open Distro security plugin in regular Elastic stack

I was trying to find an opensource plugin to use LDAP/AD authentication for Elasticsearch/Kibana. I found Open Distro which is currently based on Elasticsearch 7.10.2, and I wanted to use the security plugin in my existing regular ES stack which…
1
vote
1 answer

What is the correct (typical) value for elasticsearch.hosts in kibana.config in kubernetes

In the OpenDistro Helm README.md, the Example Secure Kibana Config With Custom Certs defines: elasticsearch.hosts: https://elasticsearch.example.com:443 This would imply a DNS hostname external to the kubernetes cluster. However, the generated name…
mconner
  • 1,174
  • 3
  • 12
  • 24
1
vote
2 answers

Opendistro Kibana REST API returns 404

I am playing with Opendistro Elastic + Kibana. I have followed this guide to run these services locally via docker compose: docker-compose.yml. All starts fine and after pushing some data to elastic, I am able to see it via Kibana. Elasticsearch…
xmcax
  • 313
  • 1
  • 8
1
vote
1 answer

Cannot override static roles in Elastic Security

I have an issue about Elastic Security. I use OpenDistro for Elastic Security, it's a 3rd party tool. I solved SSL and I set up all system using Docker. After containers are up, I have to run the given command inside of…
user7249176
1
vote
1 answer

How to access kibana from browser?

I installed elastic and Kibana as per the instructions mentioned here... https://opendistro.github.io/for-elasticsearch/downloads.html#prod I can connect to the local elastic server using curl: # curl -XGET https://localhost:9200 -u 'admin:admin'…
shantanuo
  • 31,689
  • 78
  • 245
  • 403
1
vote
1 answer

Add _id to the source as a separate field to all exist docs in index

I'm new to Elastic Search. I need go through all the documents, take the _id and add it to the _source as a separate field by script. Is it possible? If yes, сan I have an example of something similar or a link to similar scripts? I haven't seen…
TehD
  • 28
  • 5
1
vote
2 answers

Open Distro for Elasticsearch on-prem Kubernetes issues

I'm attempting to setup an open distro for elasticsearch cluster on an on-prem kubernetes cluster. I'm using https://github.com/opendistro-for-elasticsearch/opendistro-build/tree/master/helm with mostly default values. The only thing changed in the…
1
vote
1 answer

Can we migrate our DB to elastic search?

We have a huge PostgreSQL DB but its very slow in terms of processing, we already have a very good indexing in place with PostgreSQL but it takes a while to get our data from Postgres, we are planning to migrate our DB to Elastic Search, just for…
1
vote
1 answer

Disable state management history in Elasticsearch with Open Distro

I have ElasticSearch on AWS which uses Open Distro rather than Elastics ilm. When you apply state management for indexes it causes a crazy amount of audit indexes to be created. I would like to just disable this…
Phill
  • 18,398
  • 7
  • 62
  • 102
1
vote
0 answers

Opendistro KNN score giving different scores on the same query vector

I am using “cosinesimil” as the knn.space_type in opendistro elasticsearch version 7.8.0. I indexed 3 documents with attribute type knn_vector(the only other attribute supplied other than the knn_vector was a status term with value 1). The 3 vectors…
1
vote
0 answers

FAIL: Configuration for 'config' failed because of UnavailableShardsException[[.opendistro_security][0] primary shard is not active

I was trying to configure opendistro elastic search by my own certificates. when i did a curl to esip:9200 the response was Open Distro Security not initialized. Later when i tried to run security admin.sh for initializing security the error was…
1 2
3
8 9