Questions tagged [elastic-cloud]

134 questions
2
votes
3 answers

ECK (Elastic Cloud on Kubernetes) restart container without using kubectl delete

Is there a way to restart a Elasticsearch cluster without using kubectl delete? The context is that I have no access to run any cli commands (including kubectl commands), I can only deploy yaml files through kustomize. I now want to install a plugin…
Saligia
  • 147
  • 1
  • 9
2
votes
1 answer

Should I call search query to Elasticsearch from backend or client app?

I have a web site that frontend developed by vue.js(SPA) and backend developed by node.js. I want to use Elasticsearch in the search box at main page. Should I call search query from client to elasticsearch or client to nodejs backend and then to…
2
votes
1 answer

Connect to Elastic Enterprise Search using Node.js

I have following code to connect to Elastic Search Using Cloud ID const { Client } = require('@elastic/elasticsearch') //or using elastic.Client from ('elasticsearch') var client = new Client({ cloud: { id: 'cloudId' }, auth: { …
user13116294
2
votes
0 answers

Could not enable plugin with error: requires SSO SAML realm configuration to be modified and must be included in the deployment payload

I tried to enable an analysis plugin in the elastic cloud, eventually, I got back the following error after I clicked Save Your changes cannot be applied The [enterprise_search] resource [main-enterprise_search] requires SSO SAML realm…
channa ly
  • 9,479
  • 14
  • 53
  • 86
2
votes
1 answer

Elastic Cloud, Filebeat, and Key/Token Authentication

Is it possible configure filebeat to communicate with an Elastic Cloud instance using token authentication? According to the docs, if I'm using a cloud instance I should configure cloud.id and cloud.auth in filebeat.yml cloud.id: "..." cloud.auth:…
Alana Storm
  • 164,128
  • 91
  • 395
  • 599
2
votes
1 answer

How to Pause Elasticsearch in Elastic Cloud?

Unable to pause Elasticsearch instance in Elastic Cloud. In Documentation, It is mention for pause but unable to get any option on Elastic Cloud Console. Documentation Link…
Ritesh Jhaggar
  • 103
  • 1
  • 7
2
votes
0 answers

LTR plugin of elasticsearch not working on elastic cloud

While trying to use LTR plugin of elasticsearch by making a PUT request to _ltr to initialize the , Ref - https://elasticsearch-learning-to-rank.readthedocs.io/en/latest/index.html on elastic cloud , It gives back an error saying - { "status":…
2
votes
1 answer

Elastic cloud on kubernetes to set password to a constant value and not change on every installation

I am using eck, and on every installation, the eck operator set a new password. Possible to fix the password to a constant value? anyone tried this?
Minisha
  • 2,117
  • 2
  • 25
  • 56
2
votes
1 answer

Query builder not finding matches in Elastic Search JAVA high level reset client

I wrote JAVA code that queries an Elastic Search index (served by Elastic Cloud - although I don't think that's relevant to this question). With no query terms, the function returns all documents in the index as expected. When I add a search query…
2
votes
2 answers

Launching Elastic Kibana - internal server 500 error - [illegal_argument_exception] application privileges must refer to at least one resource"}

I launched Kibana in my Elastic Cloud account and see this message. Why can I not log in to my Kibana account? I restarted my deployment and see the same error. If this is relevant, I should add that there is an issue with my Elastic Search. It is…
GNG
  • 1,341
  • 2
  • 23
  • 50
2
votes
1 answer

How to add more than once node per zone in elastic cloud

I want to deploy an elastic search cluster which has more than 3 nodes. However, during the configuration phase, maximum number of zones we can choose is 3, and maximum nodes per zone is limited to 1. There is a box which we can select the number of…
Sajeeva Lakmal
  • 157
  • 3
  • 17
2
votes
2 answers

Elasticseach cluster won't elect new master after losing the previous ones on ECK

I have an 7.4.0 ES cluster using ECK 1.0 and after my 3 dedicated master nodes got out of disk space, I deleted them along with the volumes to test a critical scenario. Once the new eligible masters were created, they couldn't elect a new member.…
2
votes
0 answers

Why is there an instance of Logstash in the Elastic Cloud deployment?

I'm investigating the Elastic Cloud hosted ELK stack (https://www.elastic.co/cloud/elasticsearch-service) and the deployment includes an instance of Logstash. I thought Logstash was just supposed to be installed on the servers that I'm looking to…
Josh Russo
  • 3,080
  • 2
  • 41
  • 62
2
votes
1 answer

How can I import data from MySQL(AWS RDS) using Logstash of Elastic Cloud via AWS VPC?

I'm trying to import some data from AWS RDS to Elasticsearch of Hosted Elastic Cloud - It's not AWS Elasticsearch Service What I want to do is below. What: Data import From: AWS RDS MySQL To: Elasticsearch in Elastic Cloud How: Using Logstash of…
Jay Lim
  • 371
  • 3
  • 14
2
votes
3 answers

Logstash Elastic Cloud 401 Unauthorized error

Official logstash elastic cloud module Official doc for starting with My logstash.yml looks like: cloud.id: "Test:testkey" cloud.auth: "elastic:password" With 2 spaces in front and no space at end, within "" This is all I have in logstash.yml…
Aashish Gahlawat
  • 409
  • 1
  • 7
  • 25
1
2
3
8 9