Skip to main content
0 votes
0 answers
43 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
0 answers
18 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
1 vote
0 answers
52 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
65 views

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

I'm running an ELK stack in Docker Compose with Logstash sending logs to Elasticsearch using an ILM policy created by a separate initialization service. Setup: Elasticsearch with ILM policy Pong-logs-...
Saad Out03's user avatar
0 votes
1 answer
50 views

Using SpringBoot data elasticsearch Need to print the Elasticsearch JSON representation of the query Creating a org.springframework.data.elasticsearch.core.query.CriteriaQuery that is passed to org....
gary's user avatar
  • 508
0 votes
0 answers
49 views

I am trying to send telemetry data from ASP.NET app to elastic search. (logs, metrics, traces). I tried to log data without APM. Logs are sent to elastic without APM, but trace does not work. To ...
user19291301's user avatar
0 votes
1 answer
87 views

In my Elastic index my-index I have documents with geopoints. The ideia is to group locations hourly and get a geo centroid for each hour with a radius so I can plot on Leaflet (or similar map api) ...
solisoares's user avatar

15 30 50 per page
1
2 3 4 5
3890