Skip to content

Property OnRequestDataCreated is missing from ElasticsearchClientSettings #8525

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
mathiasaap opened this issue May 15, 2025 · 0 comments
Open
Labels
8.x Relates to a 8.x client version Category: Bug

Comments

@mathiasaap
Copy link

Elastic.Clients.Elasticsearch version: 8.18.0

Elasticsearch version: 8.18.1

.NET runtime version: 8

Description of the problem including expected versus actual behavior:

The property OnRequestDataCreated is missing from the class ElasticsearchClientSettings, but should be available according to the documentation: https://www.elastic.co/docs/reference/elasticsearch/clients/dotnet/_options_on_elasticsearchclientsettings

Steps to reproduce:
This following code should compile, but does not because OnRequestDataCreated does not exist

new ElasticsearchClientSettings().OnRequestDataCreated(request =>
{
    // Do something with the request
});
@mathiasaap mathiasaap added 8.x Relates to a 8.x client version Category: Bug labels May 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
8.x Relates to a 8.x client version Category: Bug
Projects
None yet
Development

No branches or pull requests

1 participant