Am using Honeycomb and Spring Boot.
<dependency>
<groupId>io.honeycomb.beeline</groupId>
<artifactId>beeline-spring-boot-starter</artifactId>
<version>1.0.2</version>
</dependency>
Am able to send data to Honeycombe successfully but by default beeline/spring is sending STANDARD fields like "request.path", "request.header....", "request......" etc...
How can I exclude some or all of these standard fields from being recorded/sent to Honeycomb?
Any code/config example would be useful.