Directly query ES cluster through .NET without using Client?

I'm trying to run some ElasticSearch queries from my C# code. Is it possible to do this without the low-level or high-level clients?

FYI it's Elasticsearch, the S is not capitalised :slight_smile:

I don't know .net sorry, but there is likely some HTTP library that will let you build your own requests. A quick search shows me HttpClient Class (System.Net.Http) | Microsoft Docs

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.