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
96 lines (90 loc) · 2.94 KB
/
Copy pathsemantic.yml
File metadata and controls
96 lines (90 loc) · 2.94 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
# Always validate the PR title, and ignore the commits
titleOnly: true
types:
- chore # An internal change that should not be communicated to Vector users.
- docs # A change relating to Vector's documentation.
- enhancement # Anything that enhances it's subject.
- feat # An entirely new feature, such as a new platform, source, transform, or sink.
- fix # A bug fix.
- perf # A change that enhancements performance.
scopes:
- buffers # Anything related to Vector's buffers, serialization, etc.
- cli # Anything related to Vector's CLI.
- config # Anything related to Vector's configuration as a whole.
- docs # Anything related to documentation.
- log data model # Anything related to the log event data model.
- metric data model # Anything related to the metric event data model.
- networking # Anything related to Vector's networking (DNS, HTTP, TCP, etc).
- new platform # A new platform, operating system, architecture, etc.
- new source # A new Vector source.
- new transform # A new Vector transform.
- new sink # A new Vector sink.
- observability # Anything related to observing Vector (internal logs, metrics, etc).
- operations # Anything related to /scripts, CI, etc.
- platforms # Anything related to Vector's supported platforms.
- security # Anything related to security.
- testing # Anything related to testing.
- topology # Anything related to Vector's topology code.
- website # Anything related to the website (not docs).
# platforms
- Docker platform
- Amazon Linux platform
- CentOS platform
- Debian platform
- MacOS platform
- Raspbian platform
- RHEL platform
- Ubuntu platform
- Windows platform
- DPKG platform
- Homebrew platform
- RPM platform
- MSI platform
# sources
- docker source
- file source
- journald source
- kafka source
- splunk_hec source
- statsd source
- stdin source
- syslog source
- tcp source
- udp source
- vector source
# transforms
- add_fields transform
- add_tags transform
- ansi_stripper transform
- coercer transform
- field_filter transform
- geoip 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
- new_relic_logs sink
- prometheus sink
- splunk_hec sink
- statsd sink
- tcp sink
- vector sink