forked from vectordotdev/vector
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
355 lines (289 loc) · 8.01 KB
/
config.toml
File metadata and controls
355 lines (289 loc) · 8.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
title = "Vector"
baseURL = "https://vector.dev"
disableKinds = ["taxonomy", "term"]
copyright = "Datadog, Inc."
languageCode = "en-us"
[build]
writeStats = true
[minify]
disableSVG = true
# Syntax highlighting
[markup.highlight]
noClasses = false
# Markup config overrides
[markup.goldmark.renderer]
unsafe = true
# Language configuration
defaultContentLanguage = "en"
[languages.en]
title = "Vector"
contentDir = "content/en"
weight = 1
[params]
description = "A lightweight, ultra-fast tool for building observability pipelines"
tagline = "Take control of your observability stack"
undertagline = "Collect, transform, and route all your observability data with one simple tool"
subtagline = "Vector is deployed over 1,000,000 times per month by Fortune 500 companies and startups"
alpine_js_version = "2.8.2"
ionicons_version = "5.4.0"
site_logo = "img/vector-open-graph.png"
display_banner = false # Whether to display the top banner in layouts/partials/banner.html
favicon = "favicon.ico"
# Update this every time there's a new "generation" of the site. Incrementing this forces the browser to refresh any
# state persisted in localStorage. You should do that whenever there's some change in the front-end logic that requires
# wiping out the user's localStorage, for example a new news banner that we want to show. Think of it as cache
# invalidation that we control.
site_generation = 2
# Search
[params.search]
algolia_autocomplete_theme = "classic"
typesense_index = "vector_docs"
# Note that it's okay to use this on the front end: https://typesense.com/docs/guide/security.html#public-api-key
typesense_public_dev_apikey = "aTFLzhfCVeTj619Pxkhmz18798Nsau0Z"
typesense_dev_host = "dnm1k9zrpctsvjowp"
# Note that it's okay to use this on the front end: https://typesense.com/docs/guide/security.html#public-api-key
typesense_public_prod_apikey = "BdepvpnczVgPL008lqhuBlkZo5s0rrWE"
typesense_prod_host = "gk6e3zbyuntvc5dap"
# VRL JSON server
# Generated _redirects file for Netlify
[mediaTypes."text/netlify"]
delimiter = ""
[outputFormats.REDIRECTS]
mediaType = "text/netlify"
baseName = "_redirects"
# Outputs (including search.json and _redirects files)
[outputs]
home = ["HTML", "JSON", "RSS", "REDIRECTS"]
# CSS generation
[[params.css]]
input = "css/style.css"
output = "css/style.css"
postcss = true
post_process = true
[[params.css]]
input = "sass/unpurged.sass"
output = "css/unpurged.css"
[[params.css]]
input = "sass/home.sass"
output = "css/home.css"
home_page_only = true
[params.social]
twitter_handle = "vectordotdev"
github_repo = "vectordotdev/vector"
discord = "https://chat.vector.dev"
# Datadog configuration
[params.datadog_config]
application_id = "0b95923b-b06d-445b-893f-a861e93d6ea3"
client_token = "puba5f23a97d613091ae2ca8c0f4a135af4"
service_name = "vector"
## Menus
# Main page doc links
[[languages.en.menus.doc_quick_links]]
name = "Quickstart"
url = "/docs/setup/quickstart"
params = { emphasis = true, ionicon = "rocket-outline" }
weight = 1
[[languages.en.menus.doc_quick_links]]
name = "Vector Remap Language"
url = "/docs/reference/vrl"
params = { ionicon = "map-outline" }
weight = 2
[[languages.en.menus.doc_quick_links]]
name = "Components"
url = "/components"
params = { ionicon = "link-outline" }
weight = 3
# Navbar menu
[[languages.en.menus.navbar]]
name = "Docs"
url = "/docs"
weight = 1
[[languages.en.menus.navbar]]
name = "Guides"
url = "/guides"
weight = 2
[[languages.en.menus.navbar]]
name = "Components"
url = "/components"
weight = 3
[[languages.en.menus.navbar]]
name = "Download"
url = "/download"
weight = 4
[[languages.en.menus.navbar]]
name = "Blog"
url = "/blog"
weight = 5
[[languages.en.menus.navbar]]
name = "Support"
url = "/community"
weight = 6
[[languages.en.menus.navbar]]
name = "Observability Pipelines"
url = "https://www.datadoghq.com/product/observability-pipelines"
weight = 7
# Footer menu
[[languages.en.menus.footer]]
name = "About"
identifier = "introduction"
weight = 1
[[languages.en.menus.footer]]
name = "Vector"
url = "/docs/introduction"
parent = "introduction"
weight = 1
[[languages.en.menus.footer]]
name = "Contact us"
url = "/community"
parent = "introduction"
weight = 2
[[languages.en.menus.footer]]
name = "The Team"
url = "https://opensource.datadoghq.com/about/#the-community-open-source-engineering-team"
parent = "introduction"
weight = 3
[[languages.en.menus.footer]]
name = "Privacy"
url = "https://www.datadoghq.com/legal/privacy/"
parent = "introduction"
weight = 4
[[languages.en.menus.footer]]
name = "Cookies"
url = "https://www.datadoghq.com/legal/cookies/"
parent = "introduction"
weight = 5
[[languages.en.menus.footer]]
name = "Components"
url = "/components"
identifier = "components"
weight = 2
[[languages.en.menus.footer]]
name = "Sources"
url = "/docs/reference/configuration/sources"
parent = "components"
weight = 1
[[languages.en.menus.footer]]
name = "Transforms"
url = "/docs/reference/configuration/transforms"
parent = "components"
weight = 2
[[languages.en.menus.footer]]
name = "Sinks"
url = "/docs/reference/configuration/sinks"
parent = "components"
weight = 3
[[languages.en.menus.footer]]
name = "Setup"
url = "/docs/setup"
identifier = "setup"
weight = 3
[[languages.en.menus.footer]]
name = "Installation"
url = "/docs/setup/installation"
parent = "setup"
weight = 1
[[languages.en.menus.footer]]
name = "Deployment"
url = "/docs/setup/deployment"
parent = "setup"
weight = 2
[[languages.en.menus.footer]]
name = "Configuration"
url = "/docs/reference/configuration"
parent = "setup"
weight = 3
[[languages.en.menus.footer]]
name = "Administration"
url = "/docs/administration"
parent = "setup"
weight = 4
[[languages.en.menus.footer]]
name = "Going to Prod"
url = "/docs/setup/going-to-prod"
parent = "setup"
weight = 5
[[languages.en.menus.footer]]
name = "Community"
url = "/community"
identifier = "community"
weight = 4
[[languages.en.menus.footer]]
name = "GitHub"
url = "https://github.com/vectordotdev/vector"
parent = "community"
weight = 1
[[languages.en.menus.footer]]
name = "X"
url = "https://x.com/vectordotdev"
parent = "community"
weight = 2
[[languages.en.menus.footer]]
name = "Chat"
url = "https://chat.vector.dev"
parent = "community"
weight = 3
[[languages.en.menus.footer]]
name = "Download"
url = "/download"
identifier = "download"
weight = 5
[[languages.en.menus.footer]]
name = "Releases"
url = "/releases"
weight = 1
parent = "download"
# Extra links under the "Meta" section in the docs
[[languages.en.menus.meta]]
name = "Security"
url = "https://github.com/vectordotdev/vector/security/policy"
weight = 1
[[languages.en.menus.meta]]
name = "Releases"
url = "https://github.com/vectordotdev/vector/blob/master/RELEASES.md"
weight = 2
[[languages.en.menus.meta]]
name = "Versioning"
url = "https://github.com/vectordotdev/vector/blob/master/VERSIONING.md"
weight = 3
# Buttons in "community" section on main page
[[languages.en.menus.community]]
name = "View GitHub repo"
params = { color = "black", dark = "white", icon = "github" }
url = "https://github.com/vectordotdev/vector"
weight = 1
[[languages.en.menus.community]]
name = "Chat with us on Discord"
params = { color = "discord-purple", icon = "discord" }
url = "https://chat.vector.dev"
weight = 2
# Mini icons in navbar and footer
[[languages.en.menus.comms]]
name = "X"
params = { color = "black", dark = "white", icon = "x" }
url = "https://x.com/vectordotdev"
weight = 1
[[languages.en.menus.comms]]
name = "GitHub"
params = { color = "black", dark = "white", icon = "github" }
url = "https://github.com/vectordotdev/vector"
weight = 2
[[languages.en.menus.comms]]
name = "Chat"
params = { color = "discord-purple", icon = "discord" }
url = "https://chat.vector.dev"
weight = 3
[[languages.en.menus.comms]]
name = "RSS"
params = { color = "rss-orange", icon = "rss" }
url = "/blog/index.xml"
weight = 4
[security]
enableInlineShortcodes = false
[security.exec]
allow = ['^babel$', '^dart-sass-embedded$', '^go$', '^npx$', '^postcss$']
osEnv = ['(?i)^(PATH|PATHEXT|APPDATA|TMP|TEMP|TERM)$']
[security.funcs]
getenv = ['^HUGO_']
[security.http]
methods = ['(?i)GET|POST']
urls = ['.*']