How to increase the max matches in elasticsearch pipeline enricher
PUT _ingest/pipeline/enrich { “processors”: [ { “enrich”: { “description”: “Add Events to customer”, “policy_name”: “merge”, “field”: “contact_id”, “target_field”: “events”, “max_matches”: “128” } } ] } I am not able to increase the max_matches value. Please help me how to increase this value? elasticsearch elasticsearch-8
How to increase the max matches in elasticsearch pipeline enricher
PUT _ingest/pipeline/enrich { “processors”: [ { “enrich”: { “description”: “Add Events to customer”, “policy_name”: “merge”, “field”: “contact_id”, “target_field”: “events”, “max_matches”: “128” } } ] } I am not able to increase the max_matches value. Please help me how to increase this value? elasticsearch elasticsearch-8
Is there any API that return the drop down list values that we can see in Kibanna when writing a query?
Is there any API that return the drop down list values that we can see in Kibanna when writing a query?
IndicesRequest: how to use withJson method in order to sets additional properties to IndicesRequest?
I created an IndicesRequest in Java client elasticsearch 8.
I noticed there is a method co.elastic.clients.json.WithJson.withJso : co.elastic.clients.json.WithJson.withJso in order to append parameters to the request.