Questions tagged [elastic-cloud]

134 questions
1
vote
1 answer

Exposing Kibana behind GCE ingress (UNHEALTHY state)

I'm trying to expose Kibana behind of a GCE ingress, but the ingress is reporting the kibana service as UNHEALTHY while it is healthy and ready. Just note that the healthcheck created by the Ingress is still using the default value HTTP on the root…
1
vote
1 answer

Elasticsearch shard sizes and JVM memory for elastic cloud configuration

I have a 2-node ES cluster (Elastic Cloud) with 60GB heap size. Following are my indexes and number of shards allocated. green open prod-master-account 6 0 6871735 99067 4.9gb 4.9gb green open prod-master-categories 1 1 221 …
1
vote
1 answer

Elastic Cloud Circuit_breaking_exception

We recently upgraded our elastic cloud deployment from 6.8.5 to 7.9 After the upgrade we are seeing the following error time to time. { "error" : { "root_cause" : [ { "type" : "circuit_breaking_exception", "reason" :…
1
vote
1 answer

Make a simple http GET request with --data-raw in angular 2+

I am trying to make the following GET request using angular httpClient but unsuccessful so far. Can anyone please help out. The request is the following. curl --location --request GET 'MY_URL_TO_SEND' --header 'Content-Type: application/json'…
Mj1992
  • 3,404
  • 13
  • 63
  • 102
1
vote
2 answers

Elastic cloud on Kubernetes (ECK) using helm 3

Is there a way to run Elastic cloud on Kubernetes (ECK) with helm3?
Minisha
  • 2,117
  • 2
  • 25
  • 56
1
vote
2 answers

Elastic Cloud APM Server - Queue is full

I have many Java microservices running in a Kubernetes Cluster. All of them are APM agents sending data to an APM server in our Elastic Cloud Cluster. Everything was working fine but suddenly every microservice received the error below showed in the…
Edgar Peixoto
  • 543
  • 1
  • 5
  • 23
1
vote
2 answers

how to do IP filtering on elastic cloud

i am trying to configure ip filtering for my instance on elastic cloud. i want to block all unallowed ip addresses to my elasticsearch and kibana. i tried to follow this…
ryioio
  • 31
  • 2
1
vote
1 answer

Index data to elasticssearch cloud from Aws DynamoDB using java

I want to index the data from dynamo DB to elasticsearch cloud SAAS. My elasticsearch endpoint will be like elasticsearch endpoint URL https://d9bc7cbca5ec49ea96a6ea683f70caca.eastus2.azure.elastic-cloud.com:1234 When ever if the CRUD operation…
1
vote
1 answer

Index Cleanup and Retention Elastic Cloud

I am having a hard time finding a clear cut answer: What is the default retention time before deletion for an index in Elastic Cloud (ELK Stack) and can it be easily modified? We have recently migrated from a on-prem ELK stack to a cloud solution.…
Wobbley
  • 914
  • 1
  • 10
  • 27
1
vote
1 answer

Grafana doesn't recognize fields in Elasticsearch (Elastic Cloud)

I am trying out Elastic Cloud. I want to connect to Elasticsearch in Grafana However, I have a field named timestamp in my index. Grafana doesn't recognize it. Things I did : 1) I tried `timestamp' instead of @timestamp 2) I…
Jin Lee
  • 3,194
  • 12
  • 46
  • 86
1
vote
1 answer

Elasticseach - RestHighLevelClient connection to elastic cloud

I'm not able to connecto to my cluster hosted by Elastic Cloud using RestHighLevelClient: org.apache.http.ProtocolException: Not a valid protocol version: [0x1e][0x1f][0x20]*ÿÿÿÿ[0x26][0x27][0x28][0x2a][0x2b][0x2c][0x2d]No acceptable header…
1
vote
1 answer

Migrating from source

I want to migrate data from an old Elastic Search deployment to a new one with a newer version. I read that the only way to do so is by 'migrating from source'. I can't really find any documentation on this. Do they really just mean uploading all…
Titulum
  • 9,928
  • 11
  • 41
  • 79
1
vote
1 answer

Elasticsearch - general architecture and Elastic Cloud questions

Background We're designing the architecture of a new system using Elasticsearch now, and we plan to use Elastic Cloud based on reviews contrasting their service with AWS's, and self-hosting on an EC2 instance. As we design the system, I'm trying to…
Nathan
  • 4,545
  • 6
  • 32
  • 49
1
vote
1 answer

When to create or reuse an Elasticsearch cluster?

My team has been using a minimal Elasticsearch implementation for a year now, and we'd now like to additionally use ES for a new and totally different use case, using different and essentially unrelated data. While I have been reading about…
Nathan
  • 4,545
  • 6
  • 32
  • 49
1
vote
0 answers

Can I calculate time difference between consecutive document in elasticsearch?

Suppose there are 3 records,the timestamp of first record is 10:45:00 and timestamp of second record is 10:47:00 and timestamp of next record is 10:50:00;the time difference between first and second record is of 2 minutes and time difference between…
1 2 3
8 9