Skip to content

Property OnRequestDataCreated is missing from ElasticsearchClientSettings #8525

Closed
@mathiasaap

Description

@mathiasaap

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
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions