@@ -28,13 +28,13 @@ $ bundle
28
28
29
29
To receive data, this plugin requires ` <http> ` or ` <grpc> ` section, or both.
30
30
31
- * Root section
31
+ #### Root section
32
32
33
33
| parameter | type | description | default |
34
34
| -----------| --------| ----------------------| ----------|
35
35
| tag | string | The tag of the event | required |
36
36
37
- * ` <http> ` section
37
+ #### ` <http> ` section
38
38
39
39
This requires to receive data via HTTP/HTTPS.
40
40
@@ -43,7 +43,7 @@ This requires to receive data via HTTP/HTTPS.
43
43
| bind | string | The address to bind to | ` 0.0.0.0 ` |
44
44
| port | integer | The port to listen to | ` 4318 ` |
45
45
46
- * ` <grpc> ` section
46
+ #### ` <grpc> ` section
47
47
48
48
This requires to receive data via gRPC.
49
49
@@ -59,7 +59,6 @@ This requires to receive data via gRPC.
59
59
60
60
Refer [ Config: Transport Section] ( https://docs.fluentd.org/configuration/transport-section )
61
61
62
-
63
62
#### Example
64
63
65
64
```
@@ -83,7 +82,9 @@ Refer [Config: Transport Section](https://docs.fluentd.org/configuration/transpo
83
82
84
83
To send data, this plugin requires ` <http> ` or ` <grpc> ` section.
85
84
86
- * ` <http> ` section
85
+ #### ` <http> ` section
86
+
87
+ This requires to send data via HTTP/HTTPS.
87
88
88
89
| parameter | type | description | default |
89
90
| ---------------------------------| ---------| ----------------------------------------------------------------| -------------------------|
@@ -99,13 +100,18 @@ To send data, this plugin requires `<http>` or `<grpc>` section.
99
100
| -----------| --------| -------------------------------------------| ------------------| ---------|
100
101
| compress | enum | The option to compress HTTP request body | ` text ` / ` gzip ` | ` text ` |
101
102
102
- * ` <grpc> ` section
103
+ #### ` <grpc> ` section
104
+
105
+ This requires to send data via gRPC.
106
+
107
+ > [ !WARNING]
108
+ > Now, gRPC feature status is experimental.
103
109
104
110
| parameter | type | description | default |
105
111
| ---------------------------------| ---------| ----------------------------------------------------------------| ------------------|
106
112
| endpoint | string | The endpoint for HTTP/HTTPS request | ` 127.0.0.1:4317 ` |
107
113
108
- * ` <transport> ` section
114
+ #### ` <transport> ` section
109
115
110
116
| parameter | type | description | default |
111
117
| ------------------------| ---------| ------------------------------------------------| ---------|
@@ -120,7 +126,7 @@ To send data, this plugin requires `<http>` or `<grpc>` section.
120
126
121
127
Refer [ Config: Transport Section] ( https://docs.fluentd.org/configuration/transport-section )
122
128
123
- * ` <buffer> ` section
129
+ #### ` <buffer> ` section
124
130
125
131
| parameter | type | description | default |
126
132
| ------------------------| --------| ------------------------------------------------| ---------|
0 commit comments