README.md in fluent-plugin-protobuf-http-0.1.0 vs README.md in fluent-plugin-protobuf-http-0.2.0
- old
+ new
@@ -6,10 +6,11 @@
* **ProtoBuf Schemas**: Automatic compilation of `.proto` files located in `proto_dir`
* **Incoming Message Format**: Support for binary or JSON format (`Content-Type`: `application/octet-stream` or `application/json`)
* **Outgoing Message Format**: Support for binary or JSON format
* **Message Types**: Single or Batch
+* **TLS Support**: Use `<transport tls> ... </transport>` section in configuration and `https://` URL protocol prefix. See this [example](https://docs.fluentd.org/plugin-helper-overview/api-plugin-helper-server#configuration-example) for more details.
## Installation
### RubyGems
@@ -41,9 +42,16 @@
* Default value: `binary`.
* **out_mode** (enum) (optional): The mode of outgoing (emitted) events.
* Available values: binary, json
* Default value: `binary`.
* **tag** (string) (required): The tag for the event.
+
+### \<transport\> section (optional) (single)
+
+* **protocol** (enum) (optional):
+ * Available values: tcp, tls
+ * Default value: `tcp`.
+ * See [example](https://docs.fluentd.org/plugin-helper-overview/api-plugin-helper-server#configuration-example).
### Example
```
# Single Message: http://ip:port/<tag>?msgtype=<msgtype>