dynatrace-oss / logstash-output-dynatrace

A Logstash output plugin for sending logs to Dynatrace
4 stars 1 forks source link

BREAKING: Disable cookie processing by default #34

Closed dyladan closed 7 months ago

dyladan commented 7 months ago

Override default value of @cookies configuration option. Fixes an issue where a local Active Gate sets a cookie using the dynatrace.com domain and logstash HTTP client logs a warning.

This is a breaking change because it disables cookie processing by default. This means if a load balancer or API gateway was using cookies for something, they will no longer be sent with requests. This should be safe, but I think it's good to call out as a break anyway since it is a behavioral change.

sonarcloud[bot] commented 7 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud