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

Elastic - Filter after selecting top 5 hits

I'm using the alerting feature in Kibana and I want to check if the last 5 consecutive values of a field exceed a threshold x but if I use a filter in my elastic query, it gets applied before the top N aggregation. Is there a way in which I can…
0
votes
1 answer

Problem with creating roles in open-distro for elasticsearch

I have 2 roles that are assigned to one user. In the first role, I include field name for documents which have _id 1 and 2 { "index_permissions": [ { "index_patterns": [ "test" ], "dls": "{\n \"terms\": {\n …
0
votes
0 answers

pre_shared_key key extension is offered without a psk_key_exchange_modes extension

I'm running opendistro for elasticsearch(v1.0.2) in kubernetes. I've initialized elasticsearch with my own self-signed certificates. elasticsearch.yml: opendistro_security.ssl.transport.pemcert_filepath:…
0
votes
0 answers

Opendsitro JDBC index table import from h2o

I am trying to import elasticsearch index table in a third party application(h2o) as sql table using opendistro jdbc driver by giving below connection url but only index columns(schema) are imported.Data(records) is not imported. conn_url =…
Sarvendra Singh
  • 109
  • 1
  • 1
  • 9
0
votes
3 answers

Open Distro for Elasticsearch: reset default admin password

I'm new to open distro for elasticsearch and trying to run it on the Kubernetes cluster. After deploying the cluster, I need to change the password for admin user. I went through this post - default-password-reset I came to know that, to change the…
Kamol Hasan
  • 12,218
  • 1
  • 37
  • 46
0
votes
1 answer

Does elastic search knn indices (aws \ opendistro) support sparse vector indices?

AWS managed elastic search includes now a vector space knn index type (https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/knn.html) which is based on open distro elastic search…
0
votes
0 answers

Plugin log level in OpenDistro cluster

I have a fresh opendistro cluster that works fine, but I try to disable some traces in log and there is one that I can't remove. The lines of log look like this : [2020-04-22T10:09:17,502][INFO ][stats_log ] [myhost01]…
YLR
  • 1,503
  • 4
  • 21
  • 28
0
votes
0 answers

Deploy AWS Elasticsearch with OpenDistro via Terraform

could you please tell me how i can deploy AWS Elasticsearch with OpenDistro authentication via Terraform code? Or it's a new feature and Terraform still doesn't support it? Thanks in advance!
0
votes
0 answers

How can I find a Kibana object using REST API

I want to find a visualization titled foo using REST API. So far I have tried with this url: /api/saved_objects/_find?type=visualization&search_fields=title&search=foo The problem is that it not only finds the object I am looking for, but also…
nix86
  • 2,837
  • 11
  • 36
  • 69
0
votes
1 answer

opendistro for elasticsearch single-node cluster not working

I am new to Opendistro for Elasticsearch. Getting excited with this new opensource to try and I am unable to setup a single node cluster. I am using all default setting after following https://opendistro.github.io/for-elasticsearch-docs/ , however I…
Learner-ELK
  • 1
  • 1
  • 1
  • 1
0
votes
1 answer

Restore from backup to another instance

I was able to take backup of elastic server data using the steps mentioned in this thread... https://forums.aws.amazon.com/message.jspa?messageID=930345#930345 But I am not able to restore data to another server. I tried a similar command…
shantanuo
  • 31,689
  • 78
  • 245
  • 403
0
votes
1 answer

Filebeat To Send Entire Log Files

So im trying to have filebeat send the entire log file as one event instead of every line as an event, but its not working, this is my filebeat setup: multiline.pattern: ^\[ multiline.negate: true multiline.match: after and this is an…
0
votes
1 answer

OpenDistro Kibana Monitor shows no data

So i got the new version of Opendistro ELK stack, including Kibana 1.3. and i got metricbeat and logstash as well but now im trying to create a monitor for alerting purposes, but when i select an index from the list it shows no data what so ever, i…
0
votes
1 answer

Getting past alert execution data

The opendistro alert history is stored in the .opendistro-alerting-alert-history- index Is it possible to get the alert query data/execution result from a past Completed alert? I’m not able to find the data Thanks in advance
Voodoo
  • 349
  • 3
  • 11
0
votes
1 answer

index_template is not applicable for next day

I set on custom template mapping for my index. Manually execute the command in kibana devtools and it's worked.How i am verify this work like again i push the index from logstash and i can see index was created and it used my custom…
zz10
  • 67
  • 1
  • 10
1 2 3
8
9