1,396 questions with no answers
1
vote
0
answers
18
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
24
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
257
views
How to show missing index pattern data in EFK
I have 15 log files which are connecting to some services and saving data. I am uploading the data for these log files in elastic search using td-agent. I have created index pattern for each log files ...
1
vote
0
answers
41
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&...
0
votes
0
answers
21
views
Kibana Watcher Bucket paths of aggregations error
I'm working on a Kibana Watcher in which I'm trying to aggregate the data based on server name and IIS status.
In the event a server reaches a ratio of 5% of errors, I want to send an email alert from ...
0
votes
0
answers
45
views
Elastic Search gives incorrect data while converting code from hive to pyspark
So i am in the process of converting hive to pyspark one of our script.
The hive script worked by creating multiple external tables with similar of different schemas and writing the table data to only ...
0
votes
0
answers
10
views
trial version of Elastic search kibana website are getting open via using azure elastic search resource
i've deployed ElasticSearch Resource using azure cloud. when owner is accessing Kibana URL ( By clicking link on Overview ) full fledge website is opening while users who has contributor access when ...
0
votes
0
answers
63
views
Span details not visible in trace waterfall view of Elastic Kibana APM
I use open telemetry to manually instrument my apps. I am sending traces to open telemetry collector and finally to elastic APM server. When I am at the trace waterfall view in Kibana APM, and click ...
0
votes
0
answers
43
views
Elastic Agent "To reactivate please reconfigure or enroll again." error on fresh Instance
I setup a fresh Elasticsearch and Kibana instance. I added the fleet and kubernetes integration and created a fleet server. When adding the Kubernetes Agent, the Pod is starting up and crashing ...
0
votes
0
answers
29
views
Set more than 10000 number of values in kibana visualization tables
I'm trying to fetch more than 10000 number of values in my kibana data table visualization.
Image
I get the error above, I edited index.max_result_window in all my elasticSearch indexes.
curl -s -X ...
0
votes
0
answers
36
views
Match_all used in bool queries with geo_shape filters in Elasticsearch
I've noticed that in many examples in the Elasticsearch documentation, geo_shape filters are often placed inside a bool query alongside a match_all condition, like this:
GET /example/_search
{
"...
0
votes
0
answers
50
views
ElasticSearch script to Kibana dashboard
I don't understand how to connect ElasticSearch Dev Tools scripts to Kibana dashboard.
Say that we have a nice script similar to the answer posted in this thread:
Elasticsearch aggregate for each ...
0
votes
0
answers
37
views
Need to parse the json data in elasticsearch, using fluentd json parse but the combination I tried is not working
I am trying to parse this JSON data in fluentd, could you please suggest the parser and the configuration which can be used to parse this data
[
{
"Priority": 65000,
...
0
votes
0
answers
30
views
Time in Vega can't be used
When I use below I got the following error, and I am just trying to use the time range from the dashboard, anyone can help ?
(EsError: failed to parse date field [1738832413539] with format
[...
0
votes
0
answers
79
views
Why can I not see the stacktrace for an error in Kibana -> Observability -> Errors section?
Context: We're using Elastic APM with our Flask application. We have a managed Elastic Cloud instance.
Problem: For an error in Kibana -> Observability -> Errors section, I only see the message: ...