|
| 1 | +--- |
| 2 | +title: AxoSyslog |
| 3 | +weight: 200 |
| 4 | +generated_file: true |
| 5 | +--- |
| 6 | + |
| 7 | +AxoSyslog is the schema for the AxoSyslogs API. |
| 8 | + |
| 9 | +Available in Logging operator version 5.4 and later. |
| 10 | + |
| 11 | +### (metav1.TypeMeta, required) {#axosyslog-} |
| 12 | + |
| 13 | + |
| 14 | +### metadata (metav1.ObjectMeta, optional) {#axosyslog-metadata} |
| 15 | + |
| 16 | + |
| 17 | +### spec (AxoSyslogSpec, optional) {#axosyslog-spec} |
| 18 | + |
| 19 | + |
| 20 | +### status (AxoSyslogStatus, optional) {#axosyslog-status} |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | +## AxoSyslogSpec |
| 25 | + |
| 26 | +AxoSyslogSpec defines the desired state of AxoSyslog. |
| 27 | + |
| 28 | +### destinations ([]Destination, optional) {#axosyslogspec-destinations} |
| 29 | + |
| 30 | +Destinations is a list of destinations to be rendered in the AxoSyslog configuration. |
| 31 | + |
| 32 | + |
| 33 | +### logPaths ([]LogPath, optional) {#axosyslogspec-logpaths} |
| 34 | + |
| 35 | +LogPaths is a list of log paths to be rendered in the AxoSyslog configuration. |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | +## LogPath |
| 40 | + |
| 41 | +LogPath defines a single log path that will be rendered in the AxoSyslog configuration. |
| 42 | + |
| 43 | +### destination (string, optional) {#logpath-destination} |
| 44 | + |
| 45 | +Name of a destination to be used in the log path. |
| 46 | + |
| 47 | + |
| 48 | +### filterx (string, optional) {#logpath-filterx} |
| 49 | + |
| 50 | +FilterX block to be rendered within the log path. |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | +## Destination |
| 55 | + |
| 56 | +Destination defines a single destination that will be rendered in the AxoSyslog configuration. |
| 57 | + |
| 58 | +### config (string, optional) {#destination-config} |
| 59 | + |
| 60 | +Config is the configuration for the destination. |
| 61 | + |
| 62 | + |
| 63 | +### name (string, optional) {#destination-name} |
| 64 | + |
| 65 | +Name of the destination. |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | +## AxoSyslogStatus |
| 70 | + |
| 71 | +AxoSyslogStatus defines the observed state of AxoSyslog. |
| 72 | + |
| 73 | +### problems ([]string, optional) {#axosyslogstatus-problems} |
| 74 | + |
| 75 | +Problems with the AxoSyslog resource. |
| 76 | + |
| 77 | + |
| 78 | +### problemsCount (int, optional) {#axosyslogstatus-problemscount} |
| 79 | + |
| 80 | +Number of problems with the AxoSyslog resource. |
| 81 | + |
| 82 | + |
| 83 | +### sources ([]Source, optional) {#axosyslogstatus-sources} |
| 84 | + |
| 85 | +Sources configured for AxoSyslog. |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | +## Source |
| 90 | + |
| 91 | +Source represents the log sources for AxoSyslog. |
| 92 | + |
| 93 | +### otlp (*OTLPSource, optional) {#source-otlp} |
| 94 | + |
| 95 | +OTLP specific configuration. |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | +## OTLPSource |
| 100 | + |
| 101 | +OTLPSource contains configuration for OpenTelemetry Protocol sources. |
| 102 | + |
| 103 | +### endpoint (string, optional) {#otlpsource-endpoint} |
| 104 | + |
| 105 | +Endpoint for the OTLP source. |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | +## AxoSyslogList |
| 110 | + |
| 111 | +AxoSyslogList contains a list of AxoSyslog |
| 112 | + |
| 113 | +### (metav1.TypeMeta, required) {#axosysloglist-} |
| 114 | + |
| 115 | + |
| 116 | +### metadata (metav1.ListMeta, optional) {#axosysloglist-metadata} |
| 117 | + |
| 118 | + |
| 119 | +### items ([]AxoSyslog, required) {#axosysloglist-items} |
| 120 | + |
| 121 | + |
| 122 | + |
0 commit comments