6,343 questions
0
votes
1
answer
68
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
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
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&...
-1
votes
1
answer
77
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-...
0
votes
1
answer
31
views
How can I retrieve non-array type properties with Elasticsearch?
Within our Elasticsearch documents I have a an optional nested type called "tags" that resides in the array property "text".
The JSON looks like:
{
"text" :[
"...
1
vote
1
answer
41
views
Kibana/Elastic HTTPS
Having trouble to establish HTTPS between Kibana and ES.
Kibana/ES version is 9.0.1
Official docker images.
System purely internal. No outside connectivity.
On host node:
# curl -u elastic:$...
0
votes
1
answer
55
views
Elasticsearch @timestamp field returned as current date time instead of from log message
This is my logstash.conf file:
filter {
grok {
match => {
"message" => '%{IPV4:client_ip} - - \[%{HTTPDATE:log_timestamp}\] "%{WORD:method} %{URIPATHPARAM:uri} HTTP/%{...
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
2
answers
73
views
How to search if field contains + symbol
my request contain encoded url data which contain symbol "+". I want to find in kibana all logs where field contain character "+".
I tried: RawRequest: + and RawRequest: %+%. but ...
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
61
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
42
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
28
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 ...