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

Unable to connect to opendistro elasticsearch using metricbeat

Somehow i could manage to run the opendistro cluster on my local mac using docker with kibana dashboard and elasticsearch APIs working as expected. But getting the following error while communicating to elasticsearch from metricbeat. "Failed to…
vinay
  • 49
  • 8
1
vote
2 answers

Amazon Elasticsearch service Kibana's error: "Tenant indices migration failed"

I got my Elasticsearch service disk storage space totally used, henceforth I had to increase the space, which worked. However, after that kibana stopped working with error on kibana URL as Tenant indices migration failed. I've tried multiple links…
1
vote
0 answers

I can't install OpenDistro 1.7.0 with ElasticSearch 7.6.1 on CentOs 7

i’ve install ELK stack on a Centos 7 server VM everything works as expected , so when i try to install OpenDistro 1.7.0 with ES 7.6.1 which is compatible following the doc : https://opendistro.github.io/for-elasticsearch-docs/docs/install/plugins/…
Moro007
  • 75
  • 2
  • 9
1
vote
1 answer

Why is my timestamp range query returning nothing

I'm using elasticsearch open distro in order to create an alert system. But I have one issue with my elasticsearch query: "search": { "indices": ["test_alert"], "query": { "size": 3, …
Lucas Gras
  • 961
  • 1
  • 7
  • 22
1
vote
1 answer

install plugin for Open Distro

Amazon Elasticsearch Service offers k-Nearest Neighbor (k-NN) search which can enhance search by similarity use cases.…
shantanuo
  • 31,689
  • 78
  • 245
  • 403
1
vote
0 answers

master node cannot discover other nodes in a cluster

i’m trying to create a cluster of 3 nodes with encrypted communication among the nodes. I have generated a pem certificate for each node and i’ve configured seed hosts and cluster initial master. This is elasticsearch.yml: cluster.name:…
1
vote
0 answers

Index migration failed

I'm working with docker and 1.1.0 opendistro for es version, i noticed that if i put on kibana.yml `opendistro_security.multitenancy.enabled: true` i get this error: index migration failed for opendistro 7.1.1 i checked migrate_tenants.js: /* *…
1
vote
1 answer

Can anyone explain what is meant by ?

I am trying to setup ElasticSearch OpenDistro but I am not able to understand what is meant by in the link…
1
vote
1 answer

How to get variable values in triggered alert in AWS ElasticSearch Service?

I'm trying to post detailed message on Slack from AWS ElasticSearchService Monitor Alert Trigger. I've tried to use variables as in description https://opendistro.github.io/for-elasticsearch-docs/docs/alerting/monitors/ Alerts are getting triggered…
antken
  • 919
  • 1
  • 10
  • 12
1
vote
1 answer

How to setup kibana Single sign on with keycloak

Kibana Single Sign-On with OpenID and Keycloak. I have configured the the setup by following the opendistro documentation. https://opendistro.github.io/for-elasticsearch-docs/docs/security-configuration/openid-connect/ docker-compose.yml version:…
nad87563
  • 3,672
  • 7
  • 32
  • 54
1
vote
0 answers

How to make Basic authentication on Open Distro?

I am trying to add an username and password in URL to be able to view an iFrame of an account. I tested : But it shows me: Something went wrong Try refreshing…
Mathias
  • 11
  • 4
1
vote
0 answers

Not able to run OpenDistro for Elastic in kubernetes as non-root -supervisord error

I am setting up OpenDistro for Elastic in Kubernetes. The cluster has pod security in place that will not allow privileged pods. When I start the cluster the logs indicated a permission issue with /usr/share/supervisor/supervisord.log I have a…
isaacnc
  • 11
  • 1
0
votes
0 answers

Elasticsearch performance degrades after upgrading from 6.7 to 7.10

We are trying to migrate the elasticsearch from 6.7 to 7.10 by using amazon/opendistro-for-elasticsearch which are 0.9.0 and 1.13.2 and we plan to move to 8 without using that image. The indices are reindexed in the new elasticsearch cluster. And we…
0
votes
0 answers

What permissions are needed for user to create Tenant in Opensearch?

I am trying to create an internal user in Opensearch who can create and delete Tenant I want to know what permissions I need to assign to internal user to create/delete tenant. I tried giving all_access but I don't want to assign all the access to…
0
votes
1 answer

Is it possible to define an ISM/ILM policy such that an action is only performed when all the conditions are met?

For instance, I want to rollover my index only when both index_age:"1h" AND doc_count:1 { "policy": { "description": "Example rollover policy.", "default_state": "rollover", "states": [ { "name": "rollover", …
1 2 3
8 9