elastic / logstash-filter-elastic_integration

The Elastic Integrations filter for Logstash, which enables running Elastic Integrations inside of Logstash pipelines
Other
2 stars 9 forks source link

rest-client: add User-Agent header with relevant info #117

Closed yaauie closed 9 months ago

yaauie commented 10 months ago

Adds a User-Agent header to the Elasticsearch client to identify this plugin (and its version), in order to reasonably distinguish requests from those made by generic java rest clients.

Example: User-Agent: Elastic/Logstash (IntegrationFilter v1.0.3)