Questions tagged [elasticsearch]

12 questions
1
vote
1 answer

How to curl elastic or kibana api for alerts?

I am learning to use the ELK stack. Both kibana and elasticsearch are installed on my localhost. I just learnt how to install metricbeat and how to set up alerts. When setting up the alerts, I used the index connector, and called my index…
learningtech
  • 161
  • 1
  • 8
1
vote
1 answer

How to monitor ELK using metricbeat on kubernetes (v8 compatible and simple solution)

For probably more than a year there's been a deprecation warning on xpack monitoring in elasticsearch, logstash, kibana etc. saying the built-in monitoring is going to disappear. Since I don't like running deprecated setups I figured it was time to…
Kristofer
  • 131
  • 5
1
vote
1 answer

Unable to connect to Elasticsearch [ Error: Request Timeout after 30000ms ]

I have installed elasticsearch-oss 7.9.2 and kibana 7.9.2 on ubuntu 18.04 when I start elasticsearch service then it's started normally but when I start service kibana it's not starting and shows error 'Unable to connect to Elasticsearch. Error:…
Jay
  • 1,064
  • 2
  • 12
  • 21
0
votes
1 answer

Default kibana password

I installed Kibana and Elasticsearch and I cannot find in the documentation the default password for the Kibana UI. The only way to interact with Kibana is to reset the password with bin/elasticsearch-reset-password -u elastic -i. What is the…
glacier
  • 103
  • 3
0
votes
0 answers

Elastic Agent not getting log from custom log path

I have elastic agent in fleet mode. I have docker application generate log at /log/mytest.log. I configured custom log to point to the path. All seem good but not getting log from the path. Did I missing anything?
conandor
  • 101
  • 1
0
votes
1 answer

Getting the Temporary failure in name resolution issue while starting the Elastic Search

I am deploying the elastic search cluster in self hosted kubernetes cluster. I am getting the below error message in elastic search cluster master pods. Compute resource of elasticsearch cluster vm - RAM - 8GB CPU - 4vCPU Name resolution is…
0
votes
0 answers

Elastic APM Agent - Laravel Queue

I have installed self hosted elastic apm solution for my laravel app with kibana for visualization of traces and apm elastic agent for auto instrumentation. My laravel app uses queues but the apm elastic agent is not displaying those queues in…
0
votes
1 answer

Why Elasticsearch is terminated if I bind mount a volume?

In my docker-compose I setup an elasticsearch container: version: "3.3" services: elasticsearch: build: context: . dockerfile: ./dockerfiles/DockerfileElasticSearch networks: private: public: ipv4_address:…
0
votes
1 answer

Internal proxy for external system

I have a web server in a Kubernetes Deployment which uses an ElasticSearch instance on ElasticCloud. I have parameterised (thanks to environment variables) my container, from a Secret, with this kind of url:…
GlinesMome
  • 113
  • 6
0
votes
1 answer

ECK - Install Plugins: Error privileges

My setup: AWS EKS * Platform: eks.3 * K8s: 1.18 ECK (Elastic Cloud Kubernetes): * Deployment via: Operator * Elasticsearch version: 7.10.1 Summary I'm trying to install the repository-s3 plugin at Elasticsearch pod. Here's my YAML: apiVersion:…
Vader
  • 466
  • 3
  • 15
0
votes
1 answer

Elasticsearch on Docker - file permission issues

I am trying to test LDAP in elasticsearch/kibana by running it in Docker on Windows 10. I pulled the image down: docker pull docker.elastic.co/elasticsearch/elasticsearch:7.10.0 And ran it: docker run -p 9200:9200 -p 9300:9300 -e…
Joel
  • 21
  • 5
0
votes
1 answer

How do I run opendistro elasticsearch in docker on HTTP

I'm trying to run the docker image of the AWS opendistro elasticsearch on my laptop for tesing https://opendistro.github.io/for-elasticsearch-docs/docs/install/docker/ When I run it, it expects an HTTPS connection. How do I run it on HTTP? I'm using…
Avner
  • 143
  • 1
  • 4