forked from vectordotdev/vector
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsemantic.yml
More file actions
70 lines (68 loc) · 1.21 KB
/
semantic.yml
File metadata and controls
70 lines (68 loc) · 1.21 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
# Always validate the PR title, and ignore the commits
titleOnly: true
types:
- chore
- docs
- enhancement
- feat
- fix
- perf
scopes:
- buffers
- cli
- config
- log data model
- metric data model
- networking
- new source
- new transform
- new sink
- observability
- operations
- security
- testing
- topology
# sources
- docker source
- file source
- journald source
- kafka source
- statsd source
- stdin source
- syslog source
- tcp source
- udp source
- vector source
# transforms
- add_fields transform
- add_tags transform
- coercer transform
- field_filter transform
- grok_parser transform
- json_parser transform
- log_to_metric transform
- lua transform
- regex_parser transform
- remove_fields transform
- remove_tags transform
- sampler transform
- split transform
- tokenizer transform
# sinks
- aws_cloudwatch_logs sink
- aws_cloudwatch_metrics sink
- aws_kinesis_streams sink
- aws_s3 sink
- blackhole sink
- clickhouse sink
- console sink
- datadog_metrics sink
- elasticsearch sink
- file sink
- http sink
- kafka sink
- prometheus sink
- splunk_hec sink
- statsd sink
- tcp sink
- vector sink