foboni

Results 12 comments of foboni

I don't have steps to reproduce this issue. I did tried to replicate this issue by creating a new index and re-indexing docs returned by my background set to that...

@markharwood Could you please take a look at this ? Is there any way to get consistent results.

>The way through tables works is this: > >Parent -> Through -> Child Instead of this, I'm trying to link to parent table `Parent > Through > Parent` ##### Expected...

@wchaparro > are you able to provide an example of the inconsistencies you are experiencing please? No > Are you hitting different shard replicas when running this particular aggregation? To...

@fludo Did you managed to get it working with ES 8.x ?

@swallez @cjolivier01 > Elasticsearch High Level REST Client 7.16 has a compatibility mode that allows it to work with Elasticsearch 8.x. Without changing any dependencies, I tried changing the following...

@jimbethancourt This error is because of the compatibility issues.

HTTP Logs intercepted from ES Client node **pom.xml** ```xml org.elasticsearch.client elasticsearch-rest-high-level-client 7.17.4 org.elasticsearch elasticsearch 7.17.4 ``` I also enabled compatibility mode by modifying [RestHighLevelClientBuilder](https://github.com/confluentinc/kafka-connect-elasticsearch/issues/620#issuecomment-1139665420) ``` GET / HTTP/1.1 X-Elastic-Client-Meta: es=7.17.4p,jv=11,t=7.17.4p,hc=4.1.4,kt=1.4,sc=2.13...

@kpatelatwork @snehashisp > HTTP Logs intercepted from ES Client node > > **pom.xml** > > ``` > > org.elasticsearch.client > elasticsearch-rest-high-level-client > 7.17.4 > > > org.elasticsearch > elasticsearch >...

According to the [docs](https://www.elastic.co/guide/en/elasticsearch/client/java-api-client/current/migrate-hlrc.html), > The HLRC version 7.17 can be used with Elasticsearch version 8.x by enabling HLRC’s compatibility mode (see code sample below). In this mode HLRC sends...