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
0
votes
1 answer

What is the use of data/read/scroll/clear permission in OpenDistro elastic-search?

The documentation page is 100% silent about all the permissions. How do we know what each permission is meant to do? I am specifically interested in the data/read/scroll/clear permission
user2250246
  • 3,807
  • 5
  • 43
  • 71
0
votes
1 answer

Is Canvas available for Kibana Opendistro Elastic Search?

I could not find Canvas option while working on Kibana opendistro elastic stack. Is it not available or do I have to add it from somewhere? I am new to Data Visualization in Kibana and saw Canvas features and wanted to try in my work but Canvas…
0
votes
1 answer

Integrate roles with Open Distro and Keycloak

I am trying to integrate Keycloak with ES Open Distro. I managed to fetch token with proper roles but it seems that Open Distro is not finding a given role and it returns forbidden for given indexes I have configured config: dynamic: .... …
blacky
  • 45
  • 6
0
votes
1 answer

How to connect distro elasticsearch service to another service defined in docker compose

hi i want to connect to Elasticsearch inside my app which is defined as "cog-app" service in docker-compose.yml along with ditsro elasticsearch and kibana i am not able to connect to elasticsearch when i run docker file, can you please tell me how i…
0
votes
1 answer

How to authenticate Elasticsearch with multiple users

We are trying create manage Elastic above AWS separate tenant (customer) and assign each tenant to a different index. Each customer will have their user name/password or similar like token, etc. We setup a managed ES on AWS and did integration with…
VitalyT
  • 1,671
  • 3
  • 21
  • 49
0
votes
2 answers

Adding a new document to a separate index using Elasticsearch processors

Is there a way to populate a separate index when I index some document(s)? Let's assume I have something like: PUT person/_doc/1 { "name": "Jonh Doe", "languages": ["english", "spanish"] } PUT person/_doc/2 { "name": "Jane Doe", …
DavidEG
  • 5,857
  • 3
  • 29
  • 44
0
votes
1 answer

why script processor works in reindex api and not working on pipeline

i create idices based on projectId like so: //By calling reindex API directly,it works fine POST _reindex?wait_for_completion=false { "conflicts": "proceed", "source": { "index": "xxxxx-rlk-test1-2021-07-22" }, "dest": { "index":…
0
votes
1 answer

elasticsearch : how can i run hourly cron job to call _reindex api?

I would like how can i create & run cron job to call _reindex api every houre ? I tried the following : POST _reindex?wait_for_completion=false { "trigger": { "schedule": { "interval": "1h" } }, "source": { "index":…
0
votes
1 answer

Elasticsearch - tf-idf computation for each alias in shard

Considering I have three customer accounts and the data of three accounts are stored in three aliases in the single index which is distributed across three shards. For a given query, how is the tf-idf calculated? Since it is in the single index does…
0
votes
1 answer

Configurations for Anomaly Detection Kibana plugin

I'm trying to set up the anomaly detection for opendistro elasticsearch. On their official website, they have the documentation that explains how to set it up.…
0
votes
1 answer

Kibana Fine Grained Access Control - Multiple Kibana Groups

I have different kibana roles set up in AWS Elasticsearch to protect different indices. These kibana roles are mapped to IAM roles, which are mapped to Cognito groups. My plan was to assign users into the one or more cognito groups and this would…
0
votes
1 answer

getting all monitors for a specific index in elasticsearch

I am using elasticsearch opendistro 7.2. and I have monitors with triggers created. I want to be able to delete all monitors that are relevant to a specific index (let's say "events_index"). This does not seem to work, any ideas how I should…
Tal
  • 398
  • 4
  • 19
0
votes
1 answer

How can I use elasticsearch-dbapi with Open Distro for ElasticSearch, ignoring SSL certificates?

How can I use elasticsearch-dbapi with Open Distro for Elasticsearch, ignoring ssl certificates? I am using Open Distro for Elasticsearch 1.13.2, Python 3.7, elasticsearch client 7.12.1, sqlalchemy: 1.4.17, eland: 7.10.1b1 This works: from…
0
votes
1 answer

KIBANA on K8S restart after plugin installation

I installed the opendistro alerting plugin in my kibana running on k8s deployment from the lifecycle postart, the installation is successful , but in the UI of kibana i can't see the plugin buttons , so after searching it appears that i have to…
0
votes
2 answers

How to download the previous releases of the opendistro elasticsearch and kibana

I have opendistro elasticsearch 1.10.1 running in my machine. I want to try the same version of kibana. But from the opendistro website, only the latest version is available for download. I am unable to download the previous releases.
logztechstuff
  • 75
  • 1
  • 10
1 2 3
8 9