Commit e53532d 1 parent 4566dc5 commit e53532d Copy full SHA for e53532d
File tree 18 files changed +306
-0
lines changed
website/cue/reference/components/sources/base
18 files changed +306
-0
lines changed Original file line number Diff line number Diff line change @@ -83,6 +83,11 @@ base: components: sources: amqp: configuration: {
83
83
[vector_native_json]: https://github.com/vectordotdev/vector/blob/master/lib/codecs/tests/data/native_encoding/schema.cue
84
84
[experimental]: https://vector.dev/highlights/2022-03-31-native-event-codecs
85
85
"""
86
+ protobuf : """
87
+ Decodes the raw bytes as [protobuf][protobuf].
88
+
89
+ [protobuf]: https://protobuf.dev/
90
+ """
86
91
syslog : """
87
92
Decodes the raw bytes as a Syslog message.
88
93
@@ -95,6 +100,12 @@ base: components: sources: amqp: configuration: {
95
100
}
96
101
}
97
102
}
103
+ desc_file : {
104
+ description : " Path to desc file "
105
+ relevant_when : " codec = \" protobuf\" "
106
+ required : true
107
+ type : string : {}
108
+ }
98
109
gelf : {
99
110
description : " GELF-specific decoding options. "
100
111
relevant_when : " codec = \" gelf\" "
@@ -127,6 +138,12 @@ base: components: sources: amqp: configuration: {
127
138
type : bool : default : true
128
139
}
129
140
}
141
+ message_type : {
142
+ description : " message type. e.g package.message "
143
+ relevant_when : " codec = \" protobuf\" "
144
+ required : true
145
+ type : string : {}
146
+ }
130
147
native_json : {
131
148
description : " Vector's native JSON-specific decoding options. "
132
149
relevant_when : " codec = \" native_json\" "
Original file line number Diff line number Diff line change @@ -86,6 +86,11 @@ base: components: sources: aws_kinesis_firehose: configuration: {
86
86
[vector_native_json]: https://github.com/vectordotdev/vector/blob/master/lib/codecs/tests/data/native_encoding/schema.cue
87
87
[experimental]: https://vector.dev/highlights/2022-03-31-native-event-codecs
88
88
"""
89
+ protobuf : """
90
+ Decodes the raw bytes as [protobuf][protobuf].
91
+
92
+ [protobuf]: https://protobuf.dev/
93
+ """
89
94
syslog : """
90
95
Decodes the raw bytes as a Syslog message.
91
96
@@ -98,6 +103,12 @@ base: components: sources: aws_kinesis_firehose: configuration: {
98
103
}
99
104
}
100
105
}
106
+ desc_file : {
107
+ description : " Path to desc file "
108
+ relevant_when : " codec = \" protobuf\" "
109
+ required : true
110
+ type : string : {}
111
+ }
101
112
gelf : {
102
113
description : " GELF-specific decoding options. "
103
114
relevant_when : " codec = \" gelf\" "
@@ -130,6 +141,12 @@ base: components: sources: aws_kinesis_firehose: configuration: {
130
141
type : bool : default : true
131
142
}
132
143
}
144
+ message_type : {
145
+ description : " message type. e.g package.message "
146
+ relevant_when : " codec = \" protobuf\" "
147
+ required : true
148
+ type : string : {}
149
+ }
133
150
native_json : {
134
151
description : " Vector's native JSON-specific decoding options. "
135
152
relevant_when : " codec = \" native_json\" "
Original file line number Diff line number Diff line change @@ -181,6 +181,11 @@ base: components: sources: aws_s3: configuration: {
181
181
[vector_native_json]: https://github.com/vectordotdev/vector/blob/master/lib/codecs/tests/data/native_encoding/schema.cue
182
182
[experimental]: https://vector.dev/highlights/2022-03-31-native-event-codecs
183
183
"""
184
+ protobuf : """
185
+ Decodes the raw bytes as [protobuf][protobuf].
186
+
187
+ [protobuf]: https://protobuf.dev/
188
+ """
184
189
syslog : """
185
190
Decodes the raw bytes as a Syslog message.
186
191
@@ -193,6 +198,12 @@ base: components: sources: aws_s3: configuration: {
193
198
}
194
199
}
195
200
}
201
+ desc_file : {
202
+ description : " Path to desc file "
203
+ relevant_when : " codec = \" protobuf\" "
204
+ required : true
205
+ type : string : {}
206
+ }
196
207
gelf : {
197
208
description : " GELF-specific decoding options. "
198
209
relevant_when : " codec = \" gelf\" "
@@ -225,6 +236,12 @@ base: components: sources: aws_s3: configuration: {
225
236
type : bool : default : true
226
237
}
227
238
}
239
+ message_type : {
240
+ description : " message type. e.g package.message "
241
+ relevant_when : " codec = \" protobuf\" "
242
+ required : true
243
+ type : string : {}
244
+ }
228
245
native_json : {
229
246
description : " Vector's native JSON-specific decoding options. "
230
247
relevant_when : " codec = \" native_json\" "
Original file line number Diff line number Diff line change @@ -176,6 +176,11 @@ base: components: sources: aws_sqs: configuration: {
176
176
[vector_native_json]: https://github.com/vectordotdev/vector/blob/master/lib/codecs/tests/data/native_encoding/schema.cue
177
177
[experimental]: https://vector.dev/highlights/2022-03-31-native-event-codecs
178
178
"""
179
+ protobuf : """
180
+ Decodes the raw bytes as [protobuf][protobuf].
181
+
182
+ [protobuf]: https://protobuf.dev/
183
+ """
179
184
syslog : """
180
185
Decodes the raw bytes as a Syslog message.
181
186
@@ -188,6 +193,12 @@ base: components: sources: aws_sqs: configuration: {
188
193
}
189
194
}
190
195
}
196
+ desc_file : {
197
+ description : " Path to desc file "
198
+ relevant_when : " codec = \" protobuf\" "
199
+ required : true
200
+ type : string : {}
201
+ }
191
202
gelf : {
192
203
description : " GELF-specific decoding options. "
193
204
relevant_when : " codec = \" gelf\" "
@@ -220,6 +231,12 @@ base: components: sources: aws_sqs: configuration: {
220
231
type : bool : default : true
221
232
}
222
233
}
234
+ message_type : {
235
+ description : " message type. e.g package.message "
236
+ relevant_when : " codec = \" protobuf\" "
237
+ required : true
238
+ type : string : {}
239
+ }
223
240
native_json : {
224
241
description : " Vector's native JSON-specific decoding options. "
225
242
relevant_when : " codec = \" native_json\" "
Original file line number Diff line number Diff line change @@ -68,6 +68,11 @@ base: components: sources: datadog_agent: configuration: {
68
68
[vector_native_json]: https://github.com/vectordotdev/vector/blob/master/lib/codecs/tests/data/native_encoding/schema.cue
69
69
[experimental]: https://vector.dev/highlights/2022-03-31-native-event-codecs
70
70
"""
71
+ protobuf : """
72
+ Decodes the raw bytes as [protobuf][protobuf].
73
+
74
+ [protobuf]: https://protobuf.dev/
75
+ """
71
76
syslog : """
72
77
Decodes the raw bytes as a Syslog message.
73
78
@@ -80,6 +85,12 @@ base: components: sources: datadog_agent: configuration: {
80
85
}
81
86
}
82
87
}
88
+ desc_file : {
89
+ description : " Path to desc file "
90
+ relevant_when : " codec = \" protobuf\" "
91
+ required : true
92
+ type : string : {}
93
+ }
83
94
gelf : {
84
95
description : " GELF-specific decoding options. "
85
96
relevant_when : " codec = \" gelf\" "
@@ -112,6 +123,12 @@ base: components: sources: datadog_agent: configuration: {
112
123
type : bool : default : true
113
124
}
114
125
}
126
+ message_type : {
127
+ description : " message type. e.g package.message "
128
+ relevant_when : " codec = \" protobuf\" "
129
+ required : true
130
+ type : string : {}
131
+ }
115
132
native_json : {
116
133
description : " Vector's native JSON-specific decoding options. "
117
134
relevant_when : " codec = \" native_json\" "
Original file line number Diff line number Diff line change @@ -47,6 +47,11 @@ base: components: sources: demo_logs: configuration: {
47
47
[vector_native_json]: https://github.com/vectordotdev/vector/blob/master/lib/codecs/tests/data/native_encoding/schema.cue
48
48
[experimental]: https://vector.dev/highlights/2022-03-31-native-event-codecs
49
49
"""
50
+ protobuf : """
51
+ Decodes the raw bytes as [protobuf][protobuf].
52
+
53
+ [protobuf]: https://protobuf.dev/
54
+ """
50
55
syslog : """
51
56
Decodes the raw bytes as a Syslog message.
52
57
@@ -59,6 +64,12 @@ base: components: sources: demo_logs: configuration: {
59
64
}
60
65
}
61
66
}
67
+ desc_file : {
68
+ description : " Path to desc file "
69
+ relevant_when : " codec = \" protobuf\" "
70
+ required : true
71
+ type : string : {}
72
+ }
62
73
gelf : {
63
74
description : " GELF-specific decoding options. "
64
75
relevant_when : " codec = \" gelf\" "
@@ -91,6 +102,12 @@ base: components: sources: demo_logs: configuration: {
91
102
type : bool : default : true
92
103
}
93
104
}
105
+ message_type : {
106
+ description : " message type. e.g package.message "
107
+ relevant_when : " codec = \" protobuf\" "
108
+ required : true
109
+ type : string : {}
110
+ }
94
111
native_json : {
95
112
description : " Vector's native JSON-specific decoding options. "
96
113
relevant_when : " codec = \" native_json\" "
Original file line number Diff line number Diff line change @@ -43,6 +43,11 @@ base: components: sources: exec: configuration: {
43
43
[vector_native_json]: https://github.com/vectordotdev/vector/blob/master/lib/codecs/tests/data/native_encoding/schema.cue
44
44
[experimental]: https://vector.dev/highlights/2022-03-31-native-event-codecs
45
45
"""
46
+ protobuf : """
47
+ Decodes the raw bytes as [protobuf][protobuf].
48
+
49
+ [protobuf]: https://protobuf.dev/
50
+ """
46
51
syslog : """
47
52
Decodes the raw bytes as a Syslog message.
48
53
@@ -55,6 +60,12 @@ base: components: sources: exec: configuration: {
55
60
}
56
61
}
57
62
}
63
+ desc_file : {
64
+ description : " Path to desc file "
65
+ relevant_when : " codec = \" protobuf\" "
66
+ required : true
67
+ type : string : {}
68
+ }
58
69
gelf : {
59
70
description : " GELF-specific decoding options. "
60
71
relevant_when : " codec = \" gelf\" "
@@ -87,6 +98,12 @@ base: components: sources: exec: configuration: {
87
98
type : bool : default : true
88
99
}
89
100
}
101
+ message_type : {
102
+ description : " message type. e.g package.message "
103
+ relevant_when : " codec = \" protobuf\" "
104
+ required : true
105
+ type : string : {}
106
+ }
90
107
native_json : {
91
108
description : " Vector's native JSON-specific decoding options. "
92
109
relevant_when : " codec = \" native_json\" "
Original file line number Diff line number Diff line change @@ -38,6 +38,11 @@ base: components: sources: file_descriptor: configuration: {
38
38
[vector_native_json]: https://github.com/vectordotdev/vector/blob/master/lib/codecs/tests/data/native_encoding/schema.cue
39
39
[experimental]: https://vector.dev/highlights/2022-03-31-native-event-codecs
40
40
"""
41
+ protobuf : """
42
+ Decodes the raw bytes as [protobuf][protobuf].
43
+
44
+ [protobuf]: https://protobuf.dev/
45
+ """
41
46
syslog : """
42
47
Decodes the raw bytes as a Syslog message.
43
48
@@ -50,6 +55,12 @@ base: components: sources: file_descriptor: configuration: {
50
55
}
51
56
}
52
57
}
58
+ desc_file : {
59
+ description : " Path to desc file "
60
+ relevant_when : " codec = \" protobuf\" "
61
+ required : true
62
+ type : string : {}
63
+ }
53
64
gelf : {
54
65
description : " GELF-specific decoding options. "
55
66
relevant_when : " codec = \" gelf\" "
@@ -82,6 +93,12 @@ base: components: sources: file_descriptor: configuration: {
82
93
type : bool : default : true
83
94
}
84
95
}
96
+ message_type : {
97
+ description : " message type. e.g package.message "
98
+ relevant_when : " codec = \" protobuf\" "
99
+ required : true
100
+ type : string : {}
101
+ }
85
102
native_json : {
86
103
description : " Vector's native JSON-specific decoding options. "
87
104
relevant_when : " codec = \" native_json\" "
Original file line number Diff line number Diff line change @@ -114,6 +114,11 @@ base: components: sources: gcp_pubsub: configuration: {
114
114
[vector_native_json]: https://github.com/vectordotdev/vector/blob/master/lib/codecs/tests/data/native_encoding/schema.cue
115
115
[experimental]: https://vector.dev/highlights/2022-03-31-native-event-codecs
116
116
"""
117
+ protobuf : """
118
+ Decodes the raw bytes as [protobuf][protobuf].
119
+
120
+ [protobuf]: https://protobuf.dev/
121
+ """
117
122
syslog : """
118
123
Decodes the raw bytes as a Syslog message.
119
124
@@ -126,6 +131,12 @@ base: components: sources: gcp_pubsub: configuration: {
126
131
}
127
132
}
128
133
}
134
+ desc_file : {
135
+ description : " Path to desc file "
136
+ relevant_when : " codec = \" protobuf\" "
137
+ required : true
138
+ type : string : {}
139
+ }
129
140
gelf : {
130
141
description : " GELF-specific decoding options. "
131
142
relevant_when : " codec = \" gelf\" "
@@ -158,6 +169,12 @@ base: components: sources: gcp_pubsub: configuration: {
158
169
type : bool : default : true
159
170
}
160
171
}
172
+ message_type : {
173
+ description : " message type. e.g package.message "
174
+ relevant_when : " codec = \" protobuf\" "
175
+ required : true
176
+ type : string : {}
177
+ }
161
178
native_json : {
162
179
description : " Vector's native JSON-specific decoding options. "
163
180
relevant_when : " codec = \" native_json\" "
Original file line number Diff line number Diff line change @@ -80,6 +80,11 @@ base: components: sources: heroku_logs: configuration: {
80
80
[vector_native_json]: https://github.com/vectordotdev/vector/blob/master/lib/codecs/tests/data/native_encoding/schema.cue
81
81
[experimental]: https://vector.dev/highlights/2022-03-31-native-event-codecs
82
82
"""
83
+ protobuf : """
84
+ Decodes the raw bytes as [protobuf][protobuf].
85
+
86
+ [protobuf]: https://protobuf.dev/
87
+ """
83
88
syslog : """
84
89
Decodes the raw bytes as a Syslog message.
85
90
@@ -92,6 +97,12 @@ base: components: sources: heroku_logs: configuration: {
92
97
}
93
98
}
94
99
}
100
+ desc_file : {
101
+ description : " Path to desc file "
102
+ relevant_when : " codec = \" protobuf\" "
103
+ required : true
104
+ type : string : {}
105
+ }
95
106
gelf : {
96
107
description : " GELF-specific decoding options. "
97
108
relevant_when : " codec = \" gelf\" "
@@ -124,6 +135,12 @@ base: components: sources: heroku_logs: configuration: {
124
135
type : bool : default : true
125
136
}
126
137
}
138
+ message_type : {
139
+ description : " message type. e.g package.message "
140
+ relevant_when : " codec = \" protobuf\" "
141
+ required : true
142
+ type : string : {}
143
+ }
127
144
native_json : {
128
145
description : " Vector's native JSON-specific decoding options. "
129
146
relevant_when : " codec = \" native_json\" "
You can’t perform that action at this time.
0 commit comments