blob: dd3766ceee9732ee0c9445a42586945359f6edf3 [file] [log] [blame]
// Do not edit directly!
// This file was generated by camel-quarkus-maven-plugin:update-extension-doc-page
[id="extensions-lumberjack"]
= Lumberjack
:linkattrs:
:cq-artifact-id: camel-quarkus-lumberjack
:cq-native-supported: true
:cq-status: Stable
:cq-status-deprecation: Stable
:cq-description: Receive logs messages using the Lumberjack protocol.
:cq-deprecated: false
:cq-jvm-since: 1.1.0
:cq-native-since: 1.4.0
ifeval::[{doc-show-badges} == true]
[.badges]
[.badge-key]##JVM since##[.badge-supported]##1.1.0## [.badge-key]##Native since##[.badge-supported]##1.4.0##
endif::[]
Receive logs messages using the Lumberjack protocol.
[id="extensions-lumberjack-whats-inside"]
== What's inside
* xref:{cq-camel-components}::lumberjack-component.adoc[Lumberjack component], URI syntax: `lumberjack:host:port`
Please refer to the above link for usage and configuration details.
[id="extensions-lumberjack-maven-coordinates"]
== Maven coordinates
https://{link-quarkus-code-generator}/?extension-search=camel-quarkus-lumberjack[Create a new project with this extension on {link-quarkus-code-generator}, window="_blank"]
Or add the coordinates to your existing project:
[source,xml]
----
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-lumberjack</artifactId>
</dependency>
----
ifeval::[{doc-show-user-guide-link} == true]
Check the xref:user-guide/index.adoc[User guide] for more information about writing Camel Quarkus applications.
endif::[]
[id="extensions-lumberjack-ssl-in-native-mode"]
== SSL in native mode
This extension auto-enables SSL support in native mode. Hence you do not need to add
`quarkus.ssl.native=true` to your `application.properties` yourself. See also
https://quarkus.io/guides/native-and-ssl[Quarkus SSL guide].