Hi, I am using HTTP to transfer data from remote machine to HTTPSource of Flume agent (the flume conf. file looks like below). Is HTTPS supported? Anyone has examples to use HTTPS to transfer the data? agent1.sources = r1 agent1.sources.r1.type = org.apache.flume.source.http.HTTPSource agent1.sources.r1.port = 41415 agent1.sources.r1.channels = ch1 agent1.sources.r1.handler = org.apache.flume.source.http.JSONHandler
Thanks. Shushuai
