-
Notifications
You must be signed in to change notification settings - Fork 1.7k
/
Copy pathurls.cue
662 lines (661 loc) · 60.1 KB
/
urls.cue
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
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
package metadata
urls: {
appsignal: "https://www.appsignal.com/"
azure_blob_storage: "https://azure.microsoft.com/en-us/services/storage/blobs/"
azure_event_hubs: "https://learn.microsoft.com/en-us/azure/event-hubs/"
azure_event_hubs_kafka: "https://learn.microsoft.com/en-us/azure/event-hubs/event-hubs-for-kafka-ecosystem-overview"
azure_event_hubs_connection_string: "https://learn.microsoft.com/en-us/azure/event-hubs/event-hubs-get-connection-string"
azure_event_hubs_tiers: "https://learn.microsoft.com/en-us/azure/event-hubs/compare-tiers"
affine_type_system: "\(wikipedia)/wiki/Substructural_type_system#Affine_type_systems"
adaptive_request_concurrency_post: "/blog/adaptive-request-concurrency/"
amazon_linux: "https://aws.amazon.com/amazon-linux-ami/"
amqp_protocol: "https://www.amqp.org/about/what"
ansi_escape_codes: "\(wikipedia)/wiki/ANSI_escape_code"
apache: "https://httpd.apache.org"
apache_common: "\(apache)/docs/current/logs.html#common"
apache_combined: "\(apache)/docs/current/logs.html#combined"
apache_error: "\(apache)/docs/current/logs.html#errorlog"
apache_extended_status: "\(apache)/docs/current/mod/core.html#extendedstatus"
apache_install: "\(apache)/docs/current/install.html"
apache_mod_status: "http://httpd.apache.org/docs/current/mod/mod_status.html"
apt: "\(wikipedia)/wiki/APT_(software)"
arm: "\(wikipedia)/wiki/ARM_architecture"
aws_access_keys: "\(aws_docs)/IAM/latest/UserGuide/id_credentials_access-keys.html"
aws_arm_g2_announcement: "https://aws.amazon.com/about-aws/whats-new/2019/12/announcing-new-amazon-ec2-m6g-c6g-and-r6g-instances-powered-by-next-generation-arm-based-aws-graviton2-processors/"
aws_athena: "https://aws.amazon.com/athena/"
aws_athena_console: "https://console.aws.amazon.com/athena/home"
aws_canonical_user_id: "\(aws_docs)/general/latest/gr/acct-identifiers.html#FindingCanonicalId"
aws_cloudwatch: "https://aws.amazon.com/cloudwatch/"
aws_cloudwatch_logs: "\(aws_docs)/AmazonCloudWatch/latest/logs/WhatIsCloudWatchLogs.html"
aws_cloudwatch_logs_api: "\(aws_docs)/AmazonCloudWatchLogs/latest/APIReference/Welcome.html"
aws_cloudwatch_logs_firehose: "\(aws_docs)/firehose/latest/dev/writing-with-cloudwatch-logs.html"
aws_cloudwatch_logs_group_name: "\(aws_docs)/AmazonCloudWatch/latest/logs/Working-with-log-groups-and-streams.html"
aws_cloudwatch_logs_service_limits: "\(aws_docs)/AmazonCloudWatch/latest/logs/cloudwatch_limits_cwl.html"
aws_cloudwatch_logs_sink_source: "\(vector_repo)/blob/master/src/sinks/aws_cloudwatch_logs/"
aws_cloudwatch_logs_stream_name: "\(aws_docs)/AmazonCloudWatch/latest/logs/Working-with-log-groups-and-streams.html"
aws_cloudwatch_logs_regions: "\(aws_docs)/general/latest/gr/rande.html#cwl_region"
aws_cloudwatch_logs_s3_export: "\(aws_docs)/AmazonCloudWatch/latest/logs/S3Export.html"
aws_cloudwatch_logs_subscriptions: "\(aws_docs)/AmazonCloudWatch/latest/logs/SubscriptionFilters.html"
aws_cloudwatch_logs_subscriptions_firehose: "\(aws_docs)/AmazonCloudWatch/latest/logs/SubscriptionFilters.html#FirehoseExample"
aws_cloudwatch_metrics: "\(aws_docs)/AmazonCloudWatch/latest/monitoring/working_with_metrics.html"
aws_cloudwatch_metrics_api: "\(aws_docs)/AmazonCloudWatch/latest/APIReference/API_PutMetricData.html"
aws_cloudwatch_metrics_service_limits: "\(aws_docs)/en_pv/AmazonCloudWatch/latest/monitoring/cloudwatch_limits.html"
aws_cloudwatch_metrics_regions: "\(aws_docs)/general/latest/gr/rande.html#cw_region"
aws_credential_process: "\(aws_docs)/cli/latest/userguide/cli-configure-sourcing-external.html"
aws_credentials_file: "\(aws_docs)/cli/latest/userguide/cli-configure-files.html"
aws_docs: "https://docs.aws.amazon.com"
aws_elasticsearch: "https://aws.amazon.com/elasticsearch-service/"
aws_elasticsearch_regions: "\(aws_docs)/general/latest/gr/rande.html#elasticsearch-service-regions"
aws_ec2_instance_metadata: "\(aws_docs)/AWSEC2/latest/UserGuide/ec2-instance-metadata.html"
aws_ecs: "https://aws.amazon.com/ecs/"
aws_ecs_task_metadata: "\(aws_docs)/AmazonECS/latest/developerguide/task-metadata-endpoint.html"
aws_elb: "https://aws.amazon.com/elasticloadbalancing/"
aws_elb_access_format: "\(aws_docs)/elasticloadbalancing/latest/application/load-balancer-access-logs.html#access-log-entry-examples"
aws_elb_https: "\(aws_docs)/elasticloadbalancing/latest/classic/elb-create-https-ssl-load-balancer.html"
aws_iam: "\(aws_docs)/IAM/latest/UserGuide/introduction.html"
aws_iam_role: "\(aws_docs)/IAM/latest/UserGuide/id_roles.html"
aws_imds_v1_security_problems: "https://aws.amazon.com/blogs/security/defense-in-depth-open-firewalls-reverse-proxies-ssrf-vulnerabilities-ec2-instance-metadata-service/"
aws_kinesis_firehose: "https://aws.amazon.com/kinesis/data-firehose/"
aws_kinesis_firehose_http_protocol: "\(aws_docs)/firehose/latest/dev/create-destination.html#create-destination-http"
aws_firehose_http_request_spec: "\(aws_docs)/firehose/latest/dev/httpdeliveryrequestresponse.html"
aws_kinesis_firehose_api: "\(aws_docs)/firehose/latest/APIReference/API_PutRecordBatch.html"
aws_kinesis_firehose_service_limits: "\(aws_docs)/firehose/latest/dev/limits.html"
aws_kinesis_firehose_http_setup: "https://aws.amazon.com/blogs/big-data/stream-data-to-an-http-endpoint-with-amazon-kinesis-data-firehose/"
aws_kinesis_partition_key: "\(aws_docs)/kinesis/latest/APIReference/API_PutRecordsRequestEntry.html#Streams-Type-PutRecordsRequestEntry-PartitionKey"
aws_kinesis_streams: "https://aws.amazon.com/kinesis/data-streams/"
aws_kinesis_streams_api: "\(aws_docs)/kinesis/latest/APIReference/API_PutRecords.html"
aws_kinesis_streams_service_limits: "\(aws_docs)/streams/latest/dev/service-sizes-and-limits.html"
aws_kinesis_split_shards: "\(aws_docs)/streams/latest/dev/kinesis-using-sdk-java-resharding-split.html"
aws_prometheus: "\(aws_docs)/prometheus"
aws_regions: "\(aws_docs)/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html"
aws_s3: "https://aws.amazon.com/s3/"
aws_s3_acl: "\(aws_docs)/AmazonS3/latest/dev/acl-overview.html"
aws_s3_bucket_notifications_to_sqs: "\(aws_docs)/AmazonS3/latest/dev/ways-to-add-notification-config-to-bucket.html"
aws_s3_canned_acl: "\(aws_docs)/AmazonS3/latest/dev/acl-overview.html#canned-acl"
aws_s3_cross_account_tutorial: "\(aws_docs)/AmazonS3/latest/dev/example-walkthroughs-managing-access-example3.html"
aws_s3_endpoints: "\(aws_docs)/general/latest/gr/rande.html#s3_endpoint"
aws_s3_grantee: "\(aws_docs)/AmazonS3/latest/dev/acl-overview.html#specifying-grantee"
aws_s3_metadata: "\(aws_docs)/AmazonS3/latest/dev/UsingMetadata.html#object-metadata"
aws_s3_regions: "\(aws_docs)/general/latest/gr/rande.html#s3_region"
aws_s3_server_access_logs: "\(aws_docs)/AmazonS3/latest/dev/ServerLogs.html"
aws_s3_service_limits: "\(aws_docs)/streams/latest/dev/service-sizes-and-limits.html"
aws_s3_sse: "\(aws_docs)/AmazonS3/latest/dev/UsingServerSideEncryption.html"
aws_s3_storage_classes: "https://aws.amazon.com/s3/storage-classes/"
aws_s3_tags: "\(aws_docs)/AmazonS3/latest/user-guide/add-object-tags.html"
aws_sqs: "https://aws.amazon.com/sqs/"
aws_sqs_api: "\(aws_docs)/AWSSimpleQueueService/latest/APIReference/Welcome.html"
aws_sqs_create: "\(aws_docs)/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-configure-create-queue.html"
aws_sqs_message_deduplication_id: "\(aws_docs)/AWSSimpleQueueService/latest/SQSDeveloperGuide/using-messagededuplicationid-property.html"
aws_vpc_flow_logs: "\(aws_docs)/vpc/latest/userguide/flow-logs.html"
axiom: "https://axiom.co"
axiom_cloud: "https://cloud.axiom.co"
azure_blob: "https://azure.microsoft.com/en-us/services/storage/blobs/"
azure_blob_endpoints: "https://docs.microsoft.com/en-us/rest/api/storageservices/blob-service-rest-api"
azure_monitor: "https://azure.microsoft.com/en-us/services/monitor/"
azure_monitor_logs_endpoints: "https://docs.microsoft.com/en-us/rest/api/monitor/"
base16: "\(wikipedia)/wiki/Hexadecimal"
base64: "\(wikipedia)/wiki/Base64"
base64_padding: "\(wikipedia)/wiki/Base64#Output_padding"
base64_standard: "https://tools.ietf.org/html/rfc4648#section-4"
base64_url_safe: "\(wikipedia)/wiki/Base64#URL_applications"
basic_auth: "\(wikipedia)/wiki/Basic_access_authentication"
big_query_streaming: "https://cloud.google.com/bigquery/streaming-data-into-bigquery"
bind_dnstap: "https://kb.isc.org/docs/aa-01342"
b_tree_map: "https://doc.rust-lang.org/std/collections/struct.BTreeMap.html"
cargo_audit: "\(github)/RustSec/cargo-audit"
centos: "https://www.centos.org/"
chrono_time_formats: "https://docs.rs/chrono/latest/chrono/format/strftime/index.html#specifiers"
cgroups_limit_resources: "https://the.binbashtheory.com/control-resources-cgroups/"
clickhouse: "https://clickhouse.com/"
clickhouse_http: "https://clickhouse.com/docs/en/interfaces/http/"
cloudsmith: "https://cloudsmith.io/~timber/repos/vector/packages/"
cloudsmith_apt: "https://cloudsmith.io/~timber/repos/vector/setup/#formats-deb"
cloudsmith_yum: "https://cloudsmith.io/~timber/repos/vector/setup/#formats-rpm"
console: "\(wikipedia)/wiki/System_console"
conventional_commits: "https://www.conventionalcommits.org"
contributing: "\(vector_repo)/blob/master/CONTRIBUTING.md#setup"
crc: "\(wikipedia)/wiki/Cyclic_redundancy_check"
ctime: "https://www.cplusplus.com/reference/ctime"
cue: "https://cuelang.org/"
csv: "\(wikipedia)/wiki/Comma-separated_values"
dag: "\(wikipedia)/wiki/Directed_acyclic_graph"
databend: "https://databend.rs"
databend_rest: "https://databend.rs/doc/integrations/api/rest"
databend_cloud: "https://www.databend.com"
datadog: "https://www.datadoghq.com"
datadog_agent: "https://docs.datadoghq.com/agent/"
datadog_agent_doc: "\(datadog_docs)/agent/vector_aggregation/"
datadog_agent_exec_api: "\(datadog_agent)/guide/secrets-management/#the-executable-api"
datadog_distribution: "\(datadog_docs)/developers/metrics/types/?tab=distribution#definition"
datadog_docs: "https://docs.datadoghq.com"
datadog_events: "\(datadog_docs)/events/"
datadog_events_endpoints: "\(datadog_docs)/api/latest/events/#post-an-event"
datadog_log_archives: "\(datadog_docs)/logs/log_configuration/archives/"
datadog_log_rehydration: "\(datadog_docs)/logs/log_configuration/rehydrating/"
datadog_logs: "\(datadog_docs)/logs/"
datadog_logs_endpoints: "\(datadog_docs)/logs/log_collection/?tab=http#datadog-logs-endpoints"
datadog_metrics: "\(datadog_docs)/metrics/"
datadog_events: "\(datadog_docs)/events/"
datadog_metrics_endpoints: "\(datadog_docs)/api/v1/metrics/"
datadog_search_syntax: "\(datadog_docs)/logs/explorer/search_syntax/"
datadog_traces: "\(datadog_docs)/tracing/"
date: "https://man7.org/linux/man-pages/man1/date.1.html"
debian: "https://www.debian.org/"
debian_system_groups: "https://wiki.debian.org/SystemGroups"
default_configuration: "\(vector_repo)/blob/master/config/vector.toml"
dnstap: "http://dnstap.info/"
docker: "https://www.docker.com/"
docker_alpine: "\(docker_hub)/_/alpine"
docker_cli: "\(docker_docs)/engine/reference/commandline/cli/"
docker_compose: "https://docs.docker.com/compose/"
docker_debian: "\(docker_hub)/_/debian"
docker_daemon: "\(docker_docs)/engine/docker-overview/#the-docker-daemon"
docker_daemon_socket_option: "\(docker_docs)/engine/reference/commandline/dockerd/#daemon-socket-option"
docker_docs: "https://docs.docker.com"
docker_dns: "\(docker_docs)/config/containers/container-networking/#dns-services"
docker_engine: "\(docker_docs)/engine/"
docker_engine_api: "\(docker_docs)/engine/api/"
docker_env_vars: "\(docker_docs)/engine/reference/commandline/cli/#environment-variables"
docker_networking: "\(docker_docs)/network/network-tutorial-host/"
docker_hub: "https://hub.docker.com"
docker_hub_vector: "\(docker_hub)/r/timberio/vector"
docker_logging_driver_journald: "\(docker_docs)/config/containers/logging/journald/"
docker_logging_driver_json_file: "\(docker_docs)/config/containers/logging/json-file/"
docker_logging_driver_local: "\(docker_docs)/config/containers/logging/local/"
docker_logging_driver_splunk: "\(docker_docs)/config/containers/logging/splunk/"
docker_logging_driver_syslog: "\(docker_docs)/config/containers/logging/syslog/"
docker_logging_drivers: "\(docker_docs)/config/containers/logging/configure/"
docker_object_labels: "\(docker_docs)/config/labels-custom-metadata/"
docker_setup: "\(docker_docs)/get-docker/"
dockerfile: "\(vector_repo)/blob/master/Dockerfile"
dogstatsd: "\(datadog_docs)/developers/dogstatsd/?tab=hostagent"
dot_format: "https://graphviz.org/doc/info/lang.html"
dpkg: "https://wiki.debian.org/dpkg"
dry_code: "\(wikipedia)/wiki/Don%27t_repeat_yourself"
cidr: "\(wikipedia)/wiki/Classless_Inter-Domain_Routing"
elastic_beats: "https://www.elastic.co/beats/"
elasticsearch: "https://www.elastic.co/products/elasticsearch"
elasticsearch_bulk: "https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-bulk.html"
elasticsearch_data_streams: "https://www.elastic.co/guide/en/elasticsearch/reference/current/data-streams.html"
elasticsearch_id_field: "https://www.elastic.co/guide/en/elasticsearch/reference/current/mapping-id-field.html"
elasticsearch_id_performance: "https://www.elastic.co/guide/en/elasticsearch/reference/master/tune-for-indexing-speed.html#_use_auto_generated_ids"
elasticsearch_ignore_malformed: "https://www.elastic.co/guide/en/elasticsearch/reference/current/ignore-malformed.html"
encoded_word: "https://datatracker.ietf.org/doc/html/rfc2047#section-2"
encoding_charset_labels: "https://encoding.spec.whatwg.org/#concept-encoding-get"
encoding_standard: "https://encoding.spec.whatwg.org/"
endler_dev: "https://endler.dev/"
enrichment_tables_concept: "/docs/reference/glossary/#enrichment-tables"
eof: "\(wikipedia)/wiki/End-of-file#EOF_character"
etsy: "https://www.etsy.com"
event_proto: "\(vector_repo)/blob/master/lib/vector-core/proto/event.proto"
eventstoredb_stats_client: "https://developers.eventstore.com/server/v21.2/docs/diagnostics/stats.html"
eventstoredb: "https://developers.eventstore.com"
exit_codes: "https://docs.rs/exitcode/latest/exitcode/#constants"
externally_tagged_representation: "https://serde.rs/enum-representations.html#externally-tagged"
fail_safe: "\(wikipedia)/wiki/Fail-safe"
ffi: "\(wikipedia)/wiki/Foreign_function_interface"
file: "\(wikipedia)/wiki/Computer_file"
file_descriptor: "\(wikipedia)/wiki/File_descriptor"
file_system: "\(wikipedia)/wiki/File_system"
fluent: "https://github.com/fluent/fluentd/wiki/Forward-Protocol-Specification-v1"
fluentd: "https://www.fluentd.org/"
fluentbit: "https://fluentbit.io/"
freebsd: "https://www.freebsd.org/"
gcp: "https://cloud.google.com"
gcp_authentication: "\(gcp)/docs/authentication/"
gcp_authentication_api_key: "\(gcp)/docs/authentication/api-keys"
gcp_authentication_server_to_server: "\(gcp)/docs/authentication/production"
gcp_authentication_service_account: "\(gcp)/docs/authentication/production#obtaining_and_providing_service_account_credentials_manually"
gcp_cloud_storage: "\(gcp)/storage"
gcp_chronicle: "https://chronicle.security"
gcp_folders: "\(gcp)/resource-manager/docs/creating-managing-folders"
gcp_pubsub: "\(gcp)/pubsub/"
gcp_pubsub_rest: "\(gcp)/pubsub/docs/reference/rest/"
gcp_projects: "\(gcp)/resource-manager/docs/creating-managing-projects"
gcp_resources: "\(gcp)/monitoring/api/resources"
gcp_stackdriver: "\(gcp)/products/operations"
gcp_stackdriver_logging: "\(gcp)/logging/docs/reference/v2/rest/"
gcp_stackdriver_logging_rest: "\(gcp)/logging/"
gcp_stackdriver_metrics: "\(gcp)/monitoring/api/ref_v3/rest/"
gcp_stackdriver_metrics_rest: "https://monitoring.googleapis.com/"
gcp_stackdriver_severity: "\(gcp)/logging/docs/reference/v2/rest/v2/LogEntry#logseverity"
gcp_xml_interface: "\(gcp)/storage/docs/xml-api/overview"
gcra: "\(wikipedia)/wiki/Generic_cell_rate_algorithm"
gcs: "https://cloud.google.com/storage/"
gcs_predefined_acl: "\(gcp)/storage/docs/access-control/lists#predefined-acl"
gcs_storage_classes: "\(gcp)/storage/docs/storage-classes"
gcs_custom_metadata: "\(gcp)/storage/docs/metadata#custom-metadata"
git: "https://git-scm.com/"
github: "https://github.com"
github_protected_branches: "https://help.github.com/en/github/administering-a-repository/about-protected-branches"
github_sign_commits: "https://help.github.com/en/github/authenticating-to-github/signing-commits"
globbing: "\(wikipedia)/wiki/Glob_(programming)"
glog: "\(github)/google/glog"
graphql: "https://graphql.org"
graphql_playground: "\(github)/graphql/graphql-playground"
graphviz: "https://graphviz.org/"
greptimecloud: "https://greptime.cloud"
greptimedb: "https://github.com/greptimeteam/greptimedb"
greptimedb_grpc: "https://docs.greptime.com/"
grok: "https://grokdebug.herokuapp.com/"
grok_debugger: "https://grokdebug.herokuapp.com/"
grok_patterns: "\(github)/daschl/grok/tree/master/patterns"
gzip: "https://www.gzip.org/"
haproxy: "https://www.haproxy.org/"
helm: "https://helm.sh/"
heroku: "https://www.heroku.com"
heroku_http_log_drain: "https://devcenter.heroku.com/articles/log-drains#https-drains"
heroku_start: "https://devcenter.heroku.com/start"
hmac: "\(wikipedia)/wiki/HMAC"
homebrew: "https://brew.sh/"
homebrew_services: "\(github)/Homebrew/homebrew-services"
honeycomb: "https://honeycomb.io"
honeycomb_batch: "https://docs.honeycomb.io/api/events/#batched-events"
honeycomb_signup: "https://ui.honeycomb.io/signup"
host: "\(wikipedia)/wiki/Host_(network)"
http: "https://www.w3.org/Protocols/"
http_client: "\(wikipedia)/wiki/Hypertext_Transfer_Protocol#Client_request"
http_server: "\(wikipedia)/wiki/Web_server"
http_scrape: "https://www.rfc-editor.org/rfc/rfc9110.html"
humio: "https://humio.com"
humio_hec: "https://docs.humio.com/integrations/data-shippers/hec/"
humio_hec_format_of_data: "https://docs.humio.com/integrations/data-shippers/hec/#format-of-data"
iam_instance_profile: "\(aws_docs)/IAM/latest/UserGuide/id_roles_use_switch-role-ec2_instance-profiles.html"
iana_time_zone_format: "\(wikipedia)/wiki/Tz_database#Names_of_time_zones"
iana_time_zones: "\(wikipedia)/wiki/List_of_tz_database_time_zones"
ieee_754: "\(wikipedia)/wiki/IEEE_754"
ietf_rfc_6750: "https://tools.ietf.org/html/rfc6750"
initd: "https://bash.cyberciti.biz/guide//etc/init.d"
influxdb: "https://www.influxdata.com/products/influxdb-overview/"
influxdb_http_api_v1: "https://docs.influxdata.com/influxdb/latest/tools/api/#write-http-endpoint"
influxdb_http_api_v2: "https://v2.docs.influxdata.com/v2.0/api/#tag/Write"
influxdb_authentication_token: "https://v2.docs.influxdata.com/v2.0/security/tokens/"
influxdb_line_protocol: "https://v2.docs.influxdata.com/v2.0/reference/syntax/line-protocol/"
inode: "\(wikipedia)/wiki/Inode"
ip_aton: "https://linux.die.net/man/3/inet_aton"
ip_ntoa: "https://linux.die.net/man/3/inet_ntoa"
ip_ntop: "https://linux.die.net/man/3/inet_ntop"
ip_pton: "https://linux.die.net/man/3/inet_pton"
iso_8601: "\(wikipedia)/wiki/ISO_8601"
iso3166_2: "\(wikipedia)/wiki/ISO_3166-2"
issue_1694: "\(vector_repo)/issues/1694"
journalctl: "https://www.freedesktop.org/software/systemd/man/journalctl.html"
journald: "https://www.freedesktop.org/software/systemd/man/systemd-journald.service.html"
json: "\(wikipedia)/wiki/JSON"
json_types: "\(wikipedia)/wiki/JSON#Data_types_and_syntax"
jsonnet: "https://jsonnet.org/"
kafka: "https://kafka.apache.org/"
kafka_partitioning_docs: "https://cwiki.apache.org/confluence/display/KAFKA/A+Guide+To+The+Kafka+Protocol#AGuideToTheKafkaProtocol-Partitioningandbootstrapping"
kafka_protocol: "https://kafka.apache.org/protocol"
kafka_sasl: "https://docs.confluent.io/current/kafka/authentication_sasl/index.html"
klog: "\(github)/kubernetes/klog"
kubectl: "\(kubernetes)/docs/reference/kubectl/overview/"
kubernetes: "https://kubernetes.io"
kubernetes_accessing_api_from_pod: "\(kubernetes)/docs/tasks/access-application-cluster/access-cluster/#accessing-the-api-from-a-pod"
kubernetes_api: "\(kubernetes)/docs/concepts/overview/kubernetes-api/"
kubernetes_api_server: "\(kubernetes)/docs/reference/command-line-tools-reference/kube-apiserver/"
kubernetes_authorization: "\(kubernetes)/docs/reference/access-authn-authz/authorization/"
kubernetes_daemonset: "\(kubernetes)/docs/concepts/workloads/controllers/daemonset/"
kubernetes_example_daemonset: "\(vector_repo)/blob/master/config/kubernetes/vector-daemonset.yaml"
kubernetes_host_path: "\(kubernetes)/docs/concepts/storage/volumes/#hostpath"
kubernetes_limit_resources: "\(kubernetes)/docs/tasks/configure-pod-container/assign-cpu-resource/"
kubernetes_logging_architecture: "\(kubernetes)/docs/concepts/cluster-administration/logging/"
kubernetes_rbac: "\(kubernetes)/docs/reference/access-authn-authz/rbac/"
kubernetes_request_verbs: "\(kubernetes)/docs/reference/access-authn-authz/authorization/#determine-the-request-verb"
kubernetes_watch_api: "\(kubernetes)/docs/reference/generated/kubernetes-api/v1.10/#watch-30"
lapin: "https://crates.io/crates/lapin"
leveldb: "\(github)/google/leveldb"
leveldb_sys_2: "https://crates.io/crates/leveldb-sys"
leveldb_sys_3: "\(github)/vectordotdev/leveldb-sys/tree/v3.0.0"
librdkafka: "\(github)/edenhill/librdkafka"
librdkafka_config: "\(github)/edenhill/librdkafka/blob/master/CONFIGURATION.md"
linux_capability: "https://man7.org/linux/man-pages/man7/capabilities.7.html"
mezmo: "https://mezmo.com/"
logfmt: "https://brandur.org/logfmt"
logfmt_specs: "https://pkg.go.dev/github.com/kr/logfmt#section-documentation"
logstash: "https://www.elastic.co/logstash"
logstash_protocol: "https://github.com/elastic/logstash-forwarder/blob/master/PROTOCOL.md"
log_namespacing_blog: "/blog/log-namespacing/"
loki: "https://grafana.com/oss/loki/"
loki_multi_tenancy: "\(github)/grafana/loki/blob/master/docs/operations/multi-tenancy.md"
log_event_source: "\(vector_repo)/blob/master/src/event/"
logplex: "https://devcenter.heroku.com/articles/logplex"
logplex_protocol: "\(github)/heroku/logplex/blob/master/doc/README.http_drains.md"
lua: "https://www.lua.org"
lua_boolean: "\(lua)/pil/2.2.html"
lua_csv_repo: "\(github)/geoffleyland/lua-csv"
lua_csv_view: "\(github)/geoffleyland/lua-csv/blob/09557e4608b02d136b9ae39a8fa0f36328fa1cec/lua/csv.lua"
lua_csv_raw: "https://raw.githubusercontent.com/geoffleyland/lua-csv/d20cd42d61dc52e7f6bcb13b596ac7a7d4282fbf/lua/csv.lua"
lua_integer: "https://docs.rs/mlua/latest/mlua/type.Integer.html"
lua_manual: "\(lua)/manual/5.4/manual.html"
lua_modules: "\(lua)/manual/5.4/manual.html#6.3"
lua_modules_tutorial: "http://lua-users.org/wiki/ModulesTutorial"
lua_number: "https://docs.rs/mlua/latest/mlua/type.Number.html"
lua_os_date: "\(lua)/manual/5.4/manual.html#pdf-os.date"
lua_os_time: "\(lua)/manual/5.4/manual.html#pdf-os.time"
lua_pairs: "\(lua)/manual/5.4/manual.html#pdf-pairs"
lua_pil: "\(lua)/pil/"
lua_require: "\(lua)/manual/5.4/manual.html#pdf-require"
lua_table: "\(lua)/pil/2.5.html"
lua_sequence: "\(lua)/pil/11.1.html"
lua_string: "\(lua)/pil/2.4.html"
lua_tonumber: "\(lua)/manual/5.4/manual.html#pdf-tonumber"
lz4: "https://lz4.github.io/lz4/"
macos: "\(wikipedia)/wiki/MacOS"
magic_bytes: "\(wikipedia)/wiki/List_of_file_signatures"
mailing_list: "/community/"
maxmind: "https://www.maxmind.com/en/home"
maxmind_db_file_format: "https://maxmind.github.io/MaxMind-DB/"
maxmind_geoip2: "https://dev.maxmind.com/geoip/geoip2/downloadable"
maxmind_geoip2_city: "https://www.maxmind.com/en/geoip2-city"
maxmind_geoip2_isp: "https://www.maxmind.com/en/geoip2-isp-database"
maxmind_geolite2_asn: "https://dev.maxmind.com/geoip/geoip2/geolite2/#Download_Access"
maxmind_geolite2_city: "https://dev.maxmind.com/geoip/geoip2/geolite2/#Download_Access"
memory_safety: "\(wikipedia)/wiki/Memory_safety"
memory_safety_bugs: "https://thenewstack.io/microsoft-rust-is-the-industrys-best-chance-at-safe-systems-programming/"
metric_event_source: "\(vector_repo)/blob/master/src/event/metric.rs"
mlua: "\(github)/khvzak/mlua"
mongodb: "https://www.mongodb.com"
mongodb_command_server_status: "https://docs.mongodb.com/manual/reference/command/serverStatus/"
mongodb_connection_string_uri_format: "https://docs.mongodb.com/manual/reference/connection-string/"
musl_builder_docker_image: "\(vector_repo)/blob/master/scripts/ci-docker-images/builder-x86_64-unknown-linux-musl/Dockerfile"
native_proto_schema: "\(vector_repo)/blob/master/lib/vector-core/proto/event.proto"
native_json_schema: "\(vector_repo)/blob/master/lib/codecs/tests/data/native_encoding/schema.cue"
nats: "https://nats.io/"
nats_rs: "\(github)/nats-io/nats.rs"
new_bug_report: "\(vector_repo)/issues/new?labels=type%3A+bug"
new_feature_request: "\(vector_repo)/issues/new?labels=type%3A+new+feature"
new_relic: "https://newrelic.com/"
new_relic_log_api: "https://docs.newrelic.com/docs/logs/new-relic-logs/log-api/introduction-log-api"
new_relic_apis: "https://docs.newrelic.com/docs/apis/intro-apis/introduction-new-relic-apis/"
new_security_report: "\(vector_repo)/issues/new?labels=domain%3A+security"
new_sink: "\(vector_repo)/issues/new?labels=type%3A+new+feature"
new_source: "\(vector_repo)/issues/new?labels=type%3A+new+feature"
new_target: "\(vector_repo)/issues/new?labels=type%3A+task&labels=domain%3A+operations"
new_transform: "\(vector_repo)/issues/new?labels=type%3A+new+feature"
nginx: "https://www.nginx.com/"
nginx_combined: "https://nginx.org/en/docs/http/ngx_http_log_module.html"
nginx_ingress_upstreaminfo: "https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/log-format/"
nginx_error: "https://github.com/nginx/nginx/blob/branches/stable-1.18/src/core/ngx_log.c#L102"
nginx_stub_status_module: "http://nginx.org/en/docs/http/ngx_http_stub_status_module.html"
nix: "https://nixos.org/nix/"
nixos: "https://nixos.org/"
nixpkgs_9682: "\(github)/NixOS/nixpkgs/issues/9682"
openssl: "https://www.openssl.org/"
openssl_conf: "https://www.openssl.org/docs/manmaster/man5/config.html"
opentelemetry: "https://opentelemetry.io"
opentelemetry_protocol: "\(opentelemetry)/docs/reference/specification/protocol/otlp/"
order_of_ops: "\(wikipedia)/wiki/Order_of_operations"
papertrail: "https://www.papertrail.com/"
papertrail_syslog: "https://help.papertrailapp.com/kb/how-it-works/http-api/#submitting-log-messages"
perl_windows: "https://www.perl.org/get.html#win32"
percent_encoded_bytes: "https://url.spec.whatwg.org/#percent-encoded-bytes"
percent_encoding_controls: "https://infra.spec.whatwg.org/#c0-control"
percent_encoding_fragment: "https://url.spec.whatwg.org/#fragment-percent-encode-set"
percent_encoding_query: "https://url.spec.whatwg.org/#query-percent-encode-set"
percent_encoding_special: "https://url.spec.whatwg.org/#special-percent-encode-set"
percent_encoding_path: "https://url.spec.whatwg.org/#path-percent-encode-set"
percent_encoding_userinfo: "https://url.spec.whatwg.org/#userinfo-percent-encode-set"
percent_encoding_component: "https://url.spec.whatwg.org/#component-percent-encode-set"
percent_encoding_www_form_urlencoded: "https://url.spec.whatwg.org/#application-x-www-form-urlencoded-percent-encode-set"
posix_acls: "https://www.usenix.org/legacy/publications/library/proceedings/usenix03/tech/freenix03/full_papers/gruenbacher/gruenbacher_html/main.html"
postgresql: "https://www.postgresql.org/"
postgresql_csvlog: "https://www.postgresql.org/docs/current/runtime-config-logging.html#RUNTIME-CONFIG-LOGGING-CSVLOG"
postgresql_matching: "https://www.postgresql.org/docs/current/functions-matching.html#FUNCTIONS-POSIX-REGEXP"
procfs: "https://en.wikipedia.org/wiki/Procfs#:~:text=The%20proc%20filesystem%20(procfs)%20is,in%20the%20kernel%20than%20traditional"
prometheus: "https://prometheus.io/"
prometheus_client: "https://prometheus.io/docs/instrumenting/clientlibs/"
prometheus_remote_integrations: "https://prometheus.io/docs/operating/integrations/#remote-endpoints-and-storage"
prometheus_counter: "https://prometheus.io/docs/concepts/metric_types/#counter"
prometheus_gauge: "https://prometheus.io/docs/concepts/metric_types/#gauge"
prometheus_high_cardinality: "https://prometheus.io/docs/practices/naming/#labels"
prometheus_histogram: "https://prometheus.io/docs/concepts/metric_types/#histogram"
prometheus_histograms_guide: "https://prometheus.io/docs/practices/histograms/"
prometheus_summary: "https://prometheus.io/docs/concepts/metric_types/#summary"
prometheus_text_based_exposition_format: "\(github)/prometheus/docs/blob/master/content/docs/instrumenting/exposition_formats.md#text-based-format"
prometheus_metric_naming: "https://prometheus.io/docs/practices/naming/#metric-names"
prometheus_remote_integrations: "https://prometheus.io/docs/operating/integrations/#remote-endpoints-and-storage"
prometheus_remote_write: "https://prometheus.io/docs/prometheus/latest/configuration/configuration/#remote_write"
prometheus_remote_write_protocol: "https://docs.google.com/document/d/1LPhVRSFkGNSuU1fBd81ulhsCPR4hkSZyyBj1SZ8fWOM/edit#heading=h.n0d0vphea3fe"
prometheus_remote_write_spec: "https://prometheus.io/docs/concepts/remote_write_spec/#protocol"
protobuf: "https://developers.google.com/protocol-buffers"
pulsar: "https://pulsar.apache.org/"
pulsar_protocol: "https://pulsar.apache.org/docs/en/develop-binary-protocol/"
raspbian: "https://www.raspbian.org/"
rdkafka: "\(github)/edenhill/librdkafka"
regex: "\(wikipedia)/wiki/Regular_expression"
regex_grouping_and_flags: "https://docs.rs/regex/latest/regex/#grouping-and-flags"
regex_tester: "https://rustexp.lpil.uk/"
rfc_768: "https://tools.ietf.org/html/rfc768"
rfc_791: "https://tools.ietf.org/html/rfc791"
rfc_793: "https://tools.ietf.org/html/rfc793"
rfc_822: "https://tools.ietf.org/html/rfc822#section-5"
rfc_1035: "https://tools.ietf.org/html/rfc1035"
rfc_2064: "\(vector_repo)/blob/master/rfcs/2020-03-17-2064-event-driven-observability.md"
rfc_2136: "https://tools.ietf.org/html/rfc2136"
rfc_2460: "https://tools.ietf.org/html/rfc2460"
rfc_2822: "https://tools.ietf.org/html/rfc2822#section-3.3"
rfc_3339: "https://tools.ietf.org/html/rfc3339"
rfc_4180: "https://tools.ietf.org/html/rfc4180"
rfc_6587_3_4_1: "https://tools.ietf.org/html/rfc6587#section-3.4.1"
rfc_6891: "https://tools.ietf.org/html/rfc6891"
rhel: "https://www.redhat.com/en/technologies/linux-platforms/enterprise-linux"
rpm: "https://rpm.org/"
rust: "https://www.rust-lang.org/"
rust_date_time: "https://docs.rs/chrono/latest/chrono/struct.DateTime.html"
rust_grok_library: "\(github)/daschl/grok"
rust_k8s_openapi_crate: "https://docs.rs/k8s-openapi/"
rust_memory_safety: "https://hacks.mozilla.org/2019/01/fearless-security-memory-safety"
rust_regex_syntax: "https://docs.rs/regex/latest/regex/#syntax"
rust_sec: "https://rustsec.org/"
rust_subprocess: "https://docs.rs/subprocess"
rust_target_triples: "https://forge.rust-lang.org/platform-support.html"
rust_tier_1_platform: "https://forge.rust-lang.org/release/platform-support.html#tier-1"
rust_tokio: "\(github)/tokio-rs/tokio"
rustup: "https://rustup.rs"
redis: "https://redis.io"
redis_rs: "https://github.com/mitsuhiko/redis-rs"
seahash: "https://docs.rs/seahash/latest/seahash/"
sematext: "https://sematext.com"
sematext_create_logs_app: "https://apps.sematext.com/ui/integrations"
sematext_es: "https://sematext.com/docs/logs/index-events-via-elasticsearch-api/"
sematext_logsense: "http://www.sematext.com/logsene/"
sematext_monitoring: "https://sematext.com/docs/monitoring/"
sematext_registration: "https://apps.sematext.com/ui/registration"
semver: "https://semver.org/"
sha1: "\(wikipedia)/wiki/SHA-1"
sha2: "\(wikipedia)/wiki/SHA-2"
sha3: "\(wikipedia)/wiki/SHA-3"
signal: "\(wikipedia)/wiki/Signal_(IPC)"
snake_case: "\(wikipedia)/wiki/Snake_case"
snappy: "https://google.github.io/snappy/"
socket: "\(wikipedia)/wiki/Network_socket"
splunk: "https://www.splunk.com"
splunk_hec: "https://dev.splunk.com/enterprise/docs/dataapps/httpeventcollector/"
splunk_hec_channel_header: "https://docs.splunk.com/Documentation/Splunk/8.2.4/Data/FormateventsforHTTPEventCollector#Channel_identifier_header"
splunk_hec_event_endpoint: "https://docs.splunk.com/Documentation/Splunk/8.0.0/RESTREF/RESTinput#services.2Fcollector.2Fevent"
splunk_hec_indexed_fields: "https://docs.splunk.com/Documentation/Splunk/8.0.0/Data/IFXandHEC"
splunk_hec_indexer_acknowledgements: "https://docs.splunk.com/Documentation/Splunk/8.2.3/Data/AboutHECIDXAck"
splunk_hec_protocol: "https://docs.splunk.com/Documentation/Splunk/8.0.0/Data/HECRESTendpoints"
splunk_hec_raw_endpoint: "https://docs.splunk.com/Documentation/Splunk/8.0.0/RESTREF/RESTinput#services.2Fcollector.2Fraw"
splunk_hec_setup: "https://docs.splunk.com/Documentation/Splunk/latest/Data/UsetheHTTPEventCollector"
splunk_hec_metadata: "https://docs.splunk.com/Documentation/Splunk/latest/Data/FormateventsforHTTPEventCollector#Event_metadata"
specs_instrumentation: "\(vector_repo)/blob/master/docs/specs/instrumentation.md)"
standard_streams: "\(wikipedia)/wiki/Standard_streams"
statsd: "\(github)/statsd/statsd"
statsd_multi: "\(github)/statsd/statsd/blob/master/docs/metric_types.md#multi-metric-packets"
statsd_set: "\(github)/statsd/statsd/blob/master/docs/metric_types.md#sets"
statsd_udp_protocol: "\(github)/b/statsd_spec"
stderr: "\(wikipedia)/wiki/Standard_streams#Standard_error_(stderr)"
stdin: "\(wikipedia)/wiki/Standard_streams#Standard_input_(stdin)"
exec: "\(wikipedia)/wiki/Exec_(system_call)"
stdout: "\(wikipedia)/wiki/Standard_streams#Standard_output_(stdout)"
stripe_blog_canonical_log_lines: "https://stripe.com/blog/canonical-log-lines"
strptime_specifiers: "https://docs.rs/chrono/latest/chrono/format/strftime/index.html#specifiers"
sysfs: "https://www.kernel.org/doc/html/latest/filesystems/sysfs.html"
syslog: "\(wikipedia)/wiki/Syslog"
syslog_3164: "https://tools.ietf.org/html/rfc3164"
syslog_5424: "https://tools.ietf.org/html/rfc5424"
syslog_6587: "https://tools.ietf.org/html/rfc6587"
syslog_facility: "\(wikipedia)/wiki/Syslog#Facility"
syslog_levels: "\(wikipedia)/wiki/Syslog#Severity_level"
systemd: "https://systemd.io/"
systemd_limit_resources: "https://www.freedesktop.org/software/systemd/man/systemd.resource-control.html"
systemd_resolved: "https://wiki.archlinux.org/index.php/Systemd-resolved"
tcp: "\(wikipedia)/wiki/Transmission_Control_Protocol"
team: "/community#team"
timber: "https://timber.io"
toml: "\(github)/toml-lang/toml"
toml_array: "\(github)/toml-lang/toml#array"
toml_table: "\(github)/toml-lang/toml#table"
toml_types: "\(github)/toml-lang/toml#table-of-contents"
twelve_factor_app: "https://12factor.net/"
type_safety: "\(wikipedia)/wiki/Type_safety"
tz_time_zones: "\(wikipedia)/wiki/List_of_tz_database_time_zones"
uap: "https://github.com/ua-parser/uap-core"
ubuntu: "https://ubuntu.com/"
udp: "\(wikipedia)/wiki/User_Datagram_Protocol"
uds: "\(wikipedia)/wiki/Unix_domain_socket"
unicode_replacement_character: "\(wikipedia)/wiki/Specials_(Unicode_block)#Replacement_character"
unicode_whitespace: "\(wikipedia)/wiki/Unicode_character_property#Whitespace"
unix_timestamp: "\(wikipedia)/wiki/Unix_time"
utf8: "\(wikipedia)/wiki/UTF-8"
uuidv4: "\(wikipedia)/wiki/Universally_unique_identifier#Version_4_(random)"
url: "\(wikipedia)/wiki/URL"
us_social_security_number: "https://www.ssa.gov/history/ssn/geocard.html"
user_agent: "https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/User-Agent"
vector_agent_role: "/docs/setup/deployment/roles/#agent"
vector_aggregator_role: "/docs/setup/deployment/roles/#aggregator"
vector_aws_s3_sink: "/docs/reference/configuration/sinks/aws_s3/"
vector_aws_s3_sink_auth: "/docs/reference/configuration/sinks/aws_s3/#auth"
vector_aws_s3_sink_how_it_works: "/docs/reference/configuration/sinks/aws_s3/#how-it-works"
vector_blog: "/blog/"
vector_buffering_model: "/docs/about/under-the-hood/architecture/buffering-model/"
vector_bug_issues: "\(vector_repo)/issues?q=is%3Aopen+is%3Aissue+label%3A%22type%3A+bug%22"
vector_changelog: "\(vector_repo)/blob/master/CHANGELOG.md"
vector_chat: "https://chat.vector.dev"
vector_code_of_conduct: "\(vector_repo)/blob/master/CODE_OF_CONDUCT.md"
vector_community: "/community/"
vector_components: "/components/"
vector_configuration: "/docs/reference/configuration/"
vector_configuration_global: "/docs/reference/configuration/global-options"
vector_data_model: "/docs/about/under-the-hood/architecture/data-model/"
vector_debian_source_files: "\(vector_repo)/tree/master/distribution/debian"
vector_dedupe_transform: "/docs/reference/configuration/transforms/dedupe/"
vector_docker_logs_source: "/docs/reference/configuration/sources/docker_logs/"
vector_docker_source_files: "\(vector_repo)/tree/master/distribution/docker"
vector_docs: "/docs/"
vector_download: "/releases/latest/download/"
vector_download_nightly: "/releases/nightly/download/"
vector_enriching_transforms: "/components/?functions%5B%5D=enrich"
vector_file_source: "/docs/reference/configuration/sources/file/"
vector_exec_source: "/docs/reference/configuration/sources/exec"
vector_file_source: "/docs/reference/configuration/sources/file/"
vector_gcs_sink_how_it_works: "/docs/reference/configuration/sinks/gcp_cloud_storage/#how-it-works"
vector_generate_arguments_issue: "\(vector_repo)/issues/1966"
vector_guides: "/guides/"
vector_glibc_benchmarks: "\(vector_repo)/issues/2313"
vector_highlights: "/highlights/"
vector_host_metrics_source: "/docs/reference/configuration/sources/host_metrics"
vector_http_auth_token: "/docs/reference/configuration/sinks/http/#token"
vector_homebrew: "/docs/setup/installation/package-managers/homebrew"
vector_homebrew_source_files: "\(github)/vectordotdev/homebrew-brew/blob/master/Formula/vector.rb"
vector_http_source: "/docs/reference/configuration/sources/http/"
vector_initd_service: "\(vector_repo)/blob/master/distribution/init.d/vector"
vector_installer: "https://sh.vector.dev"
vector_issues: "\(vector_repo)/issues"
vector_journald_source: "/docs/reference/configuration/sources/journald/"
vector_kubernetes_logs_source: "/docs/reference/configuration/sources/kubernetes_logs/"
vector_level_up: "/guides/level-up/"
vector_log: "/docs/about/under-the-hood/architecture/data-model/log"
vector_log_data_types: "/docs/about/under-the-hood/architecture/data-model/log/#types"
vector_lua_rfc: "\(vector_repo)/blob/master/rfcs/2020-03-06-1999-api-extensions-for-lua-transform.md"
vector_log_schema: "/docs/reference/configuration/global-options/#log_schema"
vector_lua_transform: "/docs/reference/configuration/transforms/lua/"
vector_metric: "/docs/about/under-the-hood/architecture/data-model/metric"
vector_monitoring: "/docs/administration/monitoring"
vector_msi_source_files: "\(vector_repo)/tree/master/distribution/msi"
vector_new_relic_sink: "/docs/reference/configuration/sinks/new_relic/"
vector_nightly_builds: "https://packages.timber.io/vector/nightly/latest/"
vector_nix_package: "\(github)/NixOS/nixpkgs/blob/master/pkgs/tools/misc/vector/default.nix"
vector_packages_root: "https://packages.timber.io"
vector_parsing_transforms: "/components/?functions%5B%5D=parse"
vector_performance: "\(vector_repo)/#performance"
vector_privacy_policy: "\(vector_repo)/blob/master/PRIVACY.md"
vector_programmable_transforms: "/components/?functions%5B%5D=program"
vector_pull_requests: "\(vector_repo)/pulls"
vector_readme: "\(vector_repo)/blob/master/README.md"
vector_receiving_sources: "/components/?functions%5B%5D=receive"
vector_releases: "/releases/latest/"
vector_reduce_transform: "/docs/reference/configuration/transforms/reduce"
vector_release_policy: "https://github.com/vectordotdev/vector/blob/master/docs/RELEASING.md"
vector_remap_transform: "/docs/reference/configuration/transforms/remap/"
vector_remap_transform_multiple: "/docs/reference/configuration/transforms/remap/#emitting-multiple-log-events"
vector_repo: "\(github)/vectordotdev/vector"
vector_roles: "/docs/setup/deployment/roles"
vector_route_transform: "/docs/reference/configuration/transforms/route"
vector_rpm_source_files: "\(vector_repo)/tree/master/distribution/rpm"
vector_security_policy: "\(vector_repo)/security/policy"
vector_semantic_yml: "\(vector_repo)/blob/master/.github/semantic.yml"
vector_sink: "/docs/reference/configuration/sinks/vector"
vector_sinks: "/docs/reference/configuration/sinks"
vector_sink_http_batch: "/docs/reference/configuration/sinks/http/#batch"
vector_sink_kafka_sasl: "/docs/reference/configuration/sources/kafka/#sasl"
vector_splunk_hec_metrics_sink: "/docs/reference/configuration/sinks/splunk_hec_metrics"
vector_datadog_events_sink: "/docs/reference/configuration/sinks/datadog_events"
vector_azure_blob_sink: "/docs/reference/configuration/sinks/azure_blob"
vector_redis_sink: "/docs/reference/configuration/sinks/redis"
vector_dnstap_source: "/docs/reference/configuration/sources/dnstap"
vector_eventstoredb_metrics_source: "/docs/reference/configuration/sources/eventstoredb_metrics"
vector_fluent_source: "/docs/reference/configuration/sources/fluent"
vector_logstash_source: "/docs/reference/configuration/sources/logstash"
vector_nats_source: "/docs/reference/configuration/sources/nats"
vector_rfc_8381: "\(vector_repo)/blob/master/rfcs/2021-08-29-8381-vrl-iteration-support.md"
vector_socket_source: "/docs/reference/configuration/sources/socket"
vector_source: "/docs/reference/configuration/sources/vector"
vector_sources: "/docs/reference/configuration/sources"
vector_stars: "\(vector_repo)/stargazers"
vector_stdin_source: "/docs/reference/configuration/sources/stdin"
vector_systemd_file: "\(vector_repo)/blob/master/distribution/systemd/vector.service"
vector_test_harness: "\(vector_repo)-test-harness/"
vector_topologies: "/docs/setup/deployment/topologies"
vector_transforms: "/docs/reference/configuration/transforms"
vector_twitter: "https://twitter.com/vectordotdev"
vector_unit_tests: "\(vector_configuration)/unit-tests"
vector_version_branches: "\(vector_repo)/branches/all?query=v"
vrl_announcement: "/blog/vector-remap-language"
vrl_boolean_expression: "\(vrl_reference)#boolean-expressions"
vrl_error_handling: "\(vrl_errors_reference)#handling"
vrl_error_handling_assigning: "\(vrl_errors_reference)#assigning"
vrl_error_handling_coalescing: "\(vrl_errors_reference)#coalescing"
vrl_error_handling_raising: "\(vrl_errors_reference)#raising"
vrl_errors_reference: "\(vrl_reference)/errors/"
vrl_examples: "\(vrl_reference)/examples"
vrl_expressions: "\(vrl_reference)/expressions/"
vrl_fail_safety: "\(vrl_reference)/#fail-safety"
vrl_features: "\(vrl_reference)/#features"
vrl_functions: "\(vrl_reference)/functions"
vrl_literals: "\(vrl_expressions)/#literal-expressions"
vrl_match_function: "\(vrl_functions)/#match"
vrl_parsing_functions: "\(vrl_functions)/#parse-functions"
vrl_path_expressions: "\(vrl_expressions)#path"
vrl_performance: "\(vrl_reference)#performance"
vrl_reference: "/docs/reference/vrl"
vrl_runtime_errors: "\(vrl_errors_reference)#runtime-errors"
vrl_safety: "\(vrl_reference)#safety"
vrl_type_safety: "\(vrl_reference)#type-safety"
vote_feature: "\(vector_repo)/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc+label%3A%22Type%3A+New+Feature%22"
wasm: "https://webassembly.org/"
wasm_languages: "\(github)/appcypher/awesome-wasm-langs"
websocket: "\(wikipedia)/wiki/WebSocket"
wikipedia: "https://en.wikipedia.org"
windows: "https://www.microsoft.com/en-us/windows"
windows_installer: "\(wikipedia)/wiki/Windows_Installer"
windows_service: "https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.management/new-service"
woothee: "https://github.com/woothee/woothee"
yaml: "https://yaml.org/"
ytt: "https://carvel.dev/ytt/"
yum: "\(wikipedia)/wiki/Yum_(software)"
zlib: "https://www.zlib.net"
zstd: "https://facebook.github.io/zstd"
}