A Quarkus extension to send logs to a Splunk HTTP Event Collector (HEC).
To get started, add the dependency:
<dependency>
<groupId>io.quarkiverse.logging.splunk</groupId>
<artifactId>quarkus-logging-splunk</artifactId>
</dependency>For more details, check the complete documentation.
This extension is based on the official Splunk's HEC client. But, it defines its own Java Logging Handler rather than using the official one, the reason for that is, it was not compatible with JBoss logger implementation used in Quarkus and, as such, prevent to use the ability to record steps at build time.
Thanks goes to these wonderful people (emoji key):
vietk 💻 🚧 |
rquinio1A 💻 🚧 |
Lindsey Burnett 💻 |
This project follows the all-contributors specification. Contributions of any kind welcome!