All Questions
12 questions
0
votes
0
answers
2k
views
Max spans (500) for transaction has been reached
I getting this error from APM server “WARN co.elastic.apm.agent.impl.transaction.Span - Max spans (500) for transaction has been reached. For this transaction and possibly others, further spans will ...
0
votes
1
answer
64
views
How to get the right data?
I have this ElasticSearch Query for ES ,version:2.2:
{
"query": {
"bool": {
"must": [
{
"term": {
...
0
votes
1
answer
568
views
Elastic Stack ( Ingest vs Data node )
May I know the difference between Ingest and Data nodes in elastic stack and use of these nodes.
0
votes
1
answer
876
views
Convert Elastic Search Query into Java
I have written an elastic query and it's working completely fine(verified in Kibana). But I have to call this query in java to convert it. I am trying to do it using the repository Query method. But ...
0
votes
1
answer
802
views
Elastic Search and PostgreSQL Integration with Spring Boot
I am building a Spring Boot application with elastic search and PostgreSQL.I am using PostgreSQL for writing purposes and elastic search for reading purposes.
but I have stuck on some points.:
Is we ...
0
votes
0
answers
1k
views
Too Complex to determinze exception Java ElasticSearch
I am trying to make a query in a cluster that has
around 100 indexes (maybe more) and around 6-10 GigaBytes of data from my Java Client.
Elastic Version is: 6.8.23
However, the resulting exception is:
...
0
votes
1
answer
2k
views
How to create index type and id in create index request?
I am using IndexRequest from elastic 6.3.2. Now I changed to version 7.6.2. How can I do the same below steps using the CreateIndexRequest?
Elastic rest high level client 6.3.2 code:
public Object ...
1
vote
0
answers
509
views
Updating cluster name of existing elasticsearch instance
i have updated my cluster name. i have made changes in elasticsearch.yml file, updated clusterName: from 'x' to 'y' and restarted the server. I also made changes to 'renaming the data folder fro x to ...
2
votes
0
answers
118
views
Most searched words in Elasticsearch
Does elasticsearch provide a way to keep track of popular keywords? For example, at a given time period, I would like to know the keywords that appear most frequently in queries. If elasticsearch does ...
7
votes
2
answers
15k
views
Consider defining a bean named 'elasticsearchTemplate' in your configuration
I have just started springboot and tried to implement elastic search with spring-boot but I am getting this type of error while running spring-boot app
Consider defining a bean named '...
2
votes
0
answers
461
views
Error while using spring-data-elasticsearch : 3.1.0.M3
I'm getting an error for the ElasticsearchRepository using the below pom.xml :
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="...
0
votes
1
answer
273
views
CXF : Elasticsearch Java API
When using Elasticsearh Java API inside Servlet in Tomcat, getting "org.elasticsearch.client.transport.NoNodeAvailableException: None of the configured nodes are available"
I am trying to create a ...