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
0 answers

LDAP integration with Open Distro for Elasticsearch

I installed Openldap and created one user by following this documentation https://help.ubuntu.com/lts/serverguide/openldap-server.html. OpenLDAP is working fine. I also configured LDAP authentication on Open Distro for Elasticsearch (debian…
0
votes
0 answers

elasticdump error while performs export or import

whenever i start to import or export the data, i faced this error from elasticdump... starting dump Mon, 07 Oct 2019 06:15:25 GMT | got 5 objects from source file (offset: 0) Mon, 07 Oct 2019 06:15:26 GMT | Error Emitted => Cannot read property…
zz10
  • 67
  • 1
  • 10
0
votes
0 answers

kibana no living connections with opendistro

i faced some issue where i need to setup the connection between kibana and elasticsearch. curl http://elasticsearch:9200/ is working fine what i notice here when i add logstash configuration then this kibana wouldnt able to start and throw below…
zz10
  • 67
  • 1
  • 10
0
votes
2 answers

Connection refused on the Kibana kubernetes service

I have deployed Open Distro using a modified Helm chart from myself The Kibana kubernetes service looks like apiVersion: v1 kind: Service metadata: annotations: creationTimestamp: "2019-09-05T15:29:04Z" labels: app: opendistro-es …
0
votes
1 answer

Opendistro elasticsearch, no permissions for [ ] and User [name=admin, roles=[admin]

I try to run this command on elasticsearch server but i get error for permission. I use opendistro for elasticsearch curl -XPUT 'localhost:9200/_settings' -H 'Content-Type: application/json' -H 'securitytenant: Private' -u admin --insecure -d…
pioupiou
  • 836
  • 2
  • 14
  • 29
0
votes
0 answers

How to create keystore and truststore file for opendistro elasticsearch?

I am using Open Distro for Elasticsearch rpm. I have setup my LDAP server in config.yml. However when I start my elasticsearch cluster, it gives me this error "Empty file path for opendistro_security.ssl.transport.truststore_ filepath". I am using…
hmty
  • 1
  • 1
0
votes
1 answer

Configure kibana with SSL

I want to configure Kibana, so, that I can access over https. I did following changes in Kibana config file (/etc/kibana/kibana.yml): server.host: 0.0.0.0 server.ssl.enabled: true server.ssl.key: /etc/elasticsearch/privkey.pem // Using same SSL that…
RNK
  • 5,582
  • 11
  • 65
  • 133
0
votes
0 answers

Kibana ssl configuration

I installed elasticsearch and kibana using this guide: https://opendistro.github.io/for-elasticsearch-docs/docs/install/ I created SSL for domain and using it in kibana.yml config. server.ssl.enabled: true server.ssl.key:…
RNK
  • 5,582
  • 11
  • 65
  • 133
0
votes
1 answer

Unable to connect elasticsearch-opendistro with kibana

I am trying to connect a amazon/opendistro-for-elasticsearch:0.9.0 with docker.elastic.co/kibana/kibana:7.0.1 below is my docker compose. I new to elastic stack, version: '3' services: application: image:…
elcharrua
  • 1,582
  • 6
  • 30
  • 50
0
votes
2 answers

Kibana UI always shows status page after ElasticSearch restart

I'm using Open Distro for ElasticSearch with Docker (Docker Compose) and on first boot everything works fine. However, after restarting the Docker containers Kibana always redirects me to the status page no matter what link I click in the menu. I…
Bart
  • 433
  • 3
  • 19
-1
votes
1 answer

Wrong files are loading while starting elasticsearch server (installed OpenDistro in it)

Describe the bug I have installed OpenDistro plugin using the following command and created the following config files manually. I have configured the elasticsearch.yml file with the created pem files. Insall OpenDistro Plugin: sudo…
SST
  • 2,054
  • 5
  • 35
  • 65
-1
votes
1 answer

Failed to connect to backoff(elasticsearch 401 Unauthorized: Unauthorized)

I have recently installed opendistro elasticsearch on a dedicated host and also setting up APM server on another host. I have the following Error response when starting up apm-server via systemctl apm apm-server[3220]:…
ribbit
  • 79
  • 2
  • 13
-1
votes
1 answer

Empty response when accessing kibana via https

I've been following this guide to setup opendistro for elasticsearch on AWS EKS. Currently, My elasticsearch pods work when querying from our VPC. Kibana has an interfacing load balancer, and works fine when I have server.ssl.enabled: false but I…
Anthony Harley
  • 1,327
  • 1
  • 8
  • 16
-2
votes
1 answer

How to create an alerting in Open Distro that warns about the event increase in Wazuh?

For example, over 4000 events per day should have an email notification.
amy
  • 1
1 2 3
8
9