Skip to main content
0 votes
1 answer
33 views

here i got : Elasticsearch stores most of the searchable / document-like data (text fields, city, etc.) Neo4j stores relationships and some entity attributes (e.g., gender, graph connections) Each ...
yo brr's user avatar
  • 1
-1 votes
0 answers
39 views

We're running on Symfony 4.4, Elasticsearch 6.8 on AWS OpenSearch service and FosElasticaBundle 5.1 In order to upgrade our Symfony version, we need to upgrade FosElasticaBundle to version 6.3, but ...
Bouffe's user avatar
  • 877
2 votes
1 answer
49 views

Old scroll stuff doesn't work since migrating: private RestHighLevelClient client; response = client.searchScroll(new SearchScrollRequest(response.getScrollId()).scroll(TimeValue.timeValueMillis(60000)...
Someone's user avatar
  • 63
2 votes
1 answer
77 views

I am migrating Elasticsearch to version 7.17.29 getting rid of RestHighLevelClient But I've encountered an issue since subAggregation is no longer present. This is the code I am trying to migrate. ...
Someone's user avatar
  • 63
Best practices
1 vote
1 replies
48 views

After deploying the DEMAND ES Azure Web App in PaaS, we started seeing: Slow responses from ElasticSearch. ElasticSearch node overload. Search thread pool queue saturation. 429 errors and ...
thevan's user avatar
  • 10.4k
Advice
0 votes
0 replies
28 views

I am trying to implement multi-tenancy in a Spring Boot application using Spring Data Elasticsearch. My goal is: Automatically inject a tenantId filter into all Elasticsearch queries This must apply ...
kernel's user avatar
  • 912
0 votes
1 answer
133 views

I am trying to get data from two different dataviews in Elastic (8.17.3) based on common field value using ES|QL but getting parsing error. Below is my query FROM k8s-ss-* | LOOKUP JOIN akamai ON k8s-...
Naveen Kumar's user avatar
  • 1,462
Advice
0 votes
5 replies
52 views

My application has an in-memory cache that caches all documents that were recently written (i.e. create or replace) to an index on a multi-sharded replicated Elasticsearch. The index operations are ...
Mo B.'s user avatar
  • 5,907
0 votes
0 answers
30 views

I need some help understanding the memory behaviour of our Elasticsearch data nodes. Elasticsearch version is 9.0.0. We have 8 data nodes in production. Each node has 16 GB of RAM, and the JVM options ...
Aysel Quliyeva's user avatar
0 votes
0 answers
69 views

As far as I know, there's a way to put fields into Elasticsearch which can be used for searching, but won't be returned on results. My use case is a collection of integer values paired with a customer ...
daf's user avatar
  • 1,328
0 votes
0 answers
51 views

I'm using Kotlin + Spring Boot 3.4.1 with spring-boot-starter-data-elasticsearch and Elasticsearch 8.12.2. Existing document: @Document(indexName = "crashes_summary") data class CrashSummary(...
Ozgur Baykal's user avatar
0 votes
2 answers
70 views

We experienced OpenContexts spikes in our ElasticSearch 6.8 environment. Since we’re not using Scroll Queries or Point in Time (PIT), I’d like to understand: What could be causing these OpenContexts ...
Thomas's user avatar
  • 1,874
0 votes
0 answers
32 views

I am using the Elastic.Clients.Elasticsearch v8.19.11 client to connect to Elasticsearch. I want to validate a DSL query provided as a raw JSON string. I'm not looking for simple JSON validation. ...
Jay's user avatar
  • 2,422
0 votes
1 answer
96 views

I'm trying to query documents in Elasticsearch by a date field stored as epoch milliseconds. The mapping for my index looks like this: "createdAt": { "type": "date", &...
Kwaku Biney's user avatar
1 vote
1 answer
102 views

I'm unable to see the logs in Kibana. I have installed Filebeat on Kali and Elasticsearch,Logstash and Kibana on Ubuntu. I want that Filebeat should pass logs to Logstash, then Logstash should pass to ...
Muhammad Rashid's user avatar

15 30 50 per page
1
2 3 4 5
3888