blob: f29b9b13cb5975f67c93e678ee6860dc011fa089 [file] [log] [blame]
// Do not edit directly!
// This file was generated by camel-quarkus-maven-plugin:update-extension-doc-page
= Syslog
:cq-artifact-id: camel-quarkus-syslog
:cq-native-supported: false
:cq-status: Preview
:cq-description: Marshall SyslogMessages to RFC3164 and RFC5424 messages and back.
:cq-deprecated: false
:cq-jvm-since: 1.1.0
:cq-native-since: n/a
[.badges]
[.badge-key]##JVM since##[.badge-supported]##1.1.0## [.badge-key]##Native##[.badge-unsupported]##unsupported##
Marshall SyslogMessages to RFC3164 and RFC5424 messages and back.
== What's inside
* https://camel.apache.org/components/latest/dataformats/syslog-dataformat.html[Syslog data format]
Please refer to the above link for usage and configuration details.
== Maven coordinates
[source,xml]
----
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-syslog</artifactId>
</dependency>
----
Check the xref:user-guide/index.adoc[User guide] for more information about writing Camel Quarkus applications.