6,315 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
134
views
How to fetch data from two different dataview using LOOKUP JOIN in Elastic?
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-...
1
vote
1
answer
102
views
Logs not showing in Kibana
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 ...
0
votes
1
answer
82
views
ElasticSearch stopped logging
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 ...
0
votes
1
answer
93
views
Elasticsearch bucket_path keep getting Validation Failed: 1: No aggregation found for path
POST huawei-monitor-logs-*/_search
{
"size": 0,
"query": {
"term": {
"event.original": "down"
}
},
"aggs": {
"...
0
votes
0
answers
71
views
Logstash ILM Policy Causes 400 Error: Object Mapping for Field Tried to Parse as Object
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-...
0
votes
0
answers
52
views
How can I reference a second column (not the metric value) to control font color in a Kibana Canvas metric?
I'm working in Kibana Canvas using ESSQL, and I have a query that returns a single row with two columns like this:
sum_of_orders
color_index
645
3
I want to display sum_of_orders in a metric element, ...
0
votes
2
answers
74
views
Version Conflict Issue while deleting doc from Elastic
In Elastic version 7.17.29, sometimes I can see the doc on hitting the GET query, and sometimes I can not:
GET <index_name>/_search
{
"query": {
"match": {
...
0
votes
0
answers
47
views
kibana snapshot SLM from 5 days and indexes from one year
I defined SLM for 5 days as below:
PUT _slm/policy/new-snapshot-1
{
"schedule": "0 40 21 * * ?",
"name": "<index-{now/d}>",
"...
0
votes
2
answers
57
views
Results search use script query not true?
I have a problem that requires finding the value corresponding to the label. I have a query with the following script:
GET hawkcam_object_v3_test/_search
{
"query": {
"bool": ...
0
votes
0
answers
42
views
Opensearch-dashboards throws intermittent authentication failures for internal calls
I have an Opensearch v3.1.0 container and an Opensearch-dashboards v3.1.0 container.
Whenever I access the opensearch-dashboard console from the browser, I get the following logs from Opensearch
[2025-...
2
votes
1
answer
751
views
After upgrade to Spring Boot 3.5, ECS logging seems to stop working
In our application we use the Spring Boot built-in logging in ECS format:
logging.structured.format.console=ecs
logging.structured.format.file=ecs
This automagically produces nicely ECS-formatted ...
1
vote
0
answers
26
views
Connect local Kibaba to remote Elasticsearch cluster version 8.x
I had a hard time trying to run local Kibana with Docker and connect to a remote Elasticsearch cluster in version 8.18.x
Previously, I had an ES version 7 running in a k8s-managed cloud
Then I ...
0
votes
0
answers
32
views
Running Kibana Functional Tests in Docker Fails with WebDriver: session not created (user-data-dir conflict)
I am developing my kibana plugin. I coded some tests which I can run in local easily like this:
TMPDIR=$HOME/tmp TEST_BROWSER_HEADLESS=0 yarn test --functional-test --testConfigFile ./test/functional/...
1
vote
0
answers
56
views
Elasticsearch Runtime Query Performance Issues
having huge latency issue while working with elasticsearch runtime query. i have a nested type mapping field "actTypeCadence".
"actTypeCadence": {
"type": "nested&...
-1
votes
1
answer
129
views
How to configure elastic/kibana SSO openid with wso2?
I am trying to configure SSO using OpenID Connect with Elastic Kibana. I am using WSO2 version 7.0.0 and Elastic/Kibana version 8.18.1. I have enabled the 30-day trial period and also activated the 30-...