elastic / fleet-server

The Fleet server allows managing a fleet of Elastic Agents.
Other
11 stars 81 forks source link

replace dsl with go-elasticsearch typed API #3831

Open michel-laterman opened 3 months ago

michel-laterman commented 3 months ago

fleet-server implements a DSL for some interactions with Elasticsearch. The DSL is not complete and has poor test coverage, it's usage should be replaced by the offical go-elasticsearch typed API

scunningham commented 3 months ago

Hmm, is it working? Does it have issues? Seems like replacing for the sake of replacing. Enjoy.

If I recall the client didn't have a query builder of any sort. Perhaps that's changed.