From d4ec916fd00b1e94b8594a951c3ba2dfeb562f2d Mon Sep 17 00:00:00 2001 From: Abhishek Verma Date: Fri, 23 Feb 2024 17:28:54 +0530 Subject: [PATCH] feat(firehose): add HTTPV2 sink type (#93) --- modules/firehose/schema/config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/firehose/schema/config.json b/modules/firehose/schema/config.json index a63f3235..c1e42750 100644 --- a/modules/firehose/schema/config.json +++ b/modules/firehose/schema/config.json @@ -43,6 +43,7 @@ "enum": [ "JDBC", "HTTP", + "HTTPV2", "INFLUXDB", "ELASTICSEARCH", "GRPC",