Skip to main content

Questions tagged [elasticsearch]

Elasticsearch is a free and open, distributed, RESTful search engine based on Lucene.

0 votes
0 answers
9 views

elasticsearch updateByQuery is not working for large data

i have written a script that will create a key "source" on 4 indices of elasticsearch based on some condition . All of my 4 indices contain at least 2~3 million data . when i ran the script ...
Karan's user avatar
  • 1
0 votes
1 answer
19 views

LOGSTASH indefinitely loop

i am newer in ELK, My LOGSTASH 7.8.x loop indefinitely and insert only one row in Elasticsearch ! Here is my sample example : sample log 2021-07-18 09:15:30,000 INFO Sample log message 01 2022-07-18 ...
onepiece123's user avatar
0 votes
0 answers
8 views

Filebeat output using SAS token to azure eventhub

I want to send my filebeat logs to eventhubs using SAS token, earlier we wanted to use Kafka output but we came to know Kafka doesn't support SAS tokens, so now is there some way we can send data ...
kakashi96's user avatar
1 vote
0 answers
16 views

How to resolve elastic-apm-node APM Server transport error (ENOTFOUND) error

I've been trying to solve an issue when implementing Elastic APM in a microservice. The APM container (apm-server) is running in Docker. I have a NodeJs microservice (test-service), also deployed in ...
matt606's user avatar
  • 11
0 votes
0 answers
8 views

In elastic, how can I start a new transaction in the distributed listeners?

We have a homegrown messaging system that distributes messages ala Kafka. Current implementation starts a transaction on the messaging nodes and the node passes the message over to an app for ...
Dan Toomey's user avatar
-1 votes
0 answers
16 views

Fluent bit adds slash into kubernetes log when sending it to elasticsearch [closed]

This is my configmap file for fluent. apiVersion: v1 kind: ConfigMap metadata: name: fluent-bit-config namespace: logging labels: k8s-app: f-bit-pod data: Configuration files: server, input, filters ...
Trusha Mehta's user avatar
0 votes
1 answer
19 views

Opensearch/Elasticsearch Must_Not Clause not Accepting a List

I'm trying to write an Opensearch query which will exclude any results which match a list of terms. Per what I can tell in Opensearch documentation, this sort of behavior should be supported. However, ...
F Matt's user avatar
  • 3
0 votes
0 answers
19 views

What to use for text search for a niche e-commerce site using Postgres

I have this small/medium e-commerce site for a niche market. We have tens of thousands of products and are looking to implement of fully functional search bar (previously searched through guided flow/...
user26422044's user avatar
0 votes
0 answers
14 views

Error when adding volumeTemplates to nodeSet, Elastic Cloud on Kubernetes (ECK) on DigitalOcean

I was following the ECK installation guide on Elastic site https://www.elastic.co/guide/en/cloud-on-k8s/current/k8s-deploy-elasticsearch.html I am applying this to DigitalOceans managed Kubernetes ...
Kristian Johansson's user avatar
0 votes
1 answer
11 views

Magento 2 | Smile_Elasticsuite standard_edge_ngram analyzer issue

I have a product with name "Rotational". Product name attribute is set to use standard_edge_ngram analyzer. But I am not getting result for all substring from rotational. As far as I ...
Denis2310's user avatar
  • 1,061
-1 votes
0 answers
22 views

Generating Elastic search query in R shiny similar to Java

In my R shiny app, I need to fetch data from Elastic search. But for that, I need an elastic search query in query DSL json to fetch the results from Elastic Search. However similar to Java, I can't ...
sreevidya's user avatar
-2 votes
0 answers
14 views

Dear All, I am facing below error in 8.11 and 8.13 version of elasticsearch Elasticsearch.log file continuously

<[ERROR][o.e.d.l.DataStreamLifecycleService] [ElasticHost] Data stream lifecycle encountered an error trying to rollover data steam [restored_kibana-event-log-ds] Failing since [1721058146305], ...
priyanka sn's user avatar
-1 votes
0 answers
22 views

ES query slows down in high concurrency [closed]

We now have a large number of NetFlow records that need to be queried, with a data volume of 200,000 records/s. The query logic is to go to es to associate users based on time, aIp, start and end ...
qingdou's user avatar
0 votes
0 answers
19 views

ElasticSearch multi-field query aborted

ElasticSearch: If a search word needs to match multiple fields, only one field needs to be queried. However, if a specific field matches, no other results are returned. How should this query statement ...
程鹏杰's user avatar
0 votes
1 answer
34 views

Unable to connect to ElastiCache Redis Serverless from Spring Boot Application

I have set up an ElastiCache Redis Serverless instance on AWS, and its status is "available". However, I am unable to establish a connection to it from my Spring Boot application. When ...
Omorinsola Mustapha's user avatar

15 30 50 per page
1
2 3 4 5
3911