Skip to content

Commit

Permalink
new relabeling transform (#645)
Browse files Browse the repository at this point in the history
* new relabeling transform
* update docs
* add test
  • Loading branch information
dmachard authored Mar 24, 2024
1 parent 146435a commit 5141409
Show file tree
Hide file tree
Showing 15 changed files with 372 additions and 873 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@

> Additionally, DNS-collector also support
>
> - [Extended](https://github.com/dmachard/go-dns-collector/blob/main/docs/extended_dnstap.md) DNStap with TLS encryption, compression, and more metadata capabilities
> - DNS protocol conversions (to [plain text](https://github.com/dmachard/go-dns-collector/blob/main/docs/configuration.md#custom-text-format), [JSON](https://github.com/dmachard/go-dns-collector/blob/main/docs/dnsjson.md), and more... )
> - DNS parser with [Extension Mechanisms for DNS (EDNS)](https://github.com/dmachard/go-dns-collector/blob/main/docs/dnsparser.md) support
> - IPv4/v6 defragmentation and TCP reassembly
> - Nanoseconds in timestamps
> - [Extended](https://github.com/dmachard/go-dns-collector/blob/main/docs/extended_dnstap.md) DNStap with TLS encryption, compression, and more metadata capabilities
*NOTE: The code before version 1.x is considered beta quality and is subject to breaking changes.*

Expand Down Expand Up @@ -73,6 +73,7 @@

- **[Transformers](./docs/transformers.md)**

- Custom `JSON` [Relabeling](docs/transformers/transform_relabeling.md)
- Add additionnal [Tags](docs/transformers/transform_atags.md)
- Traffic [Filtering](docs/transformers/transform_trafficfiltering.md) and [Reducer](docs/transformers/transform_trafficreducer.md)
- Latency [Computing](docs/transformers/transform_latency.md)
Expand Down
Loading

0 comments on commit 5141409

Please sign in to comment.