Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions pipeline/outputs/http.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
| `allow_duplicated_headers` | Specify if duplicated headers are allowed. If a duplicated header is found, the latest key/value set is preserved. | `true` |
| `log_response_payload` | Specify if the response payload should be logged or not. | `true` |
| `header_tag` | Specify an optional HTTP header field for the original message tag. | _none_ |
| `http_method` | Specify POST vs PUT HTTP Method. | `POST` |

Check warning on line 28 in pipeline/outputs/http.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [FluentBit.Acronyms] Spell out 'PUT', if it's unfamiliar to the audience. Raw Output: {"message": "[FluentBit.Acronyms] Spell out 'PUT', if it's unfamiliar to the audience.", "location": {"path": "pipeline/outputs/http.md", "range": {"start": {"line": 28, "column": 35}}}, "severity": "INFO"}

Check failure on line 28 in pipeline/outputs/http.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [FluentBit.Latin] Use 'versus' instead of ' vs '. Raw Output: {"message": "[FluentBit.Latin] Use 'versus' instead of ' vs '.", "location": {"path": "pipeline/outputs/http.md", "range": {"start": {"line": 28, "column": 31}}}, "severity": "ERROR"}
| `header` | Add a HTTP header key/value pair. Multiple headers can be set. | _none_ |
| `json_date_key` | Specify the name of the time key in the output record. To disable the time key, set the value to `false`. | `date` |
| `json_date_format` | Specify the format of the date. Supported formats: `double`, `epoch`, `iso8601`, `java_sql_timestamp`. | `double` |
Expand Down
Loading