Skip to main content
Filter by
Sorted by
Tagged with
3 votes
1 answer
34 views

old scroll stuff doesn't work since migrating. Heres the old code private RestHighLevelClient client; response = client.searchScroll(new SearchScrollRequest(response.getScrollId()).scroll(TimeValue....
Someone's user avatar
  • 65
2 votes
1 answer
54 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
  • 65
Best practices
1 vote
1 replies
46 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
25 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
124 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,452
Advice
0 votes
5 replies
51 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
26 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
63 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
50 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
69 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
28 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
89 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
98 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
0 votes
1 answer
78 views

I have an ELK database with the ElasticSearch logstash and Kibana each set up on a different docker container on the same host. The problem I am having is that the ElasticSearch server stopped logging ...
einzuk's user avatar
  • 49
0 votes
1 answer
82 views

POST huawei-monitor-logs-*/_search { "size": 0, "query": { "term": { "event.original": "down" } }, "aggs": { "...
M. Yafi Fahmi's user avatar

15 30 50 per page
1
2 3 4 5
3888