You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkg/api/api.go
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -24,9 +24,6 @@ const (
24
24
CollectorType="collector"
25
25
GRPCType="grpc"
26
26
KafkaType="kafka"
27
-
JSONType="json"
28
-
PBType="protobuf"
29
-
AWSType="aws"
30
27
StdoutType="stdout"
31
28
LokiType="loki"
32
29
AggregateType="aggregates"
@@ -56,7 +53,6 @@ type API struct {
56
53
IngestCollectorIngestCollector`yaml:"collector" doc:"## Ingest collector API\nFollowing is the supported API format for the NetFlow / IPFIX collector:\n"`
57
54
IngestKafkaIngestKafka`yaml:"kafka" doc:"## Ingest Kafka API\nFollowing is the supported API format for the kafka ingest:\n"`
58
55
IngestGRPCProtoIngestGRPCProto`yaml:"grpc" doc:"## Ingest GRPC from Network Observability eBPF Agent\nFollowing is the supported API format for the Network Observability eBPF ingest:\n"`
59
-
DecodeAwsDecodeAws`yaml:"aws" doc:"## Aws ingest API\nFollowing is the supported API format for Aws flow entries:\n"`
60
56
TransformGenericTransformGeneric`yaml:"generic" doc:"## Transform Generic API\nFollowing is the supported API format for generic transformations:\n"`
61
57
TransformFilterTransformFilter`yaml:"filter" doc:"## Transform Filter API\nFollowing is the supported API format for filter transformations:\n"`
62
58
TransformNetworkTransformNetwork`yaml:"network" doc:"## Transform Network API\nFollowing is the supported API format for network transformations:\n"`
0 commit comments